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
/
Sema
/
compound-literal.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
A compound literal within a global lambda or block is still within
John McCall
2016-10-31
1
-1
/
+7
*
Fix directive parsing in VerifyDiagnosticConsumer so that it ensures that "ex...
Andy Gibbs
2012-10-19
1
-9
/
+9
*
clang/test: [PR8833] Introduce the feature "LP64" to suppress LLP64-incompati...
NAKAMURA Takumi
2012-09-12
1
-0
/
+1
*
Change the diagnostics which said 'accepted as an extension' to instead say
Richard Smith
2011-12-29
1
-1
/
+1
*
Fixed isConstantInitializer for __builtin_choose_expr.
Abramo Bagnara
2010-09-27
1
-2
/
+3
*
Reword the empty struct/union warning in C to note that such structs and unio...
Douglas Gregor
2010-07-29
1
-1
/
+1
*
Improve diagnostics like "initializing <type> from an expression of
Douglas Gregor
2010-04-09
1
-1
/
+1
*
Improve diagnostics when we fail to convert from a source type to a
Douglas Gregor
2010-04-09
1
-1
/
+1
*
The type of a compound literal expression is not necessarily the same as the
John McCall
2010-01-19
1
-0
/
+3
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
PR3009: Get rid of bogus warning for scalar compound literals.
Eli Friedman
2009-05-16
1
-1
/
+1
*
Rename clang to clang-cc.
Daniel Dunbar
2009-03-24
1
-1
/
+1
*
Centralize error reporting of improper uses of incomplete types in the
Douglas Gregor
2009-01-19
1
-1
/
+1
*
Change a whole lot of diagnostics to take QualType's directly
Chris Lattner
2008-11-24
1
-1
/
+1
*
64-bit test fixes.
Sebastian Redl
2008-11-12
1
-1
/
+1
*
InitListChecker::CheckListElementTypes(): Check for function types and issue ...
Steve Naroff
2008-08-10
1
-0
/
+1
*
wrap some long diagnostics, make 'initializer is not a constant' diagnostic
Chris Lattner
2008-08-10
1
-2
/
+2
*
fix CheckForConstantInitializer() for Compound Literals
Nuno Lopes
2008-07-07
1
-2
/
+5
*
Be a bit more defensive in SemaInit.
Eli Friedman
2008-05-20
1
-0
/
+1
*
Add some more checking for compound literals.
Eli Friedman
2008-05-20
1
-1
/
+5
*
Fix PR1992 by computing the right type for string literals, which
Chris Lattner
2008-02-11
1
-1
/
+1
*
Record if a compound literal expression is @ file scope. This allows us to im...
Steve Naroff
2008-01-14
1
-0
/
+3
*
Teach Sema::ActOnCompoundLiteral about constraint C99 6.5.2.5p3.
Steve Naroff
2008-01-09
1
-1
/
+5
*
Teach Expr::isConstantExpr() about CompoundLiterals.
Steve Naroff
2008-01-09
1
-0
/
+7
*
Recognize CompoundLiteralExpr's as valid lvalue's.
Steve Naroff
2007-12-05
1
-0
/
+10