llvm-project/clang/lib
Eli Friedman c9751069f5 Make sure Sema creates a field for 'this' captures. (Doug, please double-check that this is correct.)
llvm-svn: 150292
2012-02-11 02:51:16 +00:00
..
ARCMigrate Basic: import SmallString<> into clang namespace 2012-02-05 02:13:05 +00:00
AST const-qualify CXXRecordDecl::getCaptureFields. 2012-02-11 00:18:00 +00:00
Analysis Tweak format string checking to work with %@ and ObjC toll-free bridging. <rdar://problem/10814120> 2012-02-06 21:45:29 +00:00
Basic Set UserLabelPrefix and MCountName correctly for DragonFly BSD. Patch by Sascha Wildner. 2012-02-10 23:02:29 +00:00
CodeGen Fix function prolog codegen whe coerce-to type is a struct. 2012-02-10 09:30:15 +00:00
Driver Have the driver pass CPU and target feature information to cc1as. 2012-02-10 20:37:10 +00:00
Frontend [libclang] Indexing API: Fully index implict template instantiations. 2012-02-10 20:10:44 +00:00
FrontendTool Make use of const-correct ParseCommandLineOptions 2012-02-07 19:36:38 +00:00
Headers Remove vperm2f* and vperm2i builtins. Same effect can be achieved with builtin_shufflevector. 2012-02-08 07:33:36 +00:00
Index More dead code removal (using -Wunreachable-code) 2012-01-20 21:50:17 +00:00
Lex Fixing hex floating literal support so that it handles 0x.2p2 properly. 2012-02-08 13:36:33 +00:00
Parse Allow implicit capture of 'this' in a lambda even when the capture 2012-02-10 17:46:20 +00:00
Rewrite objc translator: more modern metadata stuff. 2012-02-10 23:18:24 +00:00
Sema Make sure Sema creates a field for 'this' captures. (Doug, please double-check that this is correct.) 2012-02-11 02:51:16 +00:00
Serialization Track whether a function type has a trailing return type as type sugar. Use this 2012-02-10 09:58:53 +00:00
StaticAnalyzer [analyzer] MallocChecker Cleanup - harden against crashes, fix an error 2012-02-10 01:11:00 +00:00
CMakeLists.txt The ARC Migration Tool. All the credit goes to Argyrios and Fariborz 2011-06-15 23:25:17 +00:00
Makefile The ARC Migration Tool. All the credit goes to Argyrios and Fariborz 2011-06-15 23:25:17 +00:00