llvm-project/clang/lib
Daniel Dunbar ec5f8ae6a8 Add {ExternalSemaSource,SemaConsumer}::ForgetSema callback, and update PCHReader
to use it so it at least won't try to access Sema once it is gone.

llvm-svn: 90261
2009-12-01 21:57:20 +00:00
..
AST Allocate MultipleDC objects using the allocator associated with 2009-12-01 00:07:10 +00:00
Analysis Fix early-return logic in scanReachableSymbols() to match the rest of the recursive logic in the methods of ScanReachableSymbols. 2009-12-01 17:50:25 +00:00
Basic Convert Diagnostic::getCustomDiagID to take a StringRef. 2009-12-01 17:42:06 +00:00
CodeGen (objc2 nonfragile-abi specific). If the translation unit includes an implementation 2009-12-01 18:25:24 +00:00
Driver clang -cc1: Move CompilerInvocation deserialization into CompilerInvocation.cpp, 2009-12-01 03:16:53 +00:00
Frontend Exit the command line into <built-in> instead of going directly from the command line to the input file. 2009-12-01 18:28:16 +00:00
Headers Define SIG_ATOMIC_MIN and SIG_ATOMIC_MAX in terms of __SIG_ATOMIC_WIDTH__. 2009-11-22 15:47:12 +00:00
Index Remove remaining VISIBILITY_HIDDEN from anonymous namespaces. 2009-11-28 19:45:26 +00:00
Lex Fix PR5633 by making the preprocessor handle the case where we can 2009-11-30 04:18:44 +00:00
Parse Add DeclarationName support for C++0x operator literals. They should now work as 2009-11-29 07:34:05 +00:00
Rewrite Fix PR5633 by making the preprocessor handle the case where we can 2009-11-30 04:18:44 +00:00
Sema Add {ExternalSemaSource,SemaConsumer}::ForgetSema callback, and update PCHReader 2009-12-01 21:57:20 +00:00
CMakeLists.txt Introduce the 'Index' library. 2009-07-05 22:22:19 +00:00
Makefile Introduce the 'Index' library. 2009-07-05 22:22:19 +00:00