llvm-project/clang/lib
Fariborz Jahanian 4cc5df700e When instantiating a block expression, the instantiated
blockScopeInfo's CapturesCXXThis field need get set as
well. // rdar://9362021. John M. please review.

llvm-svn: 130930
2011-05-05 17:18:12 +00:00
..
AST Scoped enumerations should not be treated as integer types (in the C 2011-05-05 16:13:52 +00:00
Analysis Silence more -Wnon-pod-memset given its current implementation. I may be 2011-04-28 08:19:45 +00:00
Basic Introduce a Diagnostic::Report function that accepts and emits a StoredDiagnostic. 2011-05-05 07:54:59 +00:00
CodeGen Do not drop uint128 on the floor. 2011-05-05 17:06:30 +00:00
Driver Preserve the full name of the file, so that '-c -o foo.pic.o' produces 2011-05-05 00:08:20 +00:00
Frontend Frontend: Fix a crash in CC_LOG_DIAGNOSTICS handling. 2011-05-05 02:12:02 +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 Some small improvements to the builtin (-ffreestanding) stdint.h; in 2011-04-30 19:02:59 +00:00
Index Support for C++11 (non-template) alias declarations. 2011-04-15 14:24:37 +00:00
Lex Introduce a new libclang API, clang_isFileMultipleIncludeGuarded(), 2011-05-04 00:14:37 +00:00
Parse Implement some framework for defaulted constructors. 2011-05-05 03:36:28 +00:00
Rewrite Replace a literal 8 with Context->getCharWidth() in 2011-04-30 16:08:27 +00:00
Sema When instantiating a block expression, the instantiated 2011-05-05 17:18:12 +00:00
Serialization there i fixed it 2011-05-04 23:29:54 +00:00
StaticAnalyzer Add Checker callback for running a checker at the end of processing an entire TranslationUnit. Patch by Lei Zhang. 2011-05-05 03:41:17 +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