hanchenye-llvm-project/clang/lib
Devang Patel 1b291b22d0 Rework r132576.
Emit debug info only if there is an insertion point. The debug info should not force an insertion point. Codegen may later on decide to not emit code for some reason, see extensive comment in CodeGenFunction::EmitStmt(), and debug info should not get in the way.

llvm-svn: 132610
2011-06-04 00:38:02 +00:00
..
AST Implement -fgnu89-inline. Fixes PR10041. 2011-06-02 16:13:27 +00:00
Analysis Utilize PackedVector, introduced with llvm commit r132325. 2011-05-31 03:56:09 +00:00
Basic My testing shows that function stat has no problem with trailing separators. (tested on Windows and Darwin). 2011-06-03 09:44:29 +00:00
CodeGen Rework r132576. 2011-06-04 00:38:02 +00:00
Driver We were looking at /usr/lib only if the distro had multilib. This is bogus: 2011-06-03 15:39:42 +00:00
Frontend Don't warn about -Wno-foo where foo is an unknown warning option. Explicitly 2011-06-03 18:30:50 +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 Add 'may_alias' attribute. Noticed by Eli. 2011-05-13 01:24:00 +00:00
Index Modify some deleted function methods to better reflect reality: 2011-05-06 20:44:56 +00:00
Lex Copy IsWarnIfUnused too when making a copy of a MacroInfo. 2011-06-03 10:33:36 +00:00
Parse Silence sign compare warning. 2011-05-26 21:32:30 +00:00
Rewrite Replace a literal 8 with Context->getCharWidth() in 2011-04-30 16:08:27 +00:00
Sema Expose @synthesize and @dynamic via their own cursor kinds in 2011-06-03 23:08:58 +00:00
Serialization Improvements to abbreviations for PCH which add support for EnumDecl, ObjCIvarDecl, TypedefDecl, VarDecl and FieldDecl and improve support for ParmVarDecl. 2011-06-03 23:11:16 +00:00
StaticAnalyzer [analyzer] Fix comment for (still-disabled) evalStrncpy 2011-06-04 00:05:23 +00:00
CMakeLists.txt Reverts the Tooling changes as requested by Chris. 2011-06-02 16:58:33 +00:00
Makefile Reverts the Tooling changes as requested by Chris. 2011-06-02 16:58:33 +00:00