aboutsummaryrefslogtreecommitdiff
path: root/lib/Parse/MinimalAction.cpp
AgeCommit message (Expand)Author
2008-12-18Ultrasimplistic sketch for the parsing of C++ template-ids. This won'tDouglas Gregor
2008-11-17Updated IdentifierResolver to deal with DeclarationNames. The names ofDouglas Gregor
2008-11-08Implement support for C++ nested-name-specifiers ('foo::bar::x') in the Parse...Argyrios Kyrtzidis
2008-10-31Add support for parsing and representing C++ constructor declarations.Douglas Gregor
2008-10-31"One" line fix for -parse-noop failure, "id" and several other thingsDaniel Dunbar
2008-08-05Move AsmLabel into Declarator instead of just a parameter toDaniel Dunbar
2008-08-05Add more Parser/Sema support for GCC asm-label extension.Daniel Dunbar
2008-08-04Nico Weber:Ted Kremenek
2008-08-01Wherever a type is used/returned from the Action module, use TypeTy instead o...Argyrios Kyrtzidis
2008-07-26Pull protocol resolution of out ActOnStartClassInterface, this is also the Chris Lattner
2008-07-21minor cleanup to the actions interface to pass around SmallVectorImpl insteadChris Lattner
2008-07-21fix typoChris Lattner
2008-04-02Two changes to Sema::LookupDecl() interface. Steve Naroff
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner