hanchenye-llvm-project/clang/tools
Douglas Gregor deb4a2be67 Implement support for dependent Microsoft __if_exists/__if_not_exists
statements. As noted in the documentation for the AST node, the
semantics of __if_exists/__if_not_exists are somewhat different from
the way Visual C++ implements them, because our parsed-template
representation can't accommodate VC++ semantics without serious
contortions. Hopefully this implementation is "good enough".

llvm-svn: 142901
2011-10-25 01:33:02 +00:00
..
arcmt-test Rename VerifyDiagnosticsClient to VerifyDiagnosticConsumer as per issue 5397 2011-09-26 00:38:03 +00:00
c-arcmt-test [arcmt] Move the remapping functions to clang-c/Index.h and change 'arcmt_' prefix to 'clang_'. 2011-07-11 20:15:00 +00:00
c-index-test [libclang] Don't use C++-style comments in c-index-test.c. 2011-10-20 17:21:46 +00:00
diagtool Reduce dependencies. 2011-10-23 08:38:37 +00:00
driver Wire up support for the controlling the extended dwarf .file directive. With 2011-10-17 23:05:52 +00:00
libclang Implement support for dependent Microsoft __if_exists/__if_not_exists 2011-10-25 01:33:02 +00:00
scan-build [analyzer] When running scan-build with -plist on ./configure, delete the plist files. 2011-09-09 18:43:53 +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 Place back previous order of add_subdirectory()'s to reflect build depedencies. 2011-08-09 14:55:12 +00:00
Makefile Add 'diagtool' to the 'tools/' directory. diagtool is a new tool (WIP) for analyzing and working with clang diagnostics. 2011-08-09 03:39:19 +00:00