llvm-project/clang/tools
Douglas Gregor dab42432d7 In the serialized AST format, make the translation unit a "predefined"
declaration that never actually gets serialized. Instead, serialize
the various kinds of update records (lexical decls, visible decls, the
addition of an anonymous namespace) for the translation unit, even if
we're not chaining. This way, we won't have to deal with multiple
loaded translation unit declarations.

llvm-svn: 137395
2011-08-12 00:15:20 +00:00
..
arcmt-test Move ArrayRef to LLVM.h and eliminate now-redundant qualifiers, patch by Jon Mulder! 2011-07-23 17:14:25 +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 Add a new libclang API to return a CXCompletionString for an arbitrary 2011-08-04 20:04:59 +00:00
diagtool Add libsupport to list of libraries to link into diagtool 2011-08-09 03:41:03 +00:00
driver When the compiler crashes, the compiler driver now produces diagnostic 2011-08-02 17:58:04 +00:00
libclang In the serialized AST format, make the translation unit a "predefined" 2011-08-12 00:15:20 +00:00
scan-build scan-build: enable C++ support by default. 2011-08-11 22:47:20 +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