summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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