summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/MinimalAction.cpp
Commit message (Expand)AuthorAgeFilesLines
* Parsing and AST representation for dependent template names that occurDouglas Gregor2009-03-311-1/+1
* Improve the representation of template names in the AST. ThisDouglas Gregor2009-03-301-1/+1
* Push DeclGroup much farther throughout the compiler. Now the variousChris Lattner2009-03-291-1/+1
* Introduce a new OpaquePtr<N> struct type, which is a simple POD wrapper for aChris Lattner2009-03-281-21/+21
* fix "Comment#1" from PR3872Chris Lattner2009-03-241-1/+1
* Convert a bunch of actions to smart pointers, and also bring PrintParserCallb...Sebastian Redl2009-03-151-1/+1
* rename PrettyStackTraceDecl -> PrettyStackTraceActionsDecl.Chris Lattner2009-03-051-1/+1
* When the parser is live, print out the location and spelling of its current t...Chris Lattner2009-03-051-0/+23
* When parsing a function body, add it to the crash stack, giving us somethingChris Lattner2009-03-051-0/+15
* Implement parsing of nested-name-specifiers that involve template-ids, e.g.,Douglas Gregor2009-02-251-1/+1
* Start processing template-ids as types when the template-name refersDouglas Gregor2009-02-091-8/+5
* Diagnose ambiguities in getTypeName. Fixes http://llvm.org/bugs/show_bug.cgi?...Douglas Gregor2009-02-041-2/+2
* Name change (isTypeName->getTypeName).Steve Naroff2009-01-281-2/+2
* Switch MinimalAction from new/delete'ing its TypeNameInfo to Chris Lattner2009-01-181-37/+56
* Ultrasimplistic sketch for the parsing of C++ template-ids. This won'tDouglas Gregor2008-12-181-0/+10
* 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