clang-1/lib
Anders Carlsson 892fa6c5e1 Unbreak self-host.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@104390 91177308-0d34-0410-b5e6-96231b3b80d8
2010-05-21 22:17:48 +00:00
..
AST Improved TypeLoc::getSourceRange(). 2010-05-21 21:12:12 +00:00
Analysis Fix crash in CFG construction for 'break' statements appearing in statement expressions 2010-05-21 20:30:15 +00:00
Basic don't make _Bool be a keyword in -fms-extensions mode, patch by 2010-05-21 20:22:37 +00:00
Checker Update retain-release checker to understand changes to how 'super' is represented 2010-05-21 21:57:00 +00:00
CodeGen Unbreak self-host. 2010-05-21 22:17:48 +00:00
Driver Try to fix MSVC build. 2010-05-21 19:58:44 +00:00
Frontend Propagate access specifiers to anonymous union members nested within classes. 2010-05-21 20:45:30 +00:00
Headers fix _mm_shuffle_pd too, thanks to Joel Falcou for pointing this out. 2010-05-15 16:54:46 +00:00
Index Renamed misleading getSourceRange -> getLocalSourceRange and getFullSourceRange -> getSourceRange for TypeLoc. 2010-05-20 10:00:11 +00:00
Lex robustify the conflict marker stuff. Don't add 7 twice, which would 2010-05-17 20:27:25 +00:00
Parse Propagate access specifiers to anonymous union members nested within classes. 2010-05-21 20:45:30 +00:00
Rewrite Add a write(raw_ostream&) method to RewriteBuffer. This uses an inefficient 2010-04-16 18:49:45 +00:00
Runtime build: Add CLANG_NO_RUNTIME build variable, which disables building clang 2010-04-28 23:36:26 +00:00
Sema When instantiating a function declaration within a function template, 2010-05-21 21:25:08 +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