summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/alignof-sizeof-reference.cpp
Commit message (Expand)AuthorAgeFilesLines
* sizeof(void) etc. should be a hard error in C++.Eli Friedman2013-08-131-2/+2
* Produce a diagnostic if alignas is applied to an expression. Neither C11 norRichard Smith2013-01-291-2/+4
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
* Allow calling an overloaded function set by taking the address of theDouglas Gregor2011-10-131-1/+2
* Catch placeholder types in DefaultLvalueConversionJohn McCall2011-10-111-6/+6
* Check for placeholders early on inDouglas Gregor2011-06-221-0/+6
* Clean up our handling of template-ids that resolve down to a singleDouglas Gregor2011-03-161-3/+3
* Progress.John McCall2010-10-121-1/+1
* Add some infrastructure for dealing with expressions of 'placeholder' type,John McCall2010-10-121-1/+1
* Complain about sizeof(overloaded function) rather than crashing.Douglas Gregor2010-05-231-0/+6
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Intercept sizeof and alignof references before they get into ASTContext metho...Sebastian Redl2009-11-231-0/+9
OpenPOWER on IntegriCloud