llvm-project/clang/lib
Sebastian Redl 85b2a6a430 Add a callback interface that allows interested parties to get notified whenever PCHReader deserializes a type or decl (and possibly other things in the future). Have PCHWriter implement these callbacks as noops and register to receive them if we're chaining PCHs. This will allow PCHWriter to track the IDs of these things, which it needs to write the dependent files. WIP
llvm-svn: 108383
2010-07-14 23:45:08 +00:00
..
AST Introduce a new cast kind for an "lvalue bitcast", which handles 2010-07-13 23:17:26 +00:00
Analysis Type Type::isRealFloatingType() that vectors are not floating-point 2010-06-22 23:07:26 +00:00
Basic CodeGen/ObjC/NeXT: Fix Obj-C message send to match llvm-gcc when choosing 2010-07-14 23:39:36 +00:00
Checker Pass StringRefs by value. 2010-07-14 23:19:41 +00:00
CodeGen CodeGen/ObjC/NeXT: Fix Obj-C message send to match llvm-gcc when choosing 2010-07-14 23:39:36 +00:00
Driver Driver: When re'execing clang, use path to the main executable instead of 2010-07-14 18:46:27 +00:00
Frontend Add a callback interface that allows interested parties to get notified whenever PCHReader deserializes a type or decl (and possibly other things in the future). Have PCHWriter implement these callbacks as noops and register to receive them if we're chaining PCHs. This will allow PCHWriter to track the IDs of these things, which it needs to write the dependent files. WIP 2010-07-14 23:45:08 +00:00
Headers PR7588: Fix the _mm_shufflehi_epi16 macro. (The issue was an oversight 2010-07-08 20:09:45 +00:00
Index Collect function definitions in the Indexer when indexing through the ASTs. 2010-07-06 05:55:13 +00:00
Lex Modify the pragma handlers to accept and use StringRefs instead of IdentifierInfos. 2010-07-13 09:07:17 +00:00
Parse Downgrade the "when type is in parentheses, array cannot have dynamic 2010-07-13 15:54:32 +00:00
Rewrite Pass StringRefs by value. 2010-07-14 23:19:41 +00:00
Sema When determining whether an overload set with explicit template 2010-07-14 23:20:53 +00:00
CMakeLists.txt Split libAnalysis into two libraries: libAnalysis and libChecker. 2010-01-25 04:41:41 +00:00
Makefile Move lib/Runtime to runtime/, and build after everything else. 2010-06-30 22:10:38 +00:00