]> granicus.if.org Git - clang/commit
Bring back magic constants in the digraph diagnostic
authorAlp Toker <alp@nuanti.com>
Tue, 7 Jan 2014 02:35:33 +0000 (02:35 +0000)
committerAlp Toker <alp@nuanti.com>
Tue, 7 Jan 2014 02:35:33 +0000 (02:35 +0000)
commit4f2e28182e76b413693d710759bceba991128b7b
tree2afdb23e1ff38fe177e4ad8fcc1f72823634121f
parentc44757105021d1429f9430d5ff0da45b02b9f741
Bring back magic constants in the digraph diagnostic

This backs out changes in commit r198605 and part of r198604, replacing the
original tok::kw_template with a slightly more obvious placeholder
tok::unknown.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@198666 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticParseKinds.td
lib/Basic/Diagnostic.cpp
lib/Parse/ParseExprCXX.cpp