summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge 82194 from mainline.upstream/release_26Tanya Lattner2009-09-181-0/+1
* Merge 81668 from mainline.Tanya Lattner2009-09-131-24/+24
* Merge 81667 from mainline.Tanya Lattner2009-09-131-0/+49
* Merge 81238 from mainline.Tanya Lattner2009-09-081-36/+43
* Patch to fix PR4061.Tanya Lattner2009-09-081-3/+13
* Merge 81236 from mainline.Tanya Lattner2009-09-085-37/+53
* Merge 80808 from mainline.Tanya Lattner2009-09-042-2/+17
* Merge 80964 from mainline.Tanya Lattner2009-09-042-1/+27
* 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-311-1/+1
* Merge from mainlineTanya Lattner2009-08-311-2/+3
* Merge from mainline.Tanya Lattner2009-08-3111-0/+32
* Merge from mainline.Tanya Lattner2009-08-314-20/+22
* Merge from mainline.Tanya Lattner2009-08-311-1/+14
* Merge 79781 from mainline. Tanya Lattner2009-08-222-2/+29
* Merge 79776 from mainline.Tanya Lattner2009-08-224-4/+19
* Merge from mainline.Tanya Lattner2009-08-222-21/+19
* Create 2.6 release branch.Tanya Lattner2009-08-220-0/+0
* Second half of, clang, AuroraUX toolchain support.Edward O'Callaghan2009-08-227-4/+275
* Implement delayed parsing for member function templates. Fixes PR4608.Douglas Gregor2009-08-226-20/+55
* Updated statuc page to reflect recent implementationsFariborz Jahanian2009-08-221-12/+12
* Remove 'AnalysisContext::setDecl()', as we the Decl associated with anTed Kremenek2009-08-2113-46/+52
* Constify LocationContext* (parent) and Stmt* fields in LocationContext.Ted Kremenek2009-08-212-23/+30
* Add test taking the address of a member function template and converting it t...Douglas Gregor2009-08-211-0/+11
* Update Clang C++ status to better reflect what is implemented.Douglas Gregor2009-08-211-24/+21
* Remove 'SelfRegion' field from both BasicStoreManager and RegionStoreManager.Ted Kremenek2009-08-218-88/+58
* Implement conversion function templates, along with the ability to useDouglas Gregor2009-08-2111-72/+461
* 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-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