summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/DeclSpec.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Insomniac refactoring: change how the parser allocates attributes so thatJohn McCall2011-03-241-3/+2
* Use ElaboratedType also for C.Abramo Bagnara2011-03-161-4/+25
* Forgotten part of previous commit.Abramo Bagnara2011-03-121-4/+4
* Teach libclang's token-annotation logic about context-sensitiveDouglas Gregor2011-03-081-0/+2
* Improved type source location for long long type.Abramo Bagnara2011-03-061-4/+6
* Propagate new-style exception spec information to Declarator.Sebastian Redl2011-03-051-26/+39
* Fix PR9390 in not one, but two ways:Douglas Gregor2011-03-031-1/+1
* Refactor the construction of nested-name-specifiers withDouglas Gregor2011-02-281-167/+19
* Use NestedNameSpecifierLoc within out-of-line variables, function, andDouglas Gregor2011-02-251-1/+2
* Retain complete source-location information for C++Douglas Gregor2011-02-241-0/+189
* Teach NestedNameSpecifier to keep track of namespace aliases the sameDouglas Gregor2011-02-241-0/+9
* Teach CXXScopeSpec to handle the extension of a nested-name-specifierDouglas Gregor2011-02-241-0/+37
* Reject forbidden storage class specifiers in OpenCL. Patch by George Russell!Peter Collingbourne2011-02-111-1/+19
* Rvalue references for *this: parse ref-qualifiers.Douglas Gregor2011-01-261-0/+4
* Parse class-virt-specifier-seqs.Anders Carlsson2011-01-221-5/+4
* More work on ClassVirtSpecifiers.Anders Carlsson2011-01-221-2/+31
* Start stubbing out a ClassVirtSpecifiers class.Anders Carlsson2011-01-221-9/+8
* Change ParseOptionalCXX0XVirtSpecifierSeq to take a VirtSpecifiers struct.Anders Carlsson2011-01-171-0/+28
* Refactor how we collect attributes during parsing, and add slots for attributesJohn McCall2010-12-241-2/+4
* Refactoring of Diagnostic class.Argyrios Kyrtzidis2010-11-181-13/+12
* Implement the C++0x "trailing return type" feature, e.g.,Douglas Gregor2010-10-011-1/+3
* Make sure we clear TypeSpecOwned when setting TypeSpecType to something whenJohn McCall2010-08-261-0/+6
* Abstract out passing around types and kill off ActionBase.John McCall2010-08-241-10/+61
* DeclPtrTy -> Decl *John McCall2010-08-211-3/+3
* Another step in the process of making the parser depend on Sema:John McCall2010-08-201-0/+610
OpenPOWER on IntegriCloud