hanchenye-llvm-project/clang/lib
Fariborz Jahanian 8409bce4ac ms_struct patch for initialization and field access irgen.
// rdar://8823265 - wip.

llvm-svn: 130451
2011-04-28 22:49:46 +00:00
..
AST ms_struct patch for initialization and field access irgen. 2011-04-28 22:49:46 +00:00
Analysis Silence more -Wnon-pod-memset given its current implementation. I may be 2011-04-28 08:19:45 +00:00
Basic Enhance clang_getCXTUResourceUsage() to report how much memory is used by SourceManager's memory buffers. 2011-04-28 20:36:42 +00:00
CodeGen ms_struct patch for initialization and field access irgen. 2011-04-28 22:49:46 +00:00
Driver Driver/Darwin/ld: Set the deployment target following the version information in 2011-04-28 21:23:41 +00:00
Frontend Upgrade Microsoft's __int8, __int16, __int32 and __int64 types from builtin defines to real types. 2011-04-28 01:59:37 +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 Only call the MacroExpands callback when we're actually going to 2011-04-28 16:36:13 +00:00
Parse libstdc++ 4.4 uses __is_signed as an identifier, while Clang treats it 2011-04-28 15:48:45 +00:00
Rewrite Use S.str() to force a flush. 2011-04-20 16:38:37 +00:00
Sema Don't waste memory if the initializer expression is empty. 2011-04-28 18:53:55 +00:00
Serialization Implementation of Embarcadero array type traits 2011-04-28 00:16:57 +00:00
StaticAnalyzer Use StringRef::substr() and unbounded StringRef::compare() instead of bounded version of StringRef::compare() because bounded version of StringRef::compare() is going to be removed. 2011-04-28 19:31:12 +00:00
Tooling This is the next step in building the standalone tools infrastructure: 2011-04-27 16:39:14 +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