llvm-project/clang/lib
Douglas Gregor 279a6c3747 Rework HeaderSearch's interface for getting a module from a name and
for getting the name of the module file, unifying the code for
searching for a module with a given name (into lookupModule()) and
separating out the mapping to a module file (into
getModuleFileName()). No functionality change.

llvm-svn: 149197
2012-01-29 17:08:11 +00:00
..
ARCMigrate objc-arc: introduce -no-finalize-removal which in gc mode, 2012-01-26 20:57:58 +00:00
AST Allow the external AST source to provide a layout without specifying 2012-01-28 00:53:29 +00:00
Analysis Fix NSLog format string checking for %@. 2012-01-25 00:04:09 +00:00
Basic Complain about attempts to use 'protected' visibility on targets 2012-01-29 01:20:30 +00:00
CodeGen When emitting an ARC epilogue that looks like a return of 'self', 2012-01-29 07:46:59 +00:00
Driver Remove the ToolTriple logic in NetBSD, which was completely broken by 2012-01-26 22:27:52 +00:00
Frontend Rework HeaderSearch's interface for getting a module from a name and 2012-01-29 17:08:11 +00:00
FrontendTool Introduce 3 new fixit options: 2012-01-26 02:40:48 +00:00
Headers Represent 256-bit unaligned loads natively and remove the builtins. Similar change was made for 128-bit versions a while back. 2012-01-25 04:26:17 +00:00
Index More dead code removal (using -Wunreachable-code) 2012-01-20 21:50:17 +00:00
Lex Rework HeaderSearch's interface for getting a module from a name and 2012-01-29 17:08:11 +00:00
Parse Added source location for the template keyword in AST template-id expressions. 2012-01-27 09:46:47 +00:00
Rewrite In FixItRecompile::BeginInvocation() reset the diagnostics before executing 2012-01-27 06:15:37 +00:00
Sema Complain about attempts to use 'protected' visibility on targets 2012-01-29 01:20:30 +00:00
Serialization Introduce module attributes into the module map grammar, along with a 2012-01-27 19:52:33 +00:00
StaticAnalyzer StaticAnalyzer: Move ObjC- and CXX-specific methods out of line so checkers that don't care about the language don't have to pull in all the headers. 2012-01-28 12:06:22 +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