This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 9ecb2a6660 Consolidate std::move() detection code. No behavior change. new f0ae815a5f [DWARF] Allow forward declarations of a class template insta [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/clang/Driver/CC1Options.td | 3 +++ include/clang/Frontend/CodeGenOptions.def | 4 ++++ lib/CodeGen/CGDebugInfo.cpp | 4 ++++ lib/Driver/ToolChains/Clang.cpp | 5 +++++ lib/Frontend/CompilerInvocation.cpp | 1 + test/CodeGenCXX/debug-info-fwd-template-param.cpp | 20 ++++++++++++++++++++ 6 files changed, 37 insertions(+) create mode 100644 test/CodeGenCXX/debug-info-fwd-template-param.cpp