summaryrefslogtreecommitdiffstats
path: root/clang/AST/Decl.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Unused ObjcProtoMethod is removed.Fariborz Jahanian2007-09-301-3/+0
* Patch for method implementation. It populates ObjcImplementationDecl object w...Fariborz Jahanian2007-09-271-0/+19
* This patch inserts ivars declared in @implementation in its object and verifies Fariborz Jahanian2007-09-261-0/+13
* This patch introduces a new class to keep track of class implementation info....Fariborz Jahanian2007-09-251-0/+8
* This patch instantiates objects for forward protocols and in general handles ...Fariborz Jahanian2007-09-211-0/+9
* Patch for object creation and handling of category declarations.Fariborz Jahanian2007-09-181-1/+27
* Patch to remove ObjcProtoMethodDecl and use ObjcMethodDeclFariborz Jahanian2007-09-171-2/+2
* Patch to add objective-c's @protocl type declaration.Fariborz Jahanian2007-09-171-0/+20
* Add const to debug hook...Steve Naroff2007-09-171-1/+1
* Add support for ObjC keyword selectors.Steve Naroff2007-09-171-3/+32
* decl counting isn't implemented yet for objc. -stats probably crashes for it.Chris Lattner2007-09-161-0/+7
* Fixes/tweaks that prevent "defaults-i.m" from compiling.Steve Naroff2007-09-161-0/+36
* Patch to store ivars into interface class object.Fariborz Jahanian2007-09-141-0/+12
* Phase 2 of making the Decl class more lightweight...Steve Naroff2007-09-131-1/+7
* Patch for building method declaration nodes. Also fixed a segfault in cocoa.m...Fariborz Jahanian2007-09-121-0/+16
* Early patch to collect objective-c methods inserts them inFariborz Jahanian2007-09-101-0/+20
* The goal of this commit is to get just enough Sema support to recognize Objec...Steve Naroff2007-09-061-0/+4
* Fix "no newline at end of file" warnings. Patch contributed byChris Lattner2007-07-121-1/+1
* Finally bite the bullet and make the major change: split the clang namespaceChris Lattner2007-06-151-1/+0
* Implement support for formal arguments. We can now compile this:Chris Lattner2007-06-131-3/+3
* Implement capturing of enum values and chaining of enums together.Chris Lattner2007-06-111-15/+0
* Bug #:Steve Naroff2007-06-011-12/+1
* Bug #:Steve Naroff2007-06-011-0/+10
* correct printout, enums are separate.Chris Lattner2007-05-241-7/+7
* silence a bunch of warnings, fix some funky indentation.Chris Lattner2007-05-241-58/+66
* Bug #:Steve Naroff2007-05-231-0/+81
* Bug #:Steve Naroff2007-03-261-2/+15
* Create EnumConstantDecl objects for each enum value, and fill them intoChris Lattner2007-01-251-0/+15
* Add EnumDecl, warn about forward references to enums:Chris Lattner2007-01-251-5/+5
* Save the member list of a struct/union in the RecordDecl for the struct.Chris Lattner2007-01-251-0/+14
* make Decl::getName() not crash if the decl is unnamed (e.g. an unnamed argument)Chris Lattner2007-01-211-1/+3
* avoid allocating memory for empty arg listsChris Lattner2007-01-211-2/+5
* Next big step in function parsing: create decl objects for parameters,Chris Lattner2007-01-211-0/+17
* parse identifier expressions properly. This allows us diagnose this:Chris Lattner2006-11-201-0/+5
* Make the driver print function bodies at -parse-print-astChris Lattner2006-10-251-0/+5
* start creating proper ast nodes for variables and functionsChris Lattner2006-10-151-0/+15
OpenPOWER on IntegriCloud