summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge 82194 from mainline.upstream/release_26Tanya Lattner2009-09-181-0/+1
* Merge 81236 from mainline.Tanya Lattner2009-09-085-37/+53
* Merge 80808 from mainline.Tanya Lattner2009-09-041-2/+1
* Merge 80964 from mainline.Tanya Lattner2009-09-041-1/+8
* Merge 80933 from mainline.Tanya Lattner2009-09-041-1/+3
* Merge from mainlien.Tanya Lattner2009-08-311-1/+1
* Merge from mainline.Tanya Lattner2009-08-3111-0/+32
* Merge from mainline.Tanya Lattner2009-08-311-4/+2
* Merge from mainline.Tanya Lattner2009-08-311-1/+14
* Merge 79781 from mainline. Tanya Lattner2009-08-221-2/+2
* Merge 79776 from mainline.Tanya Lattner2009-08-223-4/+6
* Merge from mainline.Tanya Lattner2009-08-221-12/+14
* Second half of, clang, AuroraUX toolchain support.Edward O'Callaghan2009-08-226-4/+273
* Implement delayed parsing for member function templates. Fixes PR4608.Douglas Gregor2009-08-223-6/+30
* Remove 'AnalysisContext::setDecl()', as we the Decl associated with anTed Kremenek2009-08-217-24/+28
* Constify LocationContext* (parent) and Stmt* fields in LocationContext.Ted Kremenek2009-08-211-6/+10
* Remove 'SelfRegion' field from both BasicStoreManager and RegionStoreManager.Ted Kremenek2009-08-215-76/+48
* Implement conversion function templates, along with the ability to useDouglas Gregor2009-08-216-68/+338
* Calculate the address point for a vtable better, and start fleshing out the v...Mike Stump2009-08-211-16/+48
* Refactor instantiation of destructors to use the common CXXMethodDeclDouglas Gregor2009-08-211-34/+13
* Patch to ir-gen copy assigning array members when synthesizing Fariborz Jahanian2009-08-212-7/+109
* Add LocationContext* field to VarRegion. This is needed for interprocedural ...Ted Kremenek2009-08-216-48/+71
* Fix parsing for out-of-line definitions of constructors andDouglas Gregor2009-08-211-1/+1
* Introduce support for constructor templates, which can now be declaredDouglas Gregor2009-08-215-91/+100
* Patch to provide ir-gen support in copying array membersFariborz Jahanian2009-08-212-10/+102
* Array member construction in prologue of user-declaredFariborz Jahanian2009-08-211-6/+17
* Introduce getConstantArrayElementCount API and use it inFariborz Jahanian2009-08-212-16/+17
* Eagerly bind 'self' to SelfRegion. Thus we do not need to get code decl fromZhongxing Xu2009-08-211-19/+25
* 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-214-24/+24
* We now support overriding base functions in vtables. WIP.Mike Stump2009-08-212-17/+71
* Remove TypeSpecStartLocation from VarDecl/FunctionDecl/FieldDecl, and use Dec...Argyrios Kyrtzidis2009-08-219-46/+37
* Make the new Objective-C "id" and "Class" redefinition types specialDouglas Gregor2009-08-212-0/+8
* Implement support for calling member function templates, which involves:Douglas Gregor2009-08-214-24/+142
* Patch to ir-gen destruction of array member elements in revers orderFariborz Jahanian2009-08-201-0/+60
* Initial support for parsing and representation of member function templates.Douglas Gregor2009-08-205-10/+45
* ir-gen patch to destruct array members. WIP.Fariborz Jahanian2009-08-202-13/+44
* Fix a typo in a variable nameDouglas Gregor2009-08-201-3/+3
* Issue an error if the user specifies parameters in a function marked as ISR.Sanjiv Gupta2009-08-202-2/+23
* Using "ObjCImplicitSetterGetterRefExpr" instead of "ObjCImplctSetterGetterRef...Fariborz Jahanian2009-08-2019-60/+60
* Refine vbase offsets for the inductive case. Things are now startingMike Stump2009-08-201-7/+7
* Add syntax examples for the friend declaration types.John McCall2009-08-201-1/+0
* Refactor the instantiation of statements into a generic treeDouglas Gregor2009-08-205-499/+754
* retain/release checker: Treat NSObject method '-awakeAfterUsingCoder:'Ted Kremenek2009-08-201-4/+9
* Fix bit-field promotion to be a bit closer to the behavior of gcc. Eli Friedman2009-08-202-60/+50
* 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