llvm-project/clang/test/CXX/temp
Serge Pavlov 7dcc97e7ac Warn if function or variable cannot be implicitly instantiated
With this patch compiler emits warning if it tries to make implicit instantiation
of a template but cannot find the template definition. The warning can be suppressed
by explicit instantiation declaration or by command line options
-Wundefined-var-template and -Wundefined-func-template. The implementation follows
the discussion of http://reviews.llvm.org/D12326.

Differential Revision: http://reviews.llvm.org/D16396

llvm-svn: 266719
2016-04-19 06:19:52 +00:00
..
temp.arg Lit C++11 Compatibility Patch #8 2016-04-14 23:47:07 +00:00
temp.decls Warn if function or variable cannot be implicitly instantiated 2016-04-19 06:19:52 +00:00
temp.fct.spec Lit C++11 Compatibility Patch #8 2016-04-14 23:47:07 +00:00
temp.names Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. 2012-10-19 12:44:48 +00:00
temp.param [Lit Test] Updated 34 Lit tests to be C++11 compatible. 2015-11-17 20:25:05 +00:00
temp.res PR26048, PR26050: put non-type template parameters and indirect field decls 2016-01-06 22:49:11 +00:00
temp.spec Lit C++11 Compatibility Patch #8 2016-04-14 23:47:07 +00:00
temp.type
p3.cpp Implement DR482: namespace members can be redeclared with a qualified name 2013-12-05 07:51:02 +00:00