clang-1/lib
Anders Carlsson 173d51286b When compiling with -fno-threadsafe-statics, guard variables for globals with internal linkage don't have to be i64, i8 works just fine!
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@130286 91177308-0d34-0410-b5e6-96231b3b80d8
2011-04-27 04:37:08 +00:00
..
AST With ms_struct attribut, Zero-length bitfields following 2011-04-26 23:52:16 +00:00
Analysis When generating printf fixits, preserve the original formating for unsigned integers (e.g., 'x', 'o'). 2011-04-25 22:32:59 +00:00
Basic Like the coding standards say, do not use "using namespace std". 2011-04-23 09:06:00 +00:00
CodeGen When compiling with -fno-threadsafe-statics, guard variables for globals with internal linkage don't have to be i64, i8 works just fine! 2011-04-27 04:37:08 +00:00
Driver Driver: When compilation fails, don't try to remove output files we don't have 2011-04-25 20:43:05 +00:00
Frontend Add libstdc++ search paths for GCC 4.6.0 on Arch Linux. Patch by Jakub Wieczorek. 2011-04-25 20:59:30 +00:00
FrontendTool Re-enable disable free optimization where the FrontendAction is not freed when -disable-free is passed. This accidentally was commited in r128011. 2011-04-25 22:57:55 +00:00
Headers don't use compound literals in MM macros, since they will be instantiated 2011-04-25 20:42:40 +00:00
Index Support for C++11 (non-template) alias declarations. 2011-04-15 14:24:37 +00:00
Lex To be able to replay compilations we need to accurately remodel how 2011-04-26 21:50:03 +00:00
Parse Recognize gcc's ms_struct pragma (and ignore for now). 2011-04-25 18:49:15 +00:00
Rewrite Use S.str() to force a flush. 2011-04-20 16:38:37 +00:00
Sema Improve diagnostics for typo correction via Sema::ClassifyName(), by 2011-04-27 03:47:06 +00:00
Serialization Make yet another placeholder type, this one marking that an expression is a bound 2011-04-26 20:42:42 +00:00
StaticAnalyzer Implements the strncmp() checker just like the strcmp() checker, but with bounds. Requires LLVM svn r129582. 2011-04-25 22:21:00 +00:00
Tooling Adds a function to run FrontendActions over in-memory code. This is 2011-04-21 18:37:41 +00:00
CMakeLists.txt Adds a function to run FrontendActions over in-memory code. This is 2011-04-21 18:37:41 +00:00
Makefile Chris Lattner has strong opinions about directory 2010-12-23 19:38:26 +00:00