llvm-project/clang/lib
Argyrios Kyrtzidis 4e5b5c36f4 In StringLiteralParser::init(), fail gracefully if the string is
not as we expect; it may be due to racing issue of a file coming from PCH
changing after the PCH is loaded.

rdar://11353109

llvm-svn: 156043
2012-05-03 01:01:56 +00:00
..
ARCMigrate Fix use of uninitialized variable caught by GCC's -Wmaybe-uninitialized. 2012-05-01 02:45:39 +00:00
AST Utilize getLocStart()/getLocEnd() on my recent change. 2012-05-01 22:19:11 +00:00
Analysis Remove the ref/value inconsistency in filter_decl_iterator. 2012-04-30 02:36:29 +00:00
Basic Enable AVX on AMD Bulldozer processors. 2012-05-01 07:18:03 +00:00
CodeGen During block layout, after padding up to the max field alignment, 2012-05-01 20:28:00 +00:00
Driver Driver: Turn the default value for -fmath-errno into a proper target hook and disable it by default on more platforms. 2012-05-02 14:55:48 +00:00
Edit Remove unused-but-set variable. 2012-03-13 17:05:43 +00:00
Frontend Fix cmake. Remaining two ClangCC1Options deps. 2012-05-02 05:31:31 +00:00
FrontendTool Fix cmake. Remaining two ClangCC1Options deps. 2012-05-02 05:31:31 +00:00
Headers Get rid of storelv4si builtin as it can be expressed directly. This is general 2012-05-01 18:11:51 +00:00
Lex In StringLiteralParser::init(), fail gracefully if the string is 2012-05-03 01:01:56 +00:00
Parse Revert most of r154844, which was disabled in r155975. Keep around the 2012-05-02 22:22:32 +00:00
Rewrite modern objective-c translator: Fix destructor def. 2012-05-02 23:53:46 +00:00
Sema Revert most of r154844, which was disabled in r155975. Keep around the 2012-05-02 22:22:32 +00:00
Serialization Store the source range of a CXXOperatorCallExpr in the Expr object instead of 2012-04-30 22:12:22 +00:00
StaticAnalyzer Refine analyzer diagnostics by adding an expression "cone-of-influence" to reverse track interesting 2012-05-02 00:31:29 +00:00
Tooling Fixes the header search logic for tools: 2012-04-25 09:25:41 +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