clang-1/lib
Chris Lattner c603d09980 revert 100942, pending discussion.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@100946 91177308-0d34-0410-b5e6-96231b3b80d8
2010-04-10 19:33:39 +00:00
..
AST Simplify the virtual base layout code and fix a bug where we wouldn't store the offset for a virtual base. 2010-04-10 18:42:27 +00:00
Analysis the big refactoring bits of PR3782. 2010-03-30 20:24:48 +00:00
Basic Disable diag::err_file_modified on Win32 completely, until someone cares to fix 2010-04-10 01:17:16 +00:00
Checker Remove copy of 'Optional' in Clang tree, and convert clients to use the one now in the LLVM tree. 2010-04-09 20:26:58 +00:00
CodeGen revert 100942, pending discussion. 2010-04-10 19:33:39 +00:00
Driver Driver: Only add extra -L paths on darwin if they exist. Unfortunately, this 2010-04-10 18:18:57 +00:00
Frontend Rename -dump-record-layouts to -fdump-record-layouts now that the option behaves like aa flag. 2010-04-10 19:09:13 +00:00
Headers rename llvm::llvm_report_error -> llvm::report_fatal_error 2010-04-07 22:58:06 +00:00
Index Allow users to set CPPFLAGS and CXXFLAGS on the make command line. 2010-03-12 22:55:16 +00:00
Lex Match MemoryBuffer API changes. 2010-04-05 22:42:27 +00:00
Parse Diagnose misordered initializers in constructor templates immediately instead of 2010-04-10 07:37:23 +00:00
Rewrite Let SourceManager::getBufferData return StringRef instead of a pair of two const char*. 2010-03-16 14:14:31 +00:00
Runtime Runtime: Install the new libcc_kext.a produced by the clang_darwin compiler-rt 2010-03-26 19:37:38 +00:00
Sema When a member pointer is dereferenced, the class it points into must be complete. Enforce this. 2010-04-10 10:14:54 +00:00
CMakeLists.txt Split libAnalysis into two libraries: libAnalysis and libChecker. 2010-01-25 04:41:41 +00:00
Makefile Split libAnalysis into two libraries: libAnalysis and libChecker. 2010-01-25 04:41:41 +00:00