aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/alignof-sizeof-reference.cpp
AgeCommit message (Expand)Author
2013-01-29Produce a diagnostic if alignas is applied to an expression. Neither C11 norRichard Smith
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith
2011-10-13Allow calling an overloaded function set by taking the address of theDouglas Gregor
2011-10-11Catch placeholder types in DefaultLvalueConversionJohn McCall
2011-06-22Check for placeholders early on inDouglas Gregor
2011-03-16Clean up our handling of template-ids that resolve down to a singleDouglas Gregor
2010-10-12Progress.John McCall
2010-10-12Add some infrastructure for dealing with expressions of 'placeholder' type,John McCall
2010-05-23Complain about sizeof(overloaded function) rather than crashing.Douglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-23Intercept sizeof and alignof references before they get into ASTContext metho...Sebastian Redl