aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-07-29Don't use a formatted ostream when writing .ll either.Daniel Dunbar
2009-07-29Don't use a formatted ostream when writing .bc files. I don't really understandDaniel Dunbar
2009-07-29When lookup of an identifier preceding a '<' finds a set of overloadedDouglas Gregor
2009-07-29scan-build: Don't try to index plist-html output directoriesDaniel Dunbar
2009-07-29Remove an obsolete kludge based on the previous, completely broken handling o...Douglas Gregor
2009-07-29Test redefinition of class template partial specializationsDouglas Gregor
2009-07-29Use the new statement/expression profiling code to unique dependentDouglas Gregor
2009-07-29Use the existing API for base offset. Use suitable llvm typeFariborz Jahanian
2009-07-29Make the Python TestRunner work for individual testsDouglas Gregor
2009-07-29Remove an ObjC-specific XFAIL (and tweak test).Steve Naroff
2009-07-29Fix <rdar://problem/7100524> regression: "error: incompatible operand types (...Steve Naroff
2009-07-29Incorporate feedback from Chris (on r76979).Steve Naroff
2009-07-29Make functional-style casts emit correct messages, and fix a crash-on-invalid.Sebastian Redl
2009-07-29add a fixmeZhongxing Xu
2009-07-29delete an undefined method.Zhongxing Xu
2009-07-29MultiTestRunner: Reenable --vg option.Daniel Dunbar
2009-07-29Destroy the ASTConsumer prior to the Context, HTMLPrinter for example wants toDaniel Dunbar
2009-07-29BlockScopeInfo::hasPrototype was uninitialized.Daniel Dunbar
2009-07-29CharLiteralParser::IsMultiChar was sometimes uninitialized.Daniel Dunbar
2009-07-29Add missing '"'Daniel Dunbar
2009-07-29Code refactoring to define getCXXRecordDeclForPointerTypeFariborz Jahanian
2009-07-29Be sure to turn on -fblocks.Mike Stump
2009-07-28Some minor cleanups, thanks Chris.Mike Stump
2009-07-28Some style fixes, thanks Chris.Mike Stump
2009-07-28Add support for -Wmissing-noreturn.Mike Stump
2009-07-28Refactor the code that produces a TemplateSpecializationType, so thatDouglas Gregor
2009-07-28remove extraneous bracesChris Lattner
2009-07-28Add noreturn support for blocks.Mike Stump
2009-07-28ir-gen derived-to-base conversion in implicit casts.Fariborz Jahanian
2009-07-28Update for LLVM API change.Owen Anderson
2009-07-28Remove the old RecordOrganizer.Anders Carlsson
2009-07-28Fix PR 4631. The compound initializers of unions were not being evaluated, whichTed Kremenek
2009-07-28Add missing break statement.Ted Kremenek
2009-07-28Update comments.Mike Stump
2009-07-28Fix regression in attribute 'nonnull' checking when a transition nodeTed Kremenek
2009-07-28Add a field for C++ specific data to ASTRecordLayout. Use it to store the non...Anders Carlsson
2009-07-28More cleanup of data member access and then some.Fariborz Jahanian
2009-07-28Update for LLVM API change.Owen Anderson
2009-07-28fix PR4633: cast to void should silence the 'unused expression' warning.Chris Lattner
2009-07-28add some fixme'sChris Lattner
2009-07-28this test crashes, disable it harder.Chris Lattner
2009-07-28Some code cleanup.Fariborz Jahanian
2009-07-28More CGRecordLayoutBuilder cleanup.Anders Carlsson
2009-07-28More work toward data member access ir-gen.Fariborz Jahanian
2009-07-28Add two more tests.Anders Carlsson
2009-07-28Add a template test that requires canonical expression comparisonDouglas Gregor
2009-07-28Fix a typo in a commentDouglas Gregor
2009-07-28Profiling the pointer of a canonical type is sufficient to uniquely identify ...Douglas Gregor
2009-07-28Finish profile support for statements.Douglas Gregor
2009-07-28Complete profile support for C++ and Objective-C expressionsDouglas Gregor