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
*
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
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-2
/
+2
*
Fix sentence construction-o.
Nico Weber
2012-11-29
1
-1
/
+1
*
When finding a '(' after '::', emit error with hint to remove '(' and matching
Richard Trieu
2012-11-02
1
-1
/
+44
*
DR1473: Do not require a space between operator"" and the ud-suffix in a
Richard Smith
2012-10-20
1
-5
/
+10
*
Fixed FunctionTypeLoc source range.
Abramo Bagnara
2012-10-04
1
-27
/
+36
*
Fix an edge case of mangling involving the combination of a lambda and typeid.
Eli Friedman
2012-09-26
1
-1
/
+2
*
Add the Microsoft __is_interface_class type trait.
John McCall
2012-09-25
1
-0
/
+1
*
Fix a few -Wdocumentation warnings.
Dmitri Gribenko
2012-08-24
1
-6
/
+6
*
Now that ASTMultiPtr is nothing more than a array reference, make it a Mutabl...
Benjamin Kramer
2012-08-23
1
-4
/
+2
[next]