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