llvm-project/clang/lib
Douglas Gregor c1aaf8cacb When we have an umbrella directory in a module map, recursively walk
the subdirectories to find headers in submodules.

llvm-svn: 146398
2011-12-12 19:13:53 +00:00
..
ARCMigrate [arcmt] Integrate GC __weak into property attributes even when we don't have 2011-11-28 02:04:36 +00:00
AST Clean up diagnostic wording for disallowed casts in C++11 constant expressions. 2011-12-12 19:10:03 +00:00
Analysis Check that arguments to a scanf call match the format specifier, 2011-12-10 13:20:11 +00:00
Basic In ContentCache::replaceBuffer, add sanity check to make sure that we do not free a buffer 2011-12-10 01:38:26 +00:00
CodeGen Update Clang to emit the new form of llvm.cttz and llvm.ctlz intrinsics, 2011-12-12 04:28:35 +00:00
Driver Driver: Handle -f{no-}honor-infinities, -f{no-}honor-nans, and 2011-12-09 23:41:18 +00:00
Frontend When we have an umbrella directory in a module map, recursively walk 2011-12-12 19:13:53 +00:00
FrontendTool Eliminate the -emit-module option, which emitted a module by parsing a 2011-11-29 22:42:06 +00:00
Headers Fix a blatant typo or cut/paste-o reported by users of this header. 2011-12-09 09:23:55 +00:00
Index Change operator<< for raw_ostream and NamedDecl to take a reference instead of a pointer. 2011-10-14 18:45:37 +00:00
Lex Don't mark include guard macros as implicitly private. This isn't 2011-12-12 18:47:39 +00:00
Parse Add ability to supply additional message to availability macros, 2011-12-10 00:28:41 +00:00
Rewrite More refactoring of objective-C rewriter. 2011-12-08 18:25:15 +00:00
Sema Prepare constant expression infrastructure for the generation of richer 2011-12-12 09:28:41 +00:00
Serialization Use llvm::sys::fs::equivalent rather than comparing inodes, because 2011-12-09 16:22:07 +00:00
StaticAnalyzer [analyzer] CStringChecker should not rely on the analyzer generating UndefOrUnknown value when it cannot reason about the expression. 2011-12-11 18:43:40 +00:00
CMakeLists.txt The ARC Migration Tool. All the credit goes to Argyrios and Fariborz 2011-06-15 23:25:17 +00:00
Makefile The ARC Migration Tool. All the credit goes to Argyrios and Fariborz 2011-06-15 23:25:17 +00:00