]> granicus.if.org Git - clang/commit
Fix some redundant errors by changing CXXScopeSpec::isSet calls into
authorJeffrey Yasskin <jyasskin@google.com>
Wed, 7 Apr 2010 23:29:58 +0000 (23:29 +0000)
committerJeffrey Yasskin <jyasskin@google.com>
Wed, 7 Apr 2010 23:29:58 +0000 (23:29 +0000)
commitedc287751a4b05e3b4d8ff2b38fa30c5b59a548b
tree6944cd02cf8be5aa01f3c3159fb6f096eb5831ce
parent1e3c6f4ab525beb31390f6b2f1154bd5c63bfb3f
Fix some redundant errors by changing CXXScopeSpec::isSet calls into
isNotEmpty calls.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@100722 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Parse/ParseDecl.cpp
lib/Parse/Parser.cpp
lib/Sema/SemaDecl.cpp
lib/Sema/SemaType.cpp
test/SemaCXX/nested-name-spec.cpp
test/SemaTemplate/explicit-specialization-member.cpp