]> granicus.if.org Git - clang/commit
[Concepts] Remove the IsConcept bit and associated member functions from VarDecl
authorNathan Wilson <nwilson20@gmail.com>
Mon, 8 Feb 2016 22:02:50 +0000 (22:02 +0000)
committerNathan Wilson <nwilson20@gmail.com>
Mon, 8 Feb 2016 22:02:50 +0000 (22:02 +0000)
commitd62c7a0c1b0f82df99cabee9c80c6aac97518572
treefae37c78712dd3961bde6cb01872d1d692d8007b
parent61cd9c9fc26ea67faac6463837af5cd0b3806fd7
[Concepts] Remove the IsConcept bit and associated member functions from VarDecl
because the information is now stored in TemplateDecl.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@260155 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Decl.h
lib/Sema/SemaDecl.cpp