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