summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaDeclCXX.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use Sema::isDeclInScope instead of IdentifierResolver::isDeclInScope.Argyrios Kyrtzidis2008-09-101-2/+1
* More #include cleaningDaniel Dunbar2008-08-111-7/+0
* Minor #include cleaningDaniel Dunbar2008-08-111-1/+3
* When in C++, invoke ASTConsumer::HandleTagDeclDefinition in Sema::ActOnFinish...Argyrios Kyrtzidis2008-08-091-3/+6
* Passing right brace location to ActOnFinishCXXClassDef is redundant, since it...Argyrios Kyrtzidis2008-08-091-1/+1
* Move AsmLabel into Declarator instead of just a parameter toDaniel Dunbar2008-08-051-1/+1
* Add more Parser/Sema support for GCC asm-label extension.Daniel Dunbar2008-08-051-1/+1
* Wherever a type is used/returned from the Action module, use TypeTy instead o...Argyrios Kyrtzidis2008-08-011-1/+1
* change more instances of QualType::getCanonicalType to callChris Lattner2008-07-261-12/+10
* Add Sema support for C++ classes.Argyrios Kyrtzidis2008-07-011-0/+170
* -Changes to TagDecl:Argyrios Kyrtzidis2008-06-091-1/+1
* Oops...remove weird printf:-)Steve Naroff2008-06-051-1/+0
* Second half of "fix" for <rdar://problem/5986085> clang on xcode: error: rede...Steve Naroff2008-06-051-0/+1
* - Move ObjC Expresssion AST's from Expr.h => ExprObjC.hSteve Naroff2008-05-291-0/+1
* -Implement proper name lookup for namespaces.Argyrios Kyrtzidis2008-05-091-1/+2
* Diagnose attempts to use C++ default arguments outside of a function declarationDouglas Gregor2008-05-071-8/+28
* Parsing of namespaces:Argyrios Kyrtzidis2008-04-271-0/+77
* Remove FileVarDecl and BlockVarDecl. They are replaced by VarDecl::isBlockVar...Steve Naroff2008-04-151-4/+5
* This patch adds very basic support for parsing and type-checking classDouglas Gregor2008-04-131-0/+49
* Default argument cleanups and minor improvements, patch byChris Lattner2008-04-121-55/+60
* Several improvements from Doug Gregor related to defaultChris Lattner2008-04-101-0/+73
* Add support for C++ default arguments, and rework Parse-Sema Chris Lattner2008-04-081-0/+158
OpenPOWER on IntegriCloud