From 0f3f9f78f8e8b0e13cef69edf22bc62860f5e9ea Mon Sep 17 00:00:00 2001 From: Argyrios Kyrtzidis Date: Sat, 18 Jun 2011 00:53:34 +0000 Subject: [arcmt] Const'ify. llvm-svn: 133322 --- clang/lib/ARCMigrate/Internals.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'clang/lib/ARCMigrate/Internals.h') diff --git a/clang/lib/ARCMigrate/Internals.h b/clang/lib/ARCMigrate/Internals.h index fdc0aad176c..d0d545ec517 100644 --- a/clang/lib/ARCMigrate/Internals.h +++ b/clang/lib/ARCMigrate/Internals.h @@ -27,9 +27,9 @@ public: void push_back(const StoredDiagnostic &diag) { List.push_back(diag); } bool clearDiagnostic(llvm::ArrayRef IDs, SourceRange range); - bool hasDiagnostic(llvm::ArrayRef IDs, SourceRange range); + bool hasDiagnostic(llvm::ArrayRef IDs, SourceRange range) const; - void reportDiagnostics(Diagnostic &diags); + void reportDiagnostics(Diagnostic &diags) const; }; class TransformActions { -- cgit v1.2.3