aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema/SemaDeclCXX.cpp
AgeCommit message (Expand)Author
2008-05-09-Implement proper name lookup for namespaces.Argyrios Kyrtzidis
2008-05-07Diagnose attempts to use C++ default arguments outside of a function declarationDouglas Gregor
2008-04-27Parsing of namespaces:Argyrios Kyrtzidis
2008-04-15Remove FileVarDecl and BlockVarDecl. They are replaced by VarDecl::isBlockVar...Steve Naroff
2008-04-13This patch adds very basic support for parsing and type-checking classDouglas Gregor
2008-04-12Default argument cleanups and minor improvements, patch byChris Lattner
2008-04-10Several improvements from Doug Gregor related to defaultChris Lattner
2008-04-08Add support for C++ default arguments, and rework Parse-Sema Chris Lattner