llvm-project/clang/lib
Benjamin Kramer e5fbc6c85d Lexer::ReadToEndOfLine: Only build the string if it's actually used and do so in a less malloc-intensive way.
llvm-svn: 157064
2012-05-18 19:32:16 +00:00
..
ARCMigrate [arcmt] Remove the "it is not safe to remove an unused 'autorelease' message" ARC 2012-05-17 18:16:05 +00:00
AST Added two missing const qualifiers. 2012-05-17 12:44:05 +00:00
Analysis Make -Wformat accept printf("%hhx", c); with -funsigned-char 2012-05-08 17:21:31 +00:00
Basic Hexagon V5 FP support. 2012-05-10 20:19:54 +00:00
CodeGen Remove unnecessary temporary. 2012-05-16 22:02:36 +00:00
Driver [driver] Remove obsolete support for -A link option. The standard -A option is 2012-05-16 23:45:12 +00:00
Edit [objcmt] Accept char arrays for rewriting to @() syntax. 2012-05-16 00:21:21 +00:00
Frontend Pulls diagnostics for temp file handling into the common diagnostic kinds. 2012-05-16 20:55:58 +00:00
FrontendTool Fix cmake. Remaining two ClangCC1Options deps. 2012-05-02 05:31:31 +00:00
Headers Remove the 'intrin.h' builtin header file and its tests for now. 2012-05-07 20:46:58 +00:00
Lex Lexer::ReadToEndOfLine: Only build the string if it's actually used and do so in a less malloc-intensive way. 2012-05-18 19:32:16 +00:00
Parse CXXThisScopeRAII objects aren't free, don't compute one if it's unused. 2012-05-17 12:01:52 +00:00
Rewrite Modern objective-c translation. Translating default 2012-05-08 23:54:35 +00:00
Sema Centralize the handling of the "attribute declaration must precede definition" 2012-05-18 01:47:00 +00:00
Serialization Fix ASTReader handling of ImportDecls, from Meador Inge! 2012-05-16 16:31:58 +00:00
StaticAnalyzer [analyzer]Malloc: refactor and report use after free by memory 2012-05-18 01:16:10 +00:00
Tooling Fixes crasher bug in JSONCompilationDatabase for invalid input. 2012-05-15 11:46:07 +00:00
CMakeLists.txt Remove the unused, unmaintained, incomplete 'Index' library. 2012-04-13 16:31:46 +00:00
Makefile Remove the unused, unmaintained, incomplete 'Index' library. 2012-04-13 16:31:46 +00:00