aboutsummaryrefslogtreecommitdiff
path: root/test/SemaTemplate/instantiate-declref-ice.cpp
AgeCommit message (Expand)Author
2012-10-19Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs
2011-12-21C++ constant expression handling: eagerly instantiate static const integral dataRichard Smith
2010-05-22Implement support for variable length arrays in C++. VLAs are limitedDouglas Gregor
2010-02-09Migrate the mish-mash of declaration checks inDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-01When determining whether a reference to a static data member is anDouglas Gregor
2009-06-11Make sure to calculate value-dependence correctly when deal with ICEs. Eli Friedman