diff options
author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2011-10-03 06:37:04 +0000 |
---|---|---|
committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2011-10-03 06:37:04 +0000 |
commit | b8c3aaf479394516454c8ca617ca9cb6377130d2 (patch) | |
tree | 77264dd2bc93062620a4a7f85fe9fd93eab852e1 /clang/test/Driver/Inputs/basic_linux_tree/lib | |
parent | b98e3714f2197ef0bb510c0143c369ac125da0c7 (diff) | |
download | bcm5719-llvm-b8c3aaf479394516454c8ca617ca9cb6377130d2.tar.gz bcm5719-llvm-b8c3aaf479394516454c8ca617ca9cb6377130d2.zip |
Allow getting all source locations of selector identifiers in a ObjCMethodDecl.
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: -(id)first:(int)x second:(int)y;
-With a space between the arguments: -(id)first: (int)x second: (int)y;
-For nullary selectors, immediately before ';': -(void)release;
In such cases we infer the locations instead of storing them.
llvm-svn: 140989
Diffstat (limited to 'clang/test/Driver/Inputs/basic_linux_tree/lib')
0 files changed, 0 insertions, 0 deletions