aboutsummaryrefslogtreecommitdiff
path: root/lib/Parse/ParseDeclCXX.cpp
AgeCommit message (Expand)Author
2008-05-01Convert CRLF to LF.Argyrios Kyrtzidis
2008-04-27Call ExitScope before ActOnFinishNamespaceDef.Argyrios Kyrtzidis
2008-04-27Parsing of namespaces:Argyrios Kyrtzidis
2008-04-14Make Parser::getAccessSpecifierIfPresent const, since it does not modify the ...Douglas Gregor
2008-04-13This patch adds very basic support for parsing and type-checking classDouglas Gregor
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner