summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix rdar://5905347 a crash on invalid builtin, due to theChris Lattner2008-05-051-4/+16
* Add support for -Wimplicit-function-declaration, rdar://5907433Chris Lattner2008-05-051-2/+3
* Replace Sema::CheckInitializerListTypes() with a helper class (InitListChecke...Steve Naroff2008-05-011-0/+5
* Implicitly defined functions were getting the DeclContext of the function whe...Argyrios Kyrtzidis2008-05-011-7/+9
* fix 'var unused' warning.Chris Lattner2008-04-301-2/+2
* Parsing of namespaces:Argyrios Kyrtzidis2008-04-271-35/+46
* initial support for recognizing __transparent_union__ attributesNuno Lopes2008-04-251-0/+26
* "This patch renames Chris Lattner2008-04-221-4/+4
* Clean up handling of function redeclarationsDouglas Gregor2008-04-211-9/+25
* OCUVector -> ExtVector, shorthand for extended vector, per feedback from Chris.Nate Begeman2008-04-181-7/+7
* fix __attribute__(format) for struct function pointer fieldsNuno Lopes2008-04-181-3/+7
* Use TranslationUnitDecl as DeclContext of builtin functions.Argyrios Kyrtzidis2008-04-171-1/+2
* Addition of TranslationUnitDecl to the AST:Argyrios Kyrtzidis2008-04-171-2/+6
* Remove FileVarDecl and BlockVarDecl. They are replaced by VarDecl::isBlockVar...Steve Naroff2008-04-151-31/+27
* Introduce support for finding class and enum names via ordinary name lookup i...Douglas Gregor2008-04-131-4/+14
* This patch is just the easy part of the class names patch, whichChris Lattner2008-04-131-1/+1
* 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