llvm-project/clang/tools
Argyrios Kyrtzidis 17dddd21f5 [libclang] Make sure that when we have multiple @class references in the same line,
that later ones do not override the previous ones.

If we have:
   @class Foo, Bar;
source ranges for both start at '@', so 'Bar' will end up overriding
'Foo' even though the cursor location was at 'Foo'.

rdar://11257578

llvm-svn: 154873
2012-04-16 22:42:01 +00:00
..
arcmt-test Kill the last vestiges of clangIndex 2012-04-13 17:26:32 +00:00
c-arcmt-test Kill the last vestiges of clangIndex 2012-04-13 17:26:32 +00:00
c-index-test c-index-test: dispose spelling string after use. 2012-04-14 09:11:51 +00:00
clang-check clangFrontend depends on clangEdit. 2012-04-04 12:25:11 +00:00
diagtool Provide common include for all diagnostic headers. 2012-02-15 21:58:34 +00:00
driver Kill the last vestiges of clangIndex 2012-04-13 17:26:32 +00:00
libclang [libclang] Make sure that when we have multiple @class references in the same line, 2012-04-16 22:42:01 +00:00
scan-build [analyzer] Add .cxx and .txx as known file extensions to ccc-analyzer. 2012-04-14 16:30:00 +00:00
scan-view Fix call to send_error() in scan-view. An int error code is expected but a string was being sent. Patch by Andrew Price! 2011-02-21 19:26:48 +00:00
CMakeLists.txt Adds a tooling library. 2012-04-04 12:07:46 +00:00
Makefile Adds a tooling library. 2012-04-04 12:07:46 +00:00