summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Refactor instantiation of destructors to use the common CXXMethodDeclDouglas Gregor2009-08-212-34/+24
* Patch to ir-gen copy assigning array members when synthesizing Fariborz Jahanian2009-08-213-7/+116
* Add LocationContext* field to VarRegion. This is needed for interprocedural ...Ted Kremenek2009-08-219-77/+125
* Add test for out-of-line definition of a conversion functionDouglas Gregor2009-08-211-0/+7
* Fix parsing for out-of-line definitions of constructors andDouglas Gregor2009-08-212-2/+11
* Introduce support for constructor templates, which can now be declaredDouglas Gregor2009-08-218-92/+127
* Patch to provide ir-gen support in copying array membersFariborz Jahanian2009-08-213-10/+136
* Testcase for a recent checkin.Mike Stump2009-08-211-2/+2
* remove a dead warning.Chris Lattner2009-08-211-2/+0
* Array member construction in prologue of user-declaredFariborz Jahanian2009-08-212-6/+20
* Introduce getConstantArrayElementCount API and use it inFariborz Jahanian2009-08-213-16/+20
* Fix typo.Mike Stump2009-08-211-2/+2
* Eagerly bind 'self' to SelfRegion. Thus we do not need to get code decl fromZhongxing Xu2009-08-211-19/+25
* Fix commentosDaniel Dunbar2009-08-211-8/+7
* Fix refacto.Daniel Dunbar2009-08-211-1/+1
* Reversing part of 79544.Sanjiv Gupta2009-08-211-16/+0
* Get the code decl from the initial location context.Zhongxing Xu2009-08-211-1/+1
* Get the code decl from the initial location context.Zhongxing Xu2009-08-211-1/+1
* gcc told me to add these.Daniel Dunbar2009-08-211-1/+1
* Tie the local check NSErrorCheck to a Decl to pave the wayZhongxing Xu2009-08-215-25/+25
* We now support overriding base functions in vtables. WIP.Mike Stump2009-08-213-17/+102
* 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