summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Remove comma at the end of enumerator list.Daniel Dunbar2009-08-211-1/+1
* Remove TypeSpecStartLocation from VarDecl/FunctionDecl/FieldDecl, and use Dec...Argyrios Kyrtzidis2009-08-2111-88/+53
* Make the new Objective-C "id" and "Class" redefinition types specialDouglas Gregor2009-08-213-1/+13
* Implement support for calling member function templates, which involves:Douglas Gregor2009-08-215-26/+169
* Center the dragon.Ted Kremenek2009-08-211-1/+1
* Make the dragon a link...Ted Kremenek2009-08-201-1/+1
* Include LLVM logo ... because dragons are cool.Ted Kremenek2009-08-202-2/+4
* Added member arrays to more tests now that ir-gen supports it.Fariborz Jahanian2009-08-201-3/+9
* Patch to ir-gen destruction of array member elements in revers orderFariborz Jahanian2009-08-202-1/+61
* Initial support for parsing and representation of member function templates.Douglas Gregor2009-08-208-23/+66
* ir-gen patch to destruct array members. WIP.Fariborz Jahanian2009-08-202-13/+44
* Update checker build.Ted Kremenek2009-08-201-1/+1
* Fix a typo in a variable nameDouglas Gregor2009-08-201-3/+3
* Don't install wpa or index-test tools.Daniel Dunbar2009-08-202-0/+2
* Issue an error if the user specifies parameters in a function marked as ISR.Sanjiv Gupta2009-08-203-3/+26
* Using "ObjCImplicitSetterGetterRefExpr" instead of "ObjCImplctSetterGetterRef...Fariborz Jahanian2009-08-2022-80/+84
* Refine vbase offsets for the inductive case. Things are now startingMike Stump2009-08-202-13/+83
* Add syntax examples for the friend declaration types.John McCall2009-08-202-4/+16
* Refactor the instantiation of statements into a generic treeDouglas Gregor2009-08-205-499/+754
* Improve the Getting Started and Hacking web pages, patch byChris Lattner2009-08-202-20/+28
* retain/release checker: Treat NSObject method '-awakeAfterUsingCoder:'Ted Kremenek2009-08-202-10/+35
* Make this test case more portable by removing its dependency on system header...Ted Kremenek2009-08-201-3/+8
* Fix bit-field promotion to be a bit closer to the behavior of gcc. Eli Friedman2009-08-205-62/+108
* If the 'while' has an empty body, set the body to the continue target block.Zhongxing Xu2009-08-201-1/+1
* If the body of for loop is empty, set its body to the continue target.Zhongxing Xu2009-08-201-1/+1
* Ensure we don't output repeated vbase offsets. I have a testcase forMike Stump2009-08-202-24/+25
* Basic nested-template implementation.John McCall2009-08-205-0/+185
* Rename: ProgramPoint::getContext() => ProgramPoint::getLocationContext().Zhongxing Xu2009-08-203-3/+3
* Test case for my last patch plus a minor clean up.Fariborz Jahanian2009-08-202-4/+47
* retain/release checker: Special case handling of CFAttributedStringSetAttribute,Ted Kremenek2009-08-203-80/+99
* ir-gen for multi-dimensional array construction. WIP.Fariborz Jahanian2009-08-201-6/+18
* Enhance diagnostics concerning attribute 'ns_returns_retained' and 'cf_return...Ted Kremenek2009-08-191-4/+6
* Keep track of the right paren ')' source location in a function declarator.Argyrios Kyrtzidis2009-08-195-16/+23
* Removed unneeded code for break/continue statements inFariborz Jahanian2009-08-191-7/+0
* ir-gen for constructing arrays as non-static data members. WIP.Fariborz Jahanian2009-08-192-1/+99
* Add TCE target to clang; patch by Mikael Lepistö.Eli Friedman2009-08-191-0/+67
* Remove now unnecessary helper methods.Daniel Dunbar2009-08-194-26/+7
* Tweak svn:ignoreDaniel Dunbar2009-08-190-0/+0
* Switch to SmallString::str from SmallString::c_str.Daniel Dunbar2009-08-195-21/+27
* Convert parts of Rewriter to StringRef based API.Daniel Dunbar2009-08-197-72/+65
* Use raw_svector_ostream for string concatenation.Daniel Dunbar2009-08-191-7/+9
* One second thought, I think I want to limit this class to just vtableMike Stump2009-08-191-5/+5
* Cleanup: fold IndirectPrimary into builder.Mike Stump2009-08-191-12/+9
* We don't want to confuse this layout with the BLayout from the builder.Mike Stump2009-08-191-3/+3
* Update for recent improvements.Mike Stump2009-08-191-2/+2
* Get the Decl from the current ExplodedNode. Eventually the diagnostic clientZhongxing Xu2009-08-192-2/+6
* Update CMakeLists.Benjamin Kramer2009-08-191-0/+1
* Make integer promotions work correctly on PIC16 and other platforms Eli Friedman2009-08-197-159/+186
* Restore vbase offsets for classes without a primary.Mike Stump2009-08-192-2/+170
* Refine vcalls a little.Mike Stump2009-08-192-42/+54