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
/
Parse
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add some missing ProhibitAttributes calls to some declaration-like #pragmas.
Richard Smith
2013-09-16
1
-0
/
+2
*
Parse: Template specializations which aren't dependent needn't have their par...
David Majnemer
2013-09-14
1
-4
/
+5
*
As Aaron pointed out it's simpler to reject wide string availability attr mes...
Benjamin Kramer
2013-09-13
1
-1
/
+1
*
PR13657 (and duplicates):
Richard Smith
2013-09-12
3
-89
/
+597
*
Fix the MCTargetAsmParser API change.
Joey Gouly
2013-09-12
1
-3
/
+3
*
OpenMP: Data-sharing attributes analysis and clause 'shared' (fixed test thre...
Alexey Bataev
2013-09-06
1
-3
/
+13
*
C++11 attributes after 'constructor-name (' unambiguously signal that we have a
Richard Smith
2013-09-06
1
-0
/
+9
*
For "expected unqualified-id" errors after a double colon, and the double colon
Richard Trieu
2013-09-05
1
-2
/
+9
*
Parser: support Microsoft syntax for 'typename typedef'
David Majnemer
2013-09-03
1
-1
/
+18
*
Update GCC attribute argument parsing comment to better reflect what's going on
Richard Smith
2013-09-03
1
-12
/
+15
*
Factor out parsing and allocation of IdentifierLoc objects.
Richard Smith
2013-09-03
1
-12
/
+12
*
Revert "OpenMP: Data-sharing attributes analysis and clause 'shared'"
Rafael Espindola
2013-09-03
1
-13
/
+3
*
OpenMP: Data-sharing attributes analysis and clause 'shared'
Alexey Bataev
2013-09-03
1
-3
/
+13
*
Possibly appeasing the build bots from r189711
Aaron Ballman
2013-08-31
1
-0
/
+1
*
Consolidating the notion of a GNU attribute parameter with the attribute argu...
Aaron Ballman
2013-08-31
2
-52
/
+50
*
Remove Inheritable/NonInheritable flags from ProcessDeclAttributes. They don't
Richard Smith
2013-08-29
2
-4
/
+2
*
Revert "Implement a rudimentary form of generic lambdas."
Manuel Klimek
2013-08-22
3
-35
/
+18
*
Revert "Remove some unused variables identified by Juergen Ributzka *I need t...
Manuel Klimek
2013-08-22
1
-0
/
+1
*
const'ify Sema::ActOnCXXTryBlock by
Robert Wilhelm
2013-08-22
1
-1
/
+1
*
Remove some unused variables identified by Juergen Ributzka *I need to turn o...
Faisal Vali
2013-08-22
1
-1
/
+0
*
Implement a rudimentary form of generic lambdas.
Faisal Vali
2013-08-22
3
-18
/
+35
*
Remove Extension warning for GNU local labels.
Eli Friedman
2013-08-20
1
-1
/
+0
*
const'ify Sema::ActOnCompoundStmt by
Robert Wilhelm
2013-08-19
1
-4
/
+2
*
Parse: Do not 'HandleTopLevelDecl' on templated functions.
David Majnemer
2013-08-16
1
-5
/
+1
*
Fix for dependent contexts in alias templates.
Eli Friedman
2013-08-15
1
-2
/
+2
*
Fix Altivec vector literal parser hack for C++11.
Eli Friedman
2013-08-13
1
-2
/
+28
*
Fix misindentation.
Richard Smith
2013-08-12
1
-11
/
+11
*
Avoid spurious error messages if parent template class cannot be instantiated
Serge Pavlov
2013-08-10
2
-1
/
+8
*
PR9992: Serialize and deserialize the token sequence for a function template in
Richard Smith
2013-08-07
3
-51
/
+26
*
A bit of clean up based on peer's feedback...
Larisse Voufo
2013-08-06
1
-2
/
+1
*
Removed hack that was used to properly restore the nested name specifier of q...
Larisse Voufo
2013-08-06
1
-6
/
+7
*
Moved diagnosis of forward declarations of variable templates from Parser to ...
Larisse Voufo
2013-08-06
1
-12
/
+2
*
Started implementing variable templates. Top level declarations should be ful...
Larisse Voufo
2013-08-06
6
-34
/
+95
*
Parse: Don't consider attributes of broken member declarators
David Majnemer
2013-08-01
1
-31
/
+32
*
Avoid recursions when the parser finds out that it has too many brackets.
Rafael Espindola
2013-07-25
1
-1
/
+11
*
Improve clarity/consistency of a few UsingDecl methods and related helpers.
Enea Zaffanella
2013-07-22
1
-11
/
+13
*
Silence GCC warning for using both enum and unsigned in a ternary expr.
Benjamin Kramer
2013-07-20
1
-1
/
+1
*
OpenMP: basic support for #pragma omp parallel
Alexey Bataev
2013-07-19
2
-9
/
+239
*
This patch removes unused parameter allProperties and converts remaining
Fariborz Jahanian
2013-07-16
1
-4
/
+1
*
Change cxx0x to cxx11 in diagnostic name.
Craig Topper
2013-07-14
1
-1
/
+1
*
Provide a better diagnostic and a fixit for a '.' or '->' before the left paren
Kaelyn Uhrain
2013-07-12
1
-1
/
+13
*
PR5066: If a declarator cannot have an identifier, and cannot possibly be
Richard Smith
2013-07-11
1
-0
/
+6
*
ArrayRef'ize Sema::FinalizeDeclaratorGroup, Sema::BuildDeclaratorGroup and
Rafael Espindola
2013-07-09
3
-8
/
+5
*
Use SmallVectorImpl::reverse_iterator instead of SmallVector to avoid specify...
Craig Topper
2013-07-08
1
-2
/
+2
*
Fixed source location info for UnaryTransformTypeLoc nodes.
Enea Zaffanella
2013-07-06
1
-0
/
+1
*
Use SmallVectorImpl& for function arguments instead of SmallVector.
Craig Topper
2013-07-05
1
-2
/
+2
*
Use SmallVectorImpl instead of SmallVector for iterators and references to av...
Craig Topper
2013-07-04
2
-2
/
+2
*
PR16480: Reimplement token-caching for constructor initializer lists. This
Richard Smith
2013-07-04
1
-59
/
+147
*
"bool" should be a context-sensitive keyword in Altivec mode.
Bill Schmidt
2013-07-03
2
-0
/
+13
*
ArrayRef'ize Sema::CodeCompleteConstructorInitializer
Dmitri Gribenko
2013-06-23
1
-3
/
+2
[next]