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