summaryrefslogtreecommitdiffstats
path: root/test/Sema/compound-literal.c
Commit message (Expand)AuthorAgeFilesLines
* A compound literal within a global lambda or block is still withinJohn McCall2016-10-311-1/+7
* Fix directive parsing in VerifyDiagnosticConsumer so that it ensures that "ex...Andy Gibbs2012-10-191-9/+9
* clang/test: [PR8833] Introduce the feature "LP64" to suppress LLP64-incompati...NAKAMURA Takumi2012-09-121-0/+1
* Change the diagnostics which said 'accepted as an extension' to instead sayRichard Smith2011-12-291-1/+1
* Fixed isConstantInitializer for __builtin_choose_expr.Abramo Bagnara2010-09-271-2/+3
* Reword the empty struct/union warning in C to note that such structs and unio...Douglas Gregor2010-07-291-1/+1
* Improve diagnostics like "initializing <type> from an expression ofDouglas Gregor2010-04-091-1/+1
* Improve diagnostics when we fail to convert from a source type to aDouglas Gregor2010-04-091-1/+1
* The type of a compound literal expression is not necessarily the same as theJohn McCall2010-01-191-0/+3
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* PR3009: Get rid of bogus warning for scalar compound literals.Eli Friedman2009-05-161-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Centralize error reporting of improper uses of incomplete types in theDouglas Gregor2009-01-191-1/+1
* Change a whole lot of diagnostics to take QualType's directly Chris Lattner2008-11-241-1/+1
* 64-bit test fixes.Sebastian Redl2008-11-121-1/+1
* InitListChecker::CheckListElementTypes(): Check for function types and issue ...Steve Naroff2008-08-101-0/+1
* wrap some long diagnostics, make 'initializer is not a constant' diagnosticChris Lattner2008-08-101-2/+2
* fix CheckForConstantInitializer() for Compound LiteralsNuno Lopes2008-07-071-2/+5
* Be a bit more defensive in SemaInit.Eli Friedman2008-05-201-0/+1
* Add some more checking for compound literals.Eli Friedman2008-05-201-1/+5
* Fix PR1992 by computing the right type for string literals, whichChris Lattner2008-02-111-1/+1
* Record if a compound literal expression is @ file scope. This allows us to im...Steve Naroff2008-01-141-0/+3
* Teach Sema::ActOnCompoundLiteral about constraint C99 6.5.2.5p3.Steve Naroff2008-01-091-1/+5
* Teach Expr::isConstantExpr() about CompoundLiterals.Steve Naroff2008-01-091-0/+7
* Recognize CompoundLiteralExpr's as valid lvalue's.Steve Naroff2007-12-051-0/+10