hanchenye-llvm-project/clang/lib
Eric Christopher fab289a47d When constructing debug information for synthesized variables for the
non-fragile ABI we may not be able to lay out the type and the debugger
would ignore us even if we did put in the offset. Go ahead and just
put any value there and don't look up the offset since it may not exist.

rdar://10210157

llvm-svn: 141261
2011-10-06 00:31:18 +00:00
..
ARCMigrate Introduce a pure virtual clone() method to DiagnosticConsumer, so that 2011-09-29 00:38:00 +00:00
AST Fix crash when using archaic protocol, rdar://10238337 2011-10-05 21:28:06 +00:00
Analysis Fix another major performance regression in LiveVariables by not canonicalizing the underlying ImmutableSets on every analyzed statement (just at merges). Fixes <rdar://problem/10087538>. 2011-10-02 01:45:37 +00:00
Basic Basic/Diagnostics: Apparently, #pragma ... diagnostic is intended to override 2011-10-04 21:17:24 +00:00
CodeGen When constructing debug information for synthesized variables for the 2011-10-06 00:31:18 +00:00
Driver Driver & AST: Implement support for -fpack-struct and -fpack-struct= command 2011-10-05 21:04:55 +00:00
Frontend Driver & AST: Implement support for -fpack-struct and -fpack-struct= command 2011-10-05 21:04:55 +00:00
FrontendTool Eliminate the unused -create-module cc1-level option 2011-09-15 19:45:56 +00:00
Headers Add support for alignment-specifiers in C1X and C++11, remove 2011-09-29 18:04:28 +00:00
Index Removing a bunch of dead returns/breaks after llvm_unreachables. 2011-09-23 20:26:49 +00:00
Lex Fixed exapnsion range for # and ##. 2011-10-03 18:39:03 +00:00
Parse Pass from the parser the locations of selector identifiers when creating 2011-10-03 06:36:36 +00:00
Rewrite Improve location fidelity of objc decls. 2011-10-04 04:48:02 +00:00
Sema Fix the rewriter, rdar://10234024. 2011-10-05 19:37:56 +00:00
Serialization Added a flag to identify resolved overloaded function references. 2011-10-05 07:56:41 +00:00
StaticAnalyzer Fix major regression in RetainCountChecker. DefaultSummaries were not being used when they were meant to be. Fixes <rdar://problem/10241614>. 2011-10-05 23:54:29 +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