summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a comment and improve an assert message.Argyrios Kyrtzidis2009-08-191-2/+4
* Store/load type source info from/to PCH files.Argyrios Kyrtzidis2009-08-192-7/+149
* Use Sema's LocInfoType to pass and preserve type source info through the Parser.Argyrios Kyrtzidis2009-08-1911-33/+68
* Introduce LocInfoType which is a Sema-specific implementation detail.Argyrios Kyrtzidis2009-08-195-5/+63
* Create and instantiate a DeclaratorInfo using a newly introduced Sema::GetDec...Argyrios Kyrtzidis2009-08-192-1/+137
* Introduce DeclaratorDecl and pass DeclaratorInfo through the Decl/Sema interf...Argyrios Kyrtzidis2009-08-1924-182/+273
* Introduce DeclaratorInfo and TypeLoc, intended to be used for storing and rea...Argyrios Kyrtzidis2009-08-197-1/+905
* Update Xcode project.Anders Carlsson2009-08-191-5/+11
* Cleanup.Mike Stump2009-08-181-4/+4
* Add some documentation.Mike Stump2009-08-181-0/+1
* Cleanups. Move GenerateRtti to CodeGenModule.Mike Stump2009-08-183-15/+18
* Renamed ClassProp data member of ObjCImplctSetterGetterRefExprFariborz Jahanian2009-08-185-15/+15
* Move the rest of the vtable building code into the new builder.Mike Stump2009-08-182-128/+102
* Suck up method generation.Mike Stump2009-08-181-19/+19
* Split out vtable bulding code into a builder.Mike Stump2009-08-181-19/+25
* Renamed ObjCKVCRefExpr to ObjCImplctSetterGetterRefExpr.Fariborz Jahanian2009-08-1822-73/+108
* Change ActOnReturnStmt to not take a FullExprArg. Instead, Sema will wrap the...Anders Carlsson2009-08-186-7/+11
* Remove unused parameter BugReporter due to previous patch.Zhongxing Xu2009-08-183-13/+7
* Now we can get the CFG from the ProgramPoint. No need to pass in the Zhongxing Xu2009-08-183-5/+9
* Add test for finding bfin backend.Daniel Dunbar2009-08-181-0/+1
* Convert CreateTargetInfo to use a Triple instead of manul string munging.Daniel Dunbar2009-08-181-72/+66
* Fix some made up triples.Daniel Dunbar2009-08-183-15/+15
* Enhance static analyzer diagnostics by introducing a new 'EnhancedBugReporter'Ted Kremenek2009-08-185-12/+60
* Teach Sema how to pop out of friend function definitions in nested classes.John McCall2009-08-182-13/+23
* Fixed typo in last commit pointed out by Anton.David Chisnall2009-08-171-2/+2
* Changes to TargetABIInfo to (hopefully) select the correct calling convention...David Chisnall2009-08-171-7/+16
* Support compilation for the blackfin back-endJakob Stoklund Olesen2009-08-171-0/+81
* Patch to 1) synthesizing non-trivial default destructor whenFariborz Jahanian2009-08-174-13/+163
* Remove an ErrorUnsupported call.Anders Carlsson2009-08-172-6/+1
* XFAIL this test for now. David/Steve, please sort out the correct fix.Daniel Dunbar2009-08-171-0/+3
* Initial patch to support definitions of id and Class from headers in Objectiv...David Chisnall2009-08-177-16/+78
* adjust indentation.Zhongxing Xu2009-08-171-15/+15
* Remove unused variable.Zhongxing Xu2009-08-171-2/+0
* To make the analysis independent on the locally stored liveness and cfgZhongxing Xu2009-08-1711-18/+26
* Update lexer to work with the new APFloat string parsing.Erick Tryzelaar2009-08-161-2/+6
* Improve handling of delete expressions.Anders Carlsson2009-08-164-0/+87
* Whoops, did not mean to commit thisAnders Carlsson2009-08-161-1/+1
* Store the delete operator for delete expressions.Anders Carlsson2009-08-162-11/+42
* Patch toward synthesizing non-trivial destructors. WIPFariborz Jahanian2009-08-162-0/+39
* Refine vbase offset calculations. WIP.Mike Stump2009-08-163-38/+55
* Only do this for initializers of course.Anders Carlsson2009-08-161-8/+10
* Destroy bound temporaries.Anders Carlsson2009-08-162-1/+16
* Improve the diagnostic emitted when an unused ObjC property getterChris Lattner2009-08-163-3/+14
* fix my previous commit.Chris Lattner2009-08-161-0/+3
* This is an attempt to improve loc info for 'unused result' expressionChris Lattner2009-08-161-0/+12
* Add an IsInitializer flag to EmitAnyExpr. This is used to prevent temporaries...Anders Carlsson2009-08-165-29/+47
* No need to append extra padding now that we don't create packed structs for s...Anders Carlsson2009-08-161-50/+8
* AddInitializerToDecl can't take a FullExprArg. Make it take an ExprArg, and c...Anders Carlsson2009-08-168-19/+42
* Call MaybeBindToTemporary for overloaded binary and unary operators.Anders Carlsson2009-08-163-7/+25
* Call MaybeBindToTemporary when constructing functino call operator calls.Anders Carlsson2009-08-162-2/+15