llvm-project/clang/lib
Fariborz Jahanian 783243b3ca Implenment #pack pragma and ms_struct attribute layout.
Concludes // radar://8823265.

llvm-svn: 131188
2011-05-11 16:58:31 +00:00
..
AST Implenment #pack pragma and ms_struct attribute layout. 2011-05-11 16:58:31 +00:00
Analysis Teach CFG building how to deal with CXXMemberCallExprs and BoundMemberTy, 2011-05-11 07:19:11 +00:00
Basic __builtin_va_list is void* on ARM, not char*. 2011-05-09 02:19:37 +00:00
CodeGen Rename "hasTrivialConstructor" to "hasTrivialDefaultConstructor" and 2011-05-09 18:22:59 +00:00
Driver Driver/Darwin: Put dsymutil -o arguments first, so that dysmutil doesn't barf 2011-05-09 17:23:16 +00:00
Frontend Add a FIXME. 2011-05-09 22:32:46 +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 PR9866: Fix the implementation of _mm_loadl_pd and _mm_loadh_pd to not make 2011-05-07 18:59:31 +00:00
Index Modify some deleted function methods to better reflect reality: 2011-05-06 20:44:56 +00:00
Lex Don't strlen() every file before parsing it. 2011-05-10 17:11:21 +00:00
Parse In Microsoft mode, allow pure specifier (=0) on inline functions declared at class scope. 2011-05-11 02:14:46 +00:00
Rewrite Replace a literal 8 with Context->getCharWidth() in 2011-04-30 16:08:27 +00:00
Sema Teach CFG building how to deal with CXXMemberCallExprs and BoundMemberTy, 2011-05-11 07:19:11 +00:00
Serialization Clean up trivial default constructors now. 2011-05-09 21:45:35 +00:00
StaticAnalyzer Modify some deleted function methods to better reflect reality: 2011-05-06 20:44:56 +00:00
Tooling Remove noisy semicolons. 2011-04-30 19:55:55 +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 Add lib/Tooling to the Makefile build. 2011-04-30 03:09:18 +00:00