clang-1/test/CXX/stmt.stmt
David Blaikie 4872e10148 Fix PR12960 by not attempting to correct cases when we're not actually instantiatiating a template.
This comes up in the begin/end calls of a range-for (see the included test
case). Other suggestions are welcome, though this seems to do the trick without
regressing anything.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@157553 91177308-0d34-0410-b5e6-96231b3b80d8
2012-05-28 01:26:45 +00:00
..
stmt.ambig Support decltype as a simple-type-specifier. 2012-01-24 05:47:35 +00:00
stmt.dcl Add -Wc++98-compat diagnostics for jumps which bypass initialization of non-POD 2011-10-20 21:42:12 +00:00
stmt.iter/stmt.ranged Fix PR12960 by not attempting to correct cases when we're not actually instantiatiating a template. 2012-05-28 01:26:45 +00:00
stmt.label Step #1/N of implementing support for __label__: split labels into 2011-02-17 07:39:24 +00:00
stmt.select constexpr: converted constant expression handling for enumerator values, case 2012-01-18 23:55:52 +00:00