llvm-project/clang/lib
Eric Christopher fc3ee566eb Add -g to the cc1as flags only if we're dealing with an original
source file. Otherwise -g -save-temps will error out on the compile
of any .c file.

Fixes about 4000 of the errors in the clang-tests gdb test suite.

llvm-svn: 147819
2012-01-10 00:38:01 +00:00
..
ARCMigrate Remove unused variables. 2011-12-25 01:18:52 +00:00
AST Implement redeclaration merging for namespaces defined in distinct 2012-01-09 17:30:44 +00:00
Analysis Thread safety analysis: added support for trylock attribute. 2012-01-06 19:16:50 +00:00
Basic Merge AVX/AVX2 into the SSE level. 2012-01-09 09:19:09 +00:00
CodeGen objc++: patch for IRgen for atomic properties of 2012-01-10 00:37:01 +00:00
Driver Add -g to the cc1as flags only if we're dealing with an original 2012-01-10 00:38:01 +00:00
Frontend When loading an AST file, set SourceManager::MainFileID to the main file of the AST file, 2012-01-05 21:36:25 +00:00
FrontendTool Per discussion on the list, remove BitcodeVerify pass to reimplement as a free function. 2011-12-14 00:29:23 +00:00
Headers Don't depend on undefined macros being 0, there are options for the 2012-01-03 19:22:38 +00:00
Index Replace all comparisons between ObjCInterfaceDecl pointers with calls 2011-12-15 00:29:59 +00:00
Lex When inferring a submodule ID during module creation, look up the 2012-01-06 17:19:32 +00:00
Parse Extend the diagnostic for a ',' at the end of a declaration where a ';' was 2012-01-09 22:31:44 +00:00
Rewrite Fix uninitialized variable warning. 2012-01-06 20:05:14 +00:00
Sema objc++: patch for IRgen for atomic properties of 2012-01-10 00:37:01 +00:00
Serialization When deserializing an anonymous namespace from a module, do not attach 2012-01-09 18:07:24 +00:00
StaticAnalyzer Remove unused variable. 2012-01-07 22:52:07 +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