llvm-project/clang/lib
Jordy Rose 82c673de33 [analyzer] Replace calls to getNameAsString() with StringRef equivalents.
llvm-svn: 138215
2011-08-21 05:25:15 +00:00
..
ARCMigrate For the MacroExpands preprocessor callback, also pass the SourceRange 2011-08-18 01:05:45 +00:00
AST Fix else style. No functionality change intended. 2011-08-17 23:08:45 +00:00
Analysis Remove dead code. 2011-08-20 01:15:28 +00:00
Basic Refactor common functionality into SourceManager::getFileIDSize, no functionality change. 2011-08-19 22:34:01 +00:00
CodeGen Fix a handful of dead stores found by Clang's static analyzer. There's a bunch of others I haven't touched. 2011-08-17 21:04:19 +00:00
Driver Typo spotted by Ivan Krasin. 2011-08-20 06:56:17 +00:00
Frontend Implement '-Weverything', which enables all warnings except those explicitly mapped to be ignored. 2011-08-18 01:12:56 +00:00
FrontendTool [analyzer] Overhaul of checker registration in preparation for basic plugin support. Removes support for checker groups (we can add them back in later if we decide they are still useful), and -analyzer-checker-help output is a little worse for the time being (no packages). 2011-08-16 21:24:21 +00:00
Headers http://llvm.org/bugs/show_bug.cgi?id=10472 2011-07-25 18:09:56 +00:00
Index remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports 2011-07-23 10:55:15 +00:00
Lex For assigning SourceLocations to macro arg tokens, reserve a single SLocEntry 2011-08-19 22:34:17 +00:00
Parse Revers r138040. Need to look at a few buildbot failures. 2011-08-19 18:02:47 +00:00
Rewrite objc rewriter: Fixes a rewriting of implicit casting of an integral 2011-08-04 23:58:03 +00:00
Sema Improve the correctness and accuracy of the message for -Wdynamic-class-memaccess 2011-08-19 20:40:18 +00:00
Serialization Make the loading of multiple records for the same identifier (from 2011-08-20 05:09:43 +00:00
StaticAnalyzer [analyzer] Replace calls to getNameAsString() with StringRef equivalents. 2011-08-21 05:25:15 +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