summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added PushOnScopeChains method to Sema, that adds a decl to both the IdResolv...Argyrios Kyrtzidis2008-04-121-20/+16
* Minor changes per Chris L's review.Fariborz Jahanian2008-04-111-12/+9
* Switch sema to maintaining its own scope chain information for variableChris Lattner2008-04-111-50/+18
* Patch for:Fariborz Jahanian2008-04-101-22/+59
* typedef void T;Chris Lattner2008-04-101-3/+3
* Several improvements from Doug Gregor related to defaultChris Lattner2008-04-101-6/+10
* Add support for C++ default arguments, and rework Parse-Sema Chris Lattner2008-04-081-61/+163
* remove the Decl::getCanonicalType() method.Chris Lattner2008-04-061-4/+5
* Start switching clients over from CT.getCanonicalType() to Context.getCanonic...Chris Lattner2008-04-061-2/+2
* This patch contains these changes:Chris Lattner2008-04-061-9/+9
* Add explicit support for diagnosing implicit function decls.Steve Naroff2008-04-041-3/+11
* Introduce ContextDecl, patch by Argiris Kirtzidis!Chris Lattner2008-04-041-13/+33
* Change ObjCInterfaceDecl to inherit from NamedDecl (not TypeDecl). While ObjC...Steve Naroff2008-04-021-12/+7
* Two changes to Sema::LookupDecl() interface. Steve Naroff2008-04-021-34/+18
* Fix several bugs in array -> pointer decomposition.Chris Lattner2008-04-021-3/+2
* Fix PR2017 and silence some bogus errors.Chris Lattner2008-04-021-3/+4
* Fix a comment typo and add a couple suggestions from Chris.Steve Naroff2008-04-021-2/+2
* Fairly large "cleaup" related to changing ObjCCompatibleAliasDecl superclass ...Steve Naroff2008-04-011-37/+44
* Alloc redeclaration of typedefs within ExternCSystemHeaderDir's AND SystemHea...Steve Naroff2008-03-261-3/+4
* allow the format attribute to be specified in function pointer prototypesNuno Lopes2008-03-251-8/+24
* Extend QualType::getAddressSpace to do the right thing for array types, and inNate Begeman2008-03-251-8/+3
* Fix http://llvm.org/bugs/show_bug.cgi?id=2161.Steve Naroff2008-03-191-2/+13
* hoist a bunch of casting.Chris Lattner2008-03-161-6/+7
* Add create methods for ObjCIvarDecl and ObjCInterfaceDeclChris Lattner2008-03-161-1/+1
* switch the rest of the C decl classes to do their Chris Lattner2008-03-161-3/+3
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-0/+2297
OpenPOWER on IntegriCloud