llvm-project/clang/tools
Douglas Gregor 6b8232ff82 Eliminate cursor kinds used to express definitions. Instead, provide
CIndex functions that (1) map from a reference or declaration to the
corresponding definition, if available, and (2) determine whether a
given declaration cursor is also a definition. This eliminates a lot
of duplication in the cursor kinds, and maps more closely to the Clang
ASTs.

This is another API + ABI breaker with no deprecation. Yay, progress.

llvm-svn: 93893
2010-01-19 19:34:47 +00:00
..
CIndex Eliminate cursor kinds used to express definitions. Instead, provide 2010-01-19 19:34:47 +00:00
c-index-test Eliminate cursor kinds used to express definitions. Instead, provide 2010-01-19 19:34:47 +00:00
driver Make CMake's clang++ installation respect DESTDIR, based on a patch by 2010-01-18 18:27:29 +00:00
index-test Add -resource-dir to clang -cc1, this allows the base directory for compiler 2009-12-15 00:06:45 +00:00
scan-build Add c++-analyzer symlink (which is used by scan-build) 2009-12-22 23:00:32 +00:00
scan-view Increase scan-view max timeout to 1 minute. 2009-05-04 19:02:41 +00:00
CMakeLists.txt Remove clang-cc tool, it has joined in unholy union with clang. 2009-12-12 00:56:47 +00:00
Makefile Remove clang-cc tool, it has joined in unholy union with clang. 2009-12-12 00:56:47 +00:00