llvm-project/clang/lib
Eric Christopher 8a41bd88d7 Temporarily walk back a few of my recent debug info limiting changes
while reworking how we handle wanting to emit only parts of structures.

Fixes PR11970.

llvm-svn: 150388
2012-02-13 14:56:11 +00:00
..
ARCMigrate Basic: import SmallString<> into clang namespace 2012-02-05 02:13:05 +00:00
AST Update constexpr implementation to match CWG's chosen approach for core issues 2012-02-13 03:54:03 +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 Temporarily walk back a few of my recent debug info limiting changes 2012-02-13 14:56:11 +00:00
Driver Delete a simplistic helper function now that llvm::Triple can provide 2012-02-13 02:02:09 +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 Implement warning for non-wide string literals with an unexpected encoding. Downgrade error for non-wide character literals with an unexpected encoding to a warning for compatibility with gcc and older versions of clang. <rdar://problem/10837678>. 2012-02-11 05:08:10 +00:00
Parse Proper initializer list support for new expressions and type construct expressions. Array new still missing. 2012-02-12 18:41:05 +00:00
Rewrite more of rewriting ivar types. 2012-02-12 21:36:23 +00:00
Sema Update constexpr implementation to match CWG's chosen approach for core issues 2012-02-13 03:54:03 +00:00
Serialization Within the body of a lambda expression, decltype((x)) for an 2012-02-12 18:42:33 +00:00
StaticAnalyzer [analyzer] Malloc Checker: reduce false negatives rate by assuming that 2012-02-11 23:46:36 +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