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
*
Parse: Don't crash when an annotation token shows up in a C++11 attr
David Majnemer
2015-01-09
1
-3
/
+5
*
Parse: Don't crash when namespace is in GNU statement expr
David Majnemer
2015-01-09
1
-8
/
+13
*
Parse: Don't crash when trailing return type is missing
David Majnemer
2015-01-09
1
-5
/
+4
*
Fix indentation. No behavior change.
Nico Weber
2015-01-04
1
-1
/
+1
*
Wrap to 80 columns, no behavior change.
Nico Weber
2015-01-04
1
-4
/
+5
*
Parse: __attribute__((keyword)) shouldn't error
David Majnemer
2015-01-03
1
-3
/
+4
*
Fix build breakage
David Majnemer
2014-12-29
1
-1
/
+2
*
Parse: Recover more gracefully from extra :: tokens before a {
David Majnemer
2014-12-29
1
-1
/
+11
*
Crash even less on malformed attributes in an incorrect location.
Nico Weber
2014-12-29
1
-1
/
+4
*
Parse: Ignore '::' in 'struct :: {'
David Majnemer
2014-12-29
1
-5
/
+11
*
Don't crash on malformed attributes in an incorrect location.
Nico Weber
2014-12-29
1
-0
/
+10
*
SemaCXX: Don't crash when annotation tokens show up before the tag name
David Majnemer
2014-12-29
1
-1
/
+2
*
Don't crash on surprising tokens in default parameter template lists.
Nico Weber
2014-12-28
2
-2
/
+4
*
Parse: Don't crash when 'typename' shows up in an attribute
David Majnemer
2014-12-28
1
-1
/
+2
*
Remove unneeded include of DeclCXX.h from libParse.
Nico Weber
2014-12-28
1
-1
/
+0
*
Removing an outdated FIXME; try block attributes are parsed with the rest of ...
Aaron Ballman
2014-12-20
1
-1
/
+0
*
Added a fixit to remove empty parens from a C++11 attribute argument list whe...
Aaron Ballman
2014-12-19
1
-2
/
+2
*
Fix layering violation, Lex shouldn't know about Decl
David Majnemer
2014-12-19
1
-2
/
+2
*
PR21969: Improve diagnostics for a conversion function that has any pieces of a
Richard Smith
2014-12-19
1
-1
/
+1
*
Correct delayed typos in the operand to typeof expressions.
Kaelyn Takata
2014-12-19
1
-2
/
+2
*
Parse: Don't parse after the eof has been consumed
David Majnemer
2014-12-18
1
-1
/
+4
*
Rangify for loop, NFC.
Yaron Keren
2014-12-17
1
-4
/
+2
*
Parse: Consume tokens more carefully in CheckForLParenAfterColonColon
David Majnemer
2014-12-17
1
-27
/
+29
*
Diagnose function template definitions inside functions
Reid Kleckner
2014-12-15
3
-4
/
+16
*
Parse: MS property members cannot have an in-class initializer
David Majnemer
2014-12-13
1
-1
/
+4
*
Fix two small bugs in typo correction. One assertion failure building member ...
Nick Lewycky
2014-12-13
1
-0
/
+2
*
Parse: Concatenated string literals should be verified in inline asm
David Majnemer
2014-12-11
1
-16
/
+13
*
Modified the Objective-C lexer and parser (only
Sean Callanan
2014-12-09
1
-2
/
+8
*
Parse qualifiers after comma in declarator lists as a Microsoft extension
Nico Rieck
2014-12-04
1
-0
/
+40
*
Recognize __unaligned keyword after type specifier
Nico Rieck
2014-12-04
1
-0
/
+1
*
Fix PR21684 - Ellipsis following an 'auto' parameter sans name/ID
Faisal Vali
2014-12-04
1
-7
/
+8
*
Handle delayed corrections in a couple more error paths in ParsePostfixExpres...
Kaelyn Takata
2014-12-03
1
-0
/
+2
*
Ensure typos in the default values of template parameters get diagnosed.
Kaelyn Takata
2014-12-02
1
-1
/
+1
*
Diagnose TypoExprs in a couple of error cases in ParsePostfixExpressionSuffix.
Kaelyn Takata
2014-12-02
1
-2
/
+6
*
[c++1z] Remove terse range-based for loops; they've been removed from
Richard Smith
2014-11-27
1
-3
/
+1
*
[OpenCL] Generic address space has been added in OpenCL v2.0.
Anastasia Stulova
2014-11-26
1
-0
/
+25
*
Fix crash when using __if_exists in C mode
Nico Rieck
2014-11-24
1
-2
/
+3
*
Enable ActOnIdExpression to use delayed typo correction for non-C++ code
Kaelyn Takata
2014-11-21
6
-7
/
+23
*
PR21565: Further refine the conditions for enabling eager parsing of
Richard Smith
2014-11-20
2
-9
/
+24
*
Wire up delayed typo correction to DiagnoseEmptyLookup and set up
Kaelyn Takata
2014-11-20
8
-31
/
+72
*
Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator...
David Blaikie
2014-11-19
1
-1
/
+1
*
PR21565 Add an egregious hack to support broken libstdc++ headers that declare
Richard Smith
2014-11-14
1
-1
/
+2
*
PR21437, final part of DR1330: delay-parsing of exception-specifications. This
Richard Smith
2014-11-13
5
-11
/
+161
*
[OPENMP] Codegen for threadprivate variables
Alexey Bataev
2014-11-11
1
-2
/
+1
*
Fix parsing of fold-expressions within a cast expression. We parse the
Richard Smith
2014-11-11
1
-5
/
+11
*
Improve diagnostics if _Noreturn is placed after a function declarator. (This...
Richard Smith
2014-11-10
1
-1
/
+22
*
Updated the wording for a diagnostic to be more grammatically correct, and us...
Aaron Ballman
2014-11-08
2
-2
/
+7
*
[c++1z] Support for attributes on namespaces and enumerators.
Aaron Ballman
2014-11-08
2
-9
/
+20
*
[c++1z] Support for u8 character literals.
Richard Smith
2014-11-08
2
-0
/
+2
*
[c++1z] Implement nested-namespace-definitions.
Richard Smith
2014-11-08
1
-19
/
+18
[next]