llvm-project/clang/lib
Eli Friedman c6036aa831 Compute 'this' correctly for block in lambda.
Using CurFuncDecl is both correct and simple compared to crawling
the DeclContexts of the block.

Fixes <rdar://problem/14415072>.

llvm-svn: 186210
2013-07-12 22:05:26 +00:00
..
ARCMigrate ObjC migrator: Add -objcmt-migrate-property to do property 2013-07-09 16:59:14 +00:00
AST fixes a typo caught by Jordan. 2013-07-12 16:41:56 +00:00
ASTMatchers Fix use of invalidated iterator bug in AST match finder. 2013-07-08 14:16:30 +00:00
Analysis Remove bogus VarDecl::extendsLifetimeOfTemporary function and inline it into 2013-06-27 21:43:17 +00:00
Basic Simplify GetBuiltinNames by hoising the NoBuiltins argument out of it. 2013-07-11 16:53:04 +00:00
CodeGen Compute 'this' correctly for block in lambda. 2013-07-12 22:05:26 +00:00
Driver ObjC migrator: Add -objcmt-migrate-property to do property 2013-07-09 16:59:14 +00:00
Edit ObjC migrator: Improve on hueristics. 2013-07-10 21:30:22 +00:00
Format clang-format: Improve <<-formatting. 2013-07-12 15:14:05 +00:00
Frontend ObjC migrator: Add -objcmt-migrate-property to do property 2013-07-09 16:59:14 +00:00
FrontendTool ObjC migrator: Add -objcmt-migrate-property to do property 2013-07-09 16:59:14 +00:00
Headers X86 intrinsics: cmpge|gt|nge|ngt_ss|_sd 2013-06-17 19:42:49 +00:00
Lex Don't give # and ## special treatment when in -traditional-cpp mode. Patch by 2013-07-09 01:00:29 +00:00
Parse Provide a better diagnostic and a fixit for a '.' or '->' before the left paren 2013-07-12 21:43:02 +00:00
Rewrite Use llvm::sys::fs::createUniqueFile. 2013-07-05 21:13:58 +00:00
Sema Unrevert r186040, reverted in r186185, with fix for PR16597. 2013-07-12 20:38:49 +00:00
Serialization Simplify GetBuiltinNames by hoising the NoBuiltins argument out of it. 2013-07-11 16:53:04 +00:00
StaticAnalyzer [analyzer] Add support for __builtin_addressof. 2013-07-12 00:26:14 +00:00
Tooling Put helper class in anonymous namespace. 2013-07-01 06:34:58 +00:00
CMakeLists.txt Turn CLANG_ENABLE_{ARCMT,REWRITER,STATIC_ANALYZER} into proper options so that 2013-05-29 21:09:18 +00:00
Makefile Dont use/link ARCMT, StaticAnalyzer and Rewriter to clang when the user 2012-12-13 16:09:42 +00:00