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
/
ParseExprCXX.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[C++11] Use 'nullptr'. Parser edition.
Craig Topper
2014-05-21
1
-19
/
+19
*
Replace completely bogus ambiguous-compound-literal-in-C++ code with something
Richard Smith
2014-05-15
1
-2
/
+4
*
PR19748: Make sure we don't lose colon protection after the parenthesized typ...
Richard Smith
2014-05-15
1
-4
/
+11
*
Cut off parsing early during code completion
Alp Toker
2014-05-02
1
-3
/
+3
*
Improve error recovery around colon.
Serge Pavlov
2014-04-13
1
-9
/
+36
*
PR19339: Disambiguate lambdas with init-captures from designated initializers
Richard Smith
2014-04-13
1
-2
/
+2
*
Allow GNU-style attributes on lambda expressions.
Aaron Ballman
2014-03-12
1
-3
/
+12
*
Gracefully handle an attribute specifier following a lambda introducer when t...
Aaron Ballman
2014-03-11
1
-6
/
+18
*
[cleanup] Re-sort includes with llvm/utils/sort_includes.py and fix
Chandler Carruth
2014-03-04
1
-1
/
+1
*
Fix for PR9812: warn about bool instead of _Bool.
Erik Verbruggen
2014-01-15
1
-20
/
+23
*
Sort all the #include lines with LLVM's utils/sort_includes.py which
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Bring back magic constants in the digraph diagnostic
Alp Toker
2014-01-07
1
-3
/
+18
*
Don't use magic constants in the digraph diagnostic
Alp Toker
2014-01-06
1
-16
/
+3
*
Parse: Token consumption modernization and loop de-nesting
Alp Toker
2014-01-05
1
-3
/
+1
*
Eliminate UnaryTypeTraitExpr
Alp Toker
2014-01-01
1
-13
/
+2
*
ExpectAndConsume: Diagnose errors automatically
Alp Toker
2014-01-01
1
-5
/
+5
*
Support and use token kinds as diagnostic arguments
Alp Toker
2013-12-24
1
-2
/
+2
*
Refactor and micro-optimize ConsumeToken()
Alp Toker
2013-12-17
1
-16
/
+9
*
Remove an unused parameter and include after r197273
Alp Toker
2013-12-13
1
-2
/
+1
*
Eliminate BinaryTypeTraitExpr
Alp Toker
2013-12-13
1
-18
/
+6
*
Unify type trait parsing
Alp Toker
2013-12-12
1
-124
/
+46
*
Fix init-captures for generic lambdas.
Faisal Vali
2013-12-05
1
-6
/
+59
*
Reject template-ids containing literal-operator-ids that have a dependent
Richard Smith
2013-12-05
1
-5
/
+10
*
Fix several crash-on-invalids when using template-ids that aren't
Richard Smith
2013-12-04
1
-3
/
+4
*
Replaced bool parameters in SkipUntil function with single bit-based parameter.
Alexey Bataev
2013-11-18
1
-21
/
+21
*
[-fms-extensions] Permit 'override' in C++98 and 'sealed' as a synonym for 'f...
David Majnemer
2013-10-18
1
-0
/
+1
*
Remove an unused variable - thanks to Nick Lewycky for pointing this out!
Faisal Vali
2013-09-26
1
-1
/
+0
*
Implement a rudimentary form of generic lambdas.
Faisal Vali
2013-09-26
1
-3
/
+15
*
Revert "Implement a rudimentary form of generic lambdas."
Manuel Klimek
2013-08-22
1
-15
/
+2
*
Revert "Remove some unused variables identified by Juergen Ributzka *I need t...
Manuel Klimek
2013-08-22
1
-0
/
+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
1
-2
/
+15
*
Removed hack that was used to properly restore the nested name specifier of q...
Larisse Voufo
2013-08-06
1
-6
/
+7
*
Started implementing variable templates. Top level declarations should be ful...
Larisse Voufo
2013-08-06
1
-2
/
+8
*
PR16094: I should have known Obj-C init-capture disambiguation couldn't be
Richard Smith
2013-05-21
1
-7
/
+73
*
First pass of semantic analysis for init-captures: check the initializer, build
Richard Smith
2013-05-16
1
-4
/
+2
*
C++1y n3648: parse and reject init-captures for now.
Richard Smith
2013-05-09
1
-2
/
+36
*
Separate out and special-case the diagnostic for 'auto' in a
Richard Smith
2013-05-04
1
-1
/
+1
*
Don't treat a non-deduced 'auto' type as being type-dependent. Instead, there
Richard Smith
2013-04-30
1
-0
/
+2
*
Implement C++1y decltype(auto).
Richard Smith
2013-04-26
1
-1
/
+1
*
Implement compiler intrinsics needed for compatibility with MSVC 2012 <type_t...
Joao Matos
2013-03-27
1
-0
/
+4
*
Implement special-case name lookup for inheriting constructors: member
Richard Smith
2013-03-26
1
-3
/
+19
*
Include llvm::Optional in clang/Basic/LLVM.h
David Blaikie
2013-02-20
1
-4
/
+4
*
Process and handle attributes on conditions and for loop variables. Process and
Richard Smith
2013-02-20
1
-0
/
+1
*
Finish semantic analysis for [[carries_dependency]] attribute.
Richard Smith
2013-01-28
1
-0
/
+1
*
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
1
-7
/
+7
*
s/CXX0X/CXX11/g, except for __GNU_EXPERIMENTAL_CXX0X__, and update a few near...
Richard Smith
2013-01-02
1
-3
/
+3
*
s/CPlusPlus0x/CPlusPlus11/g
Richard Smith
2013-01-02
1
-6
/
+6
*
Revert r170500. It over-zealously converted *ALL* things named Attributes, wh...
Bill Wendling
2012-12-20
1
-1
/
+1
*
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-19
1
-1
/
+1
[prev]
[next]