clang-1/lib
Daniel Dunbar e6c9ae1478 Fix refacto, gcc's cc1 needs to see --output-pch=, which is not just an alias
for -output-pch=.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@89534 91177308-0d34-0410-b5e6-96231b3b80d8
2009-11-21 02:31:29 +00:00
..
AST Deduce a ConstantArrayType from a value-dependent initializer list 2009-11-19 23:25:22 +00:00
Analysis Restructure DereferenceChecker slightly to handle caching out when we would report a null dereference more than once. 2009-11-21 01:50:48 +00:00
Basic Add SigAtomicType to TargetInfo, Needed for MSP and PIC Targets, Credit to Ken Dyck. 2009-11-21 00:49:54 +00:00
CodeGen Checkpoint current work. WIP. 2009-11-20 23:44:51 +00:00
Driver Fix refacto, gcc's cc1 needs to see --output-pch=, which is not just an alias 2009-11-21 02:31:29 +00:00
Frontend Revised Win32 include path to search highest version in registry, plus platform SDK path 2009-11-21 00:15:52 +00:00
Headers Avoid unwanted expansion in macros that paste together INT<n>_C(v) and 2009-11-20 16:49:10 +00:00
Index Add special clang_getCursor() support for @class. Handles <rdar://problem/7383421>. 2009-11-18 02:02:52 +00:00
Lex Move DISABLE_INLINE to the front of the decl so MSVC can parse it. Patch by Amine Khaldi! 2009-11-14 16:36:57 +00:00
Parse Implement C++ [temp.param]p2 correctly, looking ahead when we see a 2009-11-21 02:07:55 +00:00
Rewrite Be more careful with anonymous namespaces, since Clang diagnoses the ambiguity here 2009-11-17 06:52:37 +00:00
Sema Cope with extraneous "template" keyword when providing an out-of-line 2009-11-20 23:39:24 +00:00
CMakeLists.txt Introduce the 'Index' library. 2009-07-05 22:22:19 +00:00
Makefile Introduce the 'Index' library. 2009-07-05 22:22:19 +00:00