llvm-project/clang/lib
Argyrios Kyrtzidis 00f5266dbf When implicit members are added to a C++ record, notify the serializer so that a chained PCH writes the definition again.
Thanks to Doug for the hint!

llvm-svn: 116975
2010-10-20 23:48:42 +00:00
..
AST When implicit members are added to a C++ record, notify the serializer so that a chained PCH writes the definition again. 2010-10-20 23:48:42 +00:00
Analysis Death to blocks, or at least the word "block" in one particular obnoxiously 2010-10-15 04:57:14 +00:00
Basic CodeGen: Fix long double on Windows using MSVC runtime. 2010-10-18 07:11:10 +00:00
Checker Remove obsolete GRAuditor and GRSimpleAPICheck, which have been completely subsumed by the Checker interface. 2010-10-20 23:48:34 +00:00
CodeGen This patch implements Next's IRGen for -fconstant-string-class=class-name. 2010-10-19 17:19:29 +00:00
Driver Add support for the '--sysroot' flag, and an accompanying test of its 2010-10-20 07:00:47 +00:00
Frontend "Fix" bogus idempotent operations warning due to loop unrolling not unrolling enough loops to show that an invariant 2010-10-18 23:36:05 +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 Extend the preprocessing record and libclang with support for 2010-10-20 22:00:55 +00:00
Parse Tag references shouldn't ever get template parameter lists. 2010-10-19 18:40:57 +00:00
Rewrite Fixes a potential crash in rewriter when sending message 2010-10-20 16:07:20 +00:00
Sema Access control polish: drop the note on the original declaration and 2010-10-20 08:15:06 +00:00
Serialization Modify the assumptions of an assert; the updated latest redeclaration can have the same location 2010-10-20 23:48:40 +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