llvm-project/clang/test/CXX/temp/temp.decls
Richard Smith 53851923d5 Fix all tests under test/CXX (and test/Analysis) to pass if clang's default
C++ language standard is not C++98.

llvm-svn: 280309
2016-08-31 23:24:08 +00:00
..
temp.alias
temp.class Fix all tests under test/CXX (and test/Analysis) to pass if clang's default 2016-08-31 23:24:08 +00:00
temp.class.spec Replace "can not" with "cannot" in diagnostics messages. 2014-03-07 22:36:23 +00:00
temp.fct PR22435: Correctly implement tiebreaker for reference ordering in function 2015-02-20 04:45:22 +00:00
temp.friend Fix "unsupported friend" diagnostic to also appear for friend functions with dependent scopes. 2014-09-29 05:57:29 +00:00
temp.mem Warn if function or variable cannot be implicitly instantiated 2016-04-19 06:19:52 +00:00
temp.variadic [Sema] Fix a bug where pack expansion was not expanded in type alias 2016-07-05 17:57:24 +00:00
p3.cpp