]> granicus.if.org Git - clang/commit
Extract two more methods from the unary type trait checking. These
authorChandler Carruth <chandlerc@gmail.com>
Thu, 26 May 2011 08:53:16 +0000 (08:53 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Thu, 26 May 2011 08:53:16 +0000 (08:53 +0000)
commit42ec65df778ec3faa7a7fb73caa2bca2422a0e67
treea43c5bf8d84c280e0cee0114ca900360903352ea
parente2250304ca0a809693a48f84b7e886f55d004df4
Extract two more methods from the unary type trait checking. These
provide re-usable forms of the rest of the custom validation done here.
Still no functionality changed here.

With this it should be possible to have an expression-centric code path
and a type-centric code path which don't duplicate logic.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@132118 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExpr.cpp