summaryrefslogtreecommitdiffstats
path: root/include/clang/Frontend/ASTConsumers.h
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2009-07-01 23:14:14 +0000
committerOwen Anderson <resistor@mac.com>2009-07-01 23:14:14 +0000
commit8f1ca78009ca1bdb66903c51b9bbaa81f58ea72a (patch)
tree5304e31c9eb5be13676781c0eefe44975035b5d1 /include/clang/Frontend/ASTConsumers.h
parentcca9e9674a5e50a283185d8e9d8a5c3414eb008e (diff)
Update for changes in LLVM. Hopefully this is the last one for a while.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@74657 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Frontend/ASTConsumers.h')
-rw-r--r--include/clang/Frontend/ASTConsumers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Frontend/ASTConsumers.h b/include/clang/Frontend/ASTConsumers.h
index 35b00f1441..be45202625 100644
--- a/include/clang/Frontend/ASTConsumers.h
+++ b/include/clang/Frontend/ASTConsumers.h
@@ -81,7 +81,7 @@ ASTConsumer *CreateBackendConsumer(BackendAction Action,
const CompileOptions &CompileOpts,
const std::string &ModuleID,
llvm::raw_ostream *OS,
- const llvm::LLVMContext& C);
+ llvm::LLVMContext& C);
// HTML printer: uses the rewriter to convert source code to HTML with
// syntax highlighting suitable for viewing in a web-browser.