aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema/DeclSpec.cpp
AgeCommit message (Expand)Author
2011-02-25Use NestedNameSpecifierLoc within out-of-line variables, function, andDouglas Gregor
2011-02-24Retain complete source-location information for C++Douglas Gregor
2011-02-24Teach NestedNameSpecifier to keep track of namespace aliases the sameDouglas Gregor
2011-02-24Teach CXXScopeSpec to handle the extension of a nested-name-specifierDouglas Gregor
2011-02-11Reject forbidden storage class specifiers in OpenCL. Patch by George Russell!Peter Collingbourne
2011-01-26Rvalue references for *this: parse ref-qualifiers.Douglas Gregor
2011-01-22Parse class-virt-specifier-seqs.Anders Carlsson
2011-01-22More work on ClassVirtSpecifiers.Anders Carlsson
2011-01-22Start stubbing out a ClassVirtSpecifiers class.Anders Carlsson
2011-01-17Change ParseOptionalCXX0XVirtSpecifierSeq to take a VirtSpecifiers struct.Anders Carlsson
2010-12-24Refactor how we collect attributes during parsing, and add slots for attributesJohn McCall
2010-11-18Refactoring of Diagnostic class.Argyrios Kyrtzidis
2010-10-01Implement the C++0x "trailing return type" feature, e.g.,Douglas Gregor
2010-08-26Make sure we clear TypeSpecOwned when setting TypeSpecType to something whenJohn McCall
2010-08-24Abstract out passing around types and kill off ActionBase.John McCall
2010-08-21DeclPtrTy -> Decl *John McCall
2010-08-20Another step in the process of making the parser depend on Sema:John McCall