aboutsummaryrefslogtreecommitdiff
path: root/include/clang/AST/ASTDiagnostic.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/clang/AST/ASTDiagnostic.h')
-rw-r--r--include/clang/AST/ASTDiagnostic.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/clang/AST/ASTDiagnostic.h b/include/clang/AST/ASTDiagnostic.h
index 70a548d4e9..ffd5e1e2eb 100644
--- a/include/clang/AST/ASTDiagnostic.h
+++ b/include/clang/AST/ASTDiagnostic.h
@@ -42,9 +42,9 @@ namespace clang {
unsigned ArgLen,
const Diagnostic::ArgumentValue *PrevArgs,
unsigned NumPrevArgs,
- llvm::SmallVectorImpl<char> &Output,
+ SmallVectorImpl<char> &Output,
void *Cookie,
- llvm::SmallVectorImpl<intptr_t> &QualTypeVals);
+ SmallVectorImpl<intptr_t> &QualTypeVals);
} // end namespace clang
#endif