[clang-tools-extra] r194247 - clang-query: Unbreak msvc.
NAKAMURA Takumi
geek4civic at gmail.com
Thu Nov 7 22:29:10 PST 2013
Author: chapuni
Date: Fri Nov 8 00:29:09 2013
New Revision: 194247
URL: http://llvm.org/viewvc/llvm-project?rev=194247&view=rev
Log:
clang-query: Unbreak msvc.
Modified:
clang-tools-extra/trunk/clang-query/Query.cpp
Modified: clang-tools-extra/trunk/clang-query/Query.cpp
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clang-query/Query.cpp?rev=194247&r1=194246&r2=194247&view=diff
==============================================================================
--- clang-tools-extra/trunk/clang-query/Query.cpp (original)
+++ clang-tools-extra/trunk/clang-query/Query.cpp Fri Nov 8 00:29:09 2013
@@ -124,8 +124,5 @@ bool MatchQuery::run(llvm::raw_ostream &
return true;
}
-const QueryKind SetQueryKind<bool>::value;
-const QueryKind SetQueryKind<OutputKind>::value;
-
} // namespace query
} // namespace clang
More information about the cfe-commits
mailing list