]> granicus.if.org Git - clang/commit
Move a test from static-assert.cpp to DeclPrinterTest
authorDavid Majnemer <david.majnemer@gmail.com>
Fri, 5 Jun 2015 22:40:53 +0000 (22:40 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Fri, 5 Jun 2015 22:40:53 +0000 (22:40 +0000)
commit2b6d863890e81a6bf351ed0ef67b1c237796bba0
treeda94c38afc6c2d7c738d60a16b0180df36fac4b0
parent5bc04af9cfb595c3b7b787b308d8d7c26f0ab408
Move a test from static-assert.cpp to DeclPrinterTest

It's better not to rely on the diagnostics engine to pretty print the
argument to decltype.  Instead, exercise the functionality in
DeclPrinterTest.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@239197 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/ASTMatchers/ASTMatchers.h
lib/ASTMatchers/Dynamic/Registry.cpp
test/SemaCXX/static-assert.cpp
unittests/AST/DeclPrinterTest.cpp