index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Sema
/
DeclSpec.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
PR10458: Finesse behaviour of C++0x features when in pre-0x mode. Accept for-...
Richard Smith
2011-09-04
1
-1
/
+35
*
Add 'mutable' to the function declarator chunk, to be used when
Douglas Gregor
2011-07-13
1
-0
/
+2
*
Fixed enum types can be complete without actually being valid to use
John McCall
2011-07-06
1
-0
/
+6
*
Fix a couple more issues related to r133854:
Richard Smith
2011-06-25
1
-2
/
+16
*
When deciding how to parse "= something" as part of a member
Douglas Gregor
2011-06-25
1
-0
/
+55
*
Introduce DelayedCleanupPool useful for simplifying clean-up of certain resou...
Argyrios Kyrtzidis
2011-06-22
1
-3
/
+0
*
Implement a new type node, UnaryTransformType, designed to represent a
Alexis Hunt
2011-05-24
1
-1
/
+1
*
Implement __underlying_type for libc++.
Alexis Hunt
2011-05-19
1
-0
/
+1
*
Fix a bunch of major problems with __unknown_anytype and properly test
John McCall
2011-04-09
1
-0
/
+1
*
Remove the last of ClassVirtSpecifiers.
Anders Carlsson
2011-03-25
1
-27
/
+0
*
Remove 'new' from virt-specifier since it's going to be removed in the next C...
Anders Carlsson
2011-03-25
1
-2
/
+0
*
Insomniac refactoring: change how the parser allocates attributes so that
John McCall
2011-03-24
1
-3
/
+2
*
Use ElaboratedType also for C.
Abramo Bagnara
2011-03-16
1
-4
/
+25
*
Forgotten part of previous commit.
Abramo Bagnara
2011-03-12
1
-4
/
+4
*
Teach libclang's token-annotation logic about context-sensitive
Douglas Gregor
2011-03-08
1
-0
/
+2
*
Improved type source location for long long type.
Abramo Bagnara
2011-03-06
1
-4
/
+6
*
Propagate new-style exception spec information to Declarator.
Sebastian Redl
2011-03-05
1
-26
/
+39
*
Fix PR9390 in not one, but two ways:
Douglas Gregor
2011-03-03
1
-1
/
+1
*
Refactor the construction of nested-name-specifiers with
Douglas Gregor
2011-02-28
1
-167
/
+19
*
Use NestedNameSpecifierLoc within out-of-line variables, function, and
Douglas Gregor
2011-02-25
1
-1
/
+2
*
Retain complete source-location information for C++
Douglas Gregor
2011-02-24
1
-0
/
+189
*
Teach NestedNameSpecifier to keep track of namespace aliases the same
Douglas Gregor
2011-02-24
1
-0
/
+9
*
Teach CXXScopeSpec to handle the extension of a nested-name-specifier
Douglas Gregor
2011-02-24
1
-0
/
+37
*
Reject forbidden storage class specifiers in OpenCL. Patch by George Russell!
Peter Collingbourne
2011-02-11
1
-1
/
+19
*
Rvalue references for *this: parse ref-qualifiers.
Douglas Gregor
2011-01-26
1
-0
/
+4
*
Parse class-virt-specifier-seqs.
Anders Carlsson
2011-01-22
1
-5
/
+4
*
More work on ClassVirtSpecifiers.
Anders Carlsson
2011-01-22
1
-2
/
+31
*
Start stubbing out a ClassVirtSpecifiers class.
Anders Carlsson
2011-01-22
1
-9
/
+8
*
Change ParseOptionalCXX0XVirtSpecifierSeq to take a VirtSpecifiers struct.
Anders Carlsson
2011-01-17
1
-0
/
+28
*
Refactor how we collect attributes during parsing, and add slots for attributes
John McCall
2010-12-24
1
-2
/
+4
*
Refactoring of Diagnostic class.
Argyrios Kyrtzidis
2010-11-18
1
-13
/
+12
*
Implement the C++0x "trailing return type" feature, e.g.,
Douglas Gregor
2010-10-01
1
-1
/
+3
*
Make sure we clear TypeSpecOwned when setting TypeSpecType to something when
John McCall
2010-08-26
1
-0
/
+6
*
Abstract out passing around types and kill off ActionBase.
John McCall
2010-08-24
1
-10
/
+61
*
DeclPtrTy -> Decl *
John McCall
2010-08-21
1
-3
/
+3
*
Another step in the process of making the parser depend on Sema:
John McCall
2010-08-20
1
-0
/
+610
[prev]