aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-12-01add some infrastructure that will let us codegenChris Lattner
2010-12-01Handle -nostartfiles.Rafael Espindola
2010-12-01get some i32/i8/i1 constants from Builder, which is much less painful thanChris Lattner
2010-12-01Implement AST import support for class template specializations.Douglas Gregor
2010-12-01When unknown method is sent to a receiver ofFariborz Jahanian
2010-11-30A CGRecordLayout object persists. Since its contained types mayJohn McCall
2010-11-30CGRecordLayoutBuilder does not need to be exported from this module.John McCall
2010-11-30Update checker build.Ted Kremenek
2010-11-30Declaring local static in global blockFariborz Jahanian
2010-11-30Follow through references to catch returned stack addresses, local blocks, la...Argyrios Kyrtzidis
2010-11-30Implement basic AST importing and merging support for class templateDouglas Gregor
2010-11-30Eliminate more pointless default statementsDouglas Gregor
2010-11-30Add objc_getClass as an objc builtin functionFariborz Jahanian
2010-11-30L-value to r-value conversion is not ready for prime-time.John McCall
2010-11-30Such function decls,as objc's objc_msgSend, builtins in Fariborz Jahanian
2010-11-30Introduce an r-value to l-value cast kind. I'm not promising anythingJohn McCall
2010-11-30Make the dumper safe against null declaration names.John McCall
2010-11-30Update Xcode project: remove Action.cpp, add DumpXML.cpp.John McCall
2010-11-30System was renamed Support. Fix the build.Duncan Sands
2010-11-30Take John McCall's suggestion and fix this silly gcc warnings in a way thatNick Lewycky
2010-11-30I hate pointless default statementsDouglas Gregor
2010-11-30Harden CGDebugInfo::CreateType() a bit for cases where we couldn't generate t...Douglas Gregor
2010-11-30Add missing file from last commitDouglas Gregor
2010-11-30When using a precompiled preamble with detailed preprocessing records,Douglas Gregor
2010-11-30De-C99-ify for loopDouglas Gregor
2010-11-30Teach c-index-test to reparse the source file a few times when testingDouglas Gregor
2010-11-30When loading a precompiled preamble, use the file ID of theDouglas Gregor
2010-11-30Fix bug in r120299 spotted by dgregor.Nico Weber
2010-11-30Fix another case of giving the wrong value kind to a dependent cast toJohn McCall
2010-11-30Replace \r\n with \n. No functional change.Nick Lewycky
2010-11-30Add a default clause to avoid this GCC warning:Nick Lewycky
2010-11-29Revert r120331 since it causes spurious warnings and a possible assertion hit...Argyrios Kyrtzidis
2010-11-29Incomplete enum types not to be treated as integer typeFariborz Jahanian
2010-11-29Emit warnings if we are returning a reference to a local temporary.Argyrios Kyrtzidis
2010-11-29Always use a function's decl context when building default arguments. Fixes h...Nico Weber
2010-11-29Merge System into Support.Michael J. Spencer
2010-11-29Revert r120063, it was wrong.John McCall
2010-11-29I hate default statementsDouglas Gregor
2010-11-29Add a test for C++ [stmt.label]p1, from Sashan!Douglas Gregor
2010-11-29When performing code completion within ASTUnit, allocate the AugmentedCodeCom...Douglas Gregor
2010-11-29Teach the ASTImporter how to create CXXMethodDecls. Somehow, this case was mi...Douglas Gregor
2010-11-29test/CMakeLists.txt: Implement the target "check-all". For now, it has no dep...NAKAMURA Takumi
2010-11-28Don't store the maximum alignment, we can trivially compute it.Anders Carlsson
2010-11-28Revert parts of r120266 that I did not mean to commitNico Weber
2010-11-28Minor whitespace and comment fixes. No functionality change.Nico Weber
2010-11-28More work on laying out virtual bases.Anders Carlsson
2010-11-28tighten up operator= to ensure we don't get multiple owners with the same FD.Chris Lattner
2010-11-28fix typoChris Lattner
2010-11-28BuildVirtualCall doesn't need to take a reference to a pointer.Anders Carlsson
2010-11-28Make the destructor be the 'vtable anchor' of the CGCXXABI class.Anders Carlsson