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
/
ParseExpr.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
PR19748: Make sure we don't lose colon protection after the parenthesized typ...
Richard Smith
2014-05-15
1
-10
/
+7
*
Wrap a few lines at 80 columns, change a confusing indent. No behavior change.
Nico Weber
2014-05-03
1
-3
/
+5
*
Add support for MSVC's __FUNCSIG__
Reid Kleckner
2014-04-08
1
-0
/
+1
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-12
1
-1
/
+1
*
[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
-2
/
+5
*
Fixed error recovery if sizeof is used without parenthesis
Serge Pavlov
2014-01-15
1
-2
/
+1
*
Use token kind instead of '%select{.|->}0' in diagnostic
Alp Toker
2014-01-06
1
-2
/
+2
*
ExpectAndConsume: Diagnose errors automatically
Alp Toker
2014-01-01
1
-19
/
+27
*
Switch over more of the parser to err_expected
Alp Toker
2013-12-30
1
-3
/
+3
*
Support and use token kinds as diagnostic arguments
Alp Toker
2013-12-24
1
-13
/
+14
*
Remove OpenCL-specific type keywords and specifiers
Alp Toker
2013-12-18
1
-9
/
+1
*
Refactor and micro-optimize ConsumeToken()
Alp Toker
2013-12-17
1
-13
/
+5
*
Simplify RevertibleTypeTraits as a form of contextual keyword
Alp Toker
2013-12-17
1
-42
/
+5
*
Unify type trait parsing
Alp Toker
2013-12-12
1
-59
/
+3
*
Fix code typos spotted while working on type traits
Alp Toker
2013-12-06
1
-23
/
+23
*
Replaced bool parameters in SkipUntil function with single bit-based parameter.
Alexey Bataev
2013-11-18
1
-22
/
+22
*
[-fms-extensions] Add support for __FUNCDNAME__
David Majnemer
2013-11-06
1
-0
/
+3
*
Revert "Try to correct a mistyped "-" or ">" to "->" for some C++ cases."
Kaelyn Uhrain
2013-11-05
1
-40
/
+0
*
Try to correct a mistyped "-" or ">" to "->" for some C++ cases.
Kaelyn Uhrain
2013-11-04
1
-0
/
+40
*
sizeof... a parameter pack should be an unevaluated context.
Faisal Vali
2013-10-31
1
-0
/
+3
*
[-fms-extensions] Permit 'override' in C++98 and 'sealed' as a synonym for 'f...
David Majnemer
2013-10-18
1
-0
/
+2
*
Parser: Avoid a crash-on-invalid when trying to diagnose function calls with ...
Benjamin Kramer
2013-10-10
1
-2
/
+1
*
Make wording for certain invalid unary expressions more consistent.
David Majnemer
2013-10-09
1
-1
/
+1
*
Fixed grammar. Thanks to Jordan Rose.
Serge Pavlov
2013-10-08
1
-1
/
+1
*
Add fixits suggesting parenthesis around type name in expressions like sizeof.
Serge Pavlov
2013-10-08
1
-0
/
+22
*
Parse: Move simple-type-specifier sanity check earlier
David Majnemer
2013-09-22
1
-4
/
+5
*
Parse: Don't crash during parsing if we lack a simple-type-specifier
David Majnemer
2013-09-22
1
-0
/
+5
*
Add the intrinsic __builtin_convertvector
Hal Finkel
2013-09-18
1
-0
/
+29
*
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
*
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
*
Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constr...
Dmitri Gribenko
2013-05-05
1
-2
/
+1
*
Implement C++1y decltype(auto).
Richard Smith
2013-04-26
1
-1
/
+7
*
Objective-C arc [qui]. Don't issue the bridge cast
Fariborz Jahanian
2013-04-02
1
-6
/
+10
*
Implement compiler intrinsics needed for compatibility with MSVC 2012 <type_t...
Joao Matos
2013-03-27
1
-0
/
+3
*
Add OpenCL samplers as Clang builtin types and check sampler related restrict...
Guy Benyei
2013-02-07
1
-0
/
+1
*
Micro change: moved '{' for better readability (+don't confuse -Wimplicit-fal...
Alexander Kornienko
2013-02-01
1
-5
/
+5
*
Produce a diagnostic if alignas is applied to an expression. Neither C11 nor
Richard Smith
2013-01-29
1
-3
/
+6
*
Implement OpenCL event_t as Clang builtin type, including event_t related Ope...
Guy Benyei
2013-01-20
1
-0
/
+1
*
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
1
-5
/
+5
*
s/CPlusPlus0x/CPlusPlus11/g
Richard Smith
2013-01-02
1
-8
/
+8
*
Move operator precedence calculation to new header
Daniel Jasper
2012-12-20
1
-61
/
+0
*
Re-commit r170428 changes with Linux style file endings.
Guy Benyei
2012-12-18
1
-1
/
+7
*
Revert changes from r170428, as I accidentally changed the line endings of th...
Guy Benyei
2012-12-18
1
-7
/
+1
*
Add OpenCL images as clang builtin types.
Guy Benyei
2012-12-18
1
-1
/
+7
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-4
/
+4
*
Fixed FunctionTypeLoc source range.
Abramo Bagnara
2012-10-04
1
-12
/
+22
*
Fix an edge case of mangling involving the combination of a lambda and typeid.
Eli Friedman
2012-09-26
1
-1
/
+2
[prev]
[next]