remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports
them into the clang namespace. llvm-svn: 135852
This commit is contained in:
@@ -25,7 +25,7 @@ std::string VersionTuple::getAsString() const {
|
||||
return Result;
|
||||
}
|
||||
|
||||
llvm::raw_ostream& clang::operator<<(llvm::raw_ostream &Out,
|
||||
raw_ostream& clang::operator<<(raw_ostream &Out,
|
||||
const VersionTuple &V) {
|
||||
Out << V.getMajor();
|
||||
if (llvm::Optional<unsigned> Minor = V.getMinor())
|
||||
|
||||
Reference in New Issue
Block a user