summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/MinimalAction.cpp
Commit message (Expand)AuthorAgeFilesLines
* Updated IdentifierResolver to deal with DeclarationNames. The names ofDouglas Gregor2008-11-171-1/+1
* Implement support for C++ nested-name-specifiers ('foo::bar::x') in the Parse...Argyrios Kyrtzidis2008-11-081-2/+6
* Add support for parsing and representing C++ constructor declarations.Douglas Gregor2008-10-311-0/+6
* "One" line fix for -parse-noop failure, "id" and several other thingsDaniel Dunbar2008-10-311-3/+7
* Move AsmLabel into Declarator instead of just a parameter toDaniel Dunbar2008-08-051-2/+1
* Add more Parser/Sema support for GCC asm-label extension.Daniel Dunbar2008-08-051-1/+2
* Nico Weber:Ted Kremenek2008-08-041-3/+3
* Wherever a type is used/returned from the Action module, use TypeTy instead o...Argyrios Kyrtzidis2008-08-011-1/+1
* Pull protocol resolution of out ActOnStartClassInterface, this is also the Chris Lattner2008-07-261-5/+8
* minor cleanup to the actions interface to pass around SmallVectorImpl insteadChris Lattner2008-07-211-1/+2
* fix typoChris Lattner2008-07-211-1/+1
* Two changes to Sema::LookupDecl() interface. Steve Naroff2008-04-021-1/+1
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-0/+136
OpenPOWER on IntegriCloud