hanchenye-llvm-project/clang/lib
Ted Kremenek 16e6026f01 Fix InitListExpr::getSourceRange() to work in the case of no locations for '(' and ')'. This can happen
in the case of transparent unions.

llvm-svn: 118472
2010-11-09 02:11:40 +00:00
..
AST Fix InitListExpr::getSourceRange() to work in the case of no locations for '(' and ')'. This can happen 2010-11-09 02:11:40 +00:00
Analysis Don't warn when matching %p to nullptr. 2010-11-06 14:58:53 +00:00
Basic Implement -working-directory. 2010-11-03 22:45:23 +00:00
Checker Only enable the ObjCAtSyncChecker when the translation unit uses Objective-C. 2010-11-08 16:52:54 +00:00
CodeGen Fix miscompilation regarding VLAs; subscription of VLA pointers was incorrect. 2010-11-09 01:30:48 +00:00
Driver Add a forgotten break. Found by Rafael Espindola! 2010-11-08 19:39:10 +00:00
Frontend Change the StringSet used by CalculateHiddenNames() to use a BumpPtrAllocator. 2010-11-07 06:11:36 +00:00
FrontendTool Revert "CMake: Update to use standard CMake dependency tracking facilities instead" 2010-09-13 23:54:41 +00:00
Headers Fix CMake installation of arm_neon.h 2010-10-19 18:06:10 +00:00
Index Fix CMake clangIndex library dependencies, from Logan Chien 2010-09-20 18:32:29 +00:00
Lex Document Clang's support for attributes on individual enumerators and 2010-11-08 19:48:17 +00:00
Parse Make this error less specific but also less likely to cause confusion. Fixes 2010-11-03 17:52:57 +00:00
Rewrite Fixes a rewrite bug, rewriting nested property usage 2010-11-08 18:37:50 +00:00
Sema Fix warning about unused variable 'Fn' in no-asserts builds. Also reflow this 2010-11-09 00:19:31 +00:00
Serialization Remove broken support for variadic templates, along with the various 2010-11-07 23:05:16 +00:00
CMakeLists.txt Move ExecuteCompilerInvocation to a new library FrontendTool 2010-08-24 00:31:22 +00:00
Makefile Move ExecuteCompilerInvocation to a new library FrontendTool 2010-08-24 00:31:22 +00:00