diff options
author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2011-10-03 06:36:51 +0000 |
---|---|---|
committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2011-10-03 06:36:51 +0000 |
commit | a6011e25a1c77de6eba3974737a5c21c319602c6 (patch) | |
tree | c715bcf5e42c591688aae94967cbd35b5898d130 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 59ad1e3f574a33f2a2d3a1d80a1a22b657deba09 (diff) | |
download | bcm5719-llvm-a6011e25a1c77de6eba3974737a5c21c319602c6.tar.gz bcm5719-llvm-a6011e25a1c77de6eba3974737a5c21c319602c6.zip |
Allow getting all source locations of selector identifiers in a ObjCMessageExpr.
Instead of always storing all source locations for the selector identifiers
we check whether all the identifiers are in a "standard" position; "standard" position is
-Immediately before the arguments: [foo first:1 second:2]
-With a space between the arguments: [foo first: 1 second: 2]
-For nullary selectors, immediately before ']': [foo release]
In such cases we infer the locations instead of storing them.
llvm-svn: 140987
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions