diff options
author | Eric Fiselier <eric@efcs.ca> | 2018-12-12 21:50:55 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2018-12-12 21:50:55 +0000 |
commit | f89e5ce8508a67f732e550b8313fa7d2f889ee3f (patch) | |
tree | 48b0454b27727986397a0928e677f623fe9ebd26 /test/CodeGen/builtin-cpu-supports.c | |
parent | 58419897ad2cb6c4a572a0a03705a462e3b07a08 (diff) | |
download | clang-f89e5ce8508a67f732e550b8313fa7d2f889ee3f.tar.gz |
[AST] Store "UsesADL" information in CallExpr.
Summary:
Currently the Clang AST doesn't store information about how the callee of a CallExpr was found. Specifically if it was found using ADL.
However, this information is invaluable to tooling. Consider a tool which renames usages of a function. If the originally CallExpr was formed using ADL, then the tooling may need to additionally qualify the replacement.
Without information about how the callee was found, the tooling is left scratching it's head. Additionally, we want to be able to match ADL calls as quickly as possible, which means avoiding computing the answer on the fly.
This patch changes `CallExpr` to store whether it's callee was found using ADL. It does not change the size of any AST nodes.
Reviewers: fowles, rsmith, klimek, shafik
Reviewed By: rsmith
Subscribers: aaron.ballman, riccibruno, calabrese, titus, cfe-commits
Differential Revision: https://reviews.llvm.org/D55534
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@348977 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/builtin-cpu-supports.c')
0 files changed, 0 insertions, 0 deletions