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
/
test
/
Parser
/
expressions.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Continue parsing an expression list even after an error is encountered.
Kaelyn Takata
2014-07-14
1
-0
/
+6
*
Make wording for certain invalid unary expressions more consistent.
David Majnemer
2013-10-09
1
-4
/
+4
*
Fixed messages in tests.
Serge Pavlov
2013-10-08
1
-4
/
+4
*
Add fixits suggesting parenthesis around type name in expressions like sizeof.
Serge Pavlov
2013-10-08
1
-0
/
+10
*
Diagnose a missing ')' on what looks like a statement expression.
John McCall
2011-04-06
1
-0
/
+6
*
Treat __extension__ like ParenExpr.
Abramo Bagnara
2010-10-15
1
-1
/
+2
*
Eliminate the "minimal" and printing parser actions, which only ever
Douglas Gregor
2010-07-26
1
-14
/
+16
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Improve error recovery for calls, fixing:
Chris Lattner
2009-04-13
1
-1
/
+8
*
Rename clang to clang-cc.
Daniel Dunbar
2009-03-24
1
-1
/
+1
*
Fix for PR3418: make sure to handle the RHS of expressions starting with
Eli Friedman
2009-01-27
1
-0
/
+4
*
Parse "sizeof(arr)[0]" as a sizeof of an expr if arr
Chris Lattner
2007-11-13
1
-0
/
+9
*
reenable this.
Chris Lattner
2007-08-25
1
-1
/
+1
*
test the parser only, not sema.
Chris Lattner
2007-08-25
1
-4
/
+2
*
update tests
Chris Lattner
2007-07-12
1
-0
/
+2
*
new offsetof testcase
Chris Lattner
2006-08-12
1
-0
/
+5
*
add test4
Chris Lattner
2006-08-12
1
-1
/
+5
*
Split the expression tests out of statements.c into expressions.c
Chris Lattner
2006-08-12
1
-0
/
+21