summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/FrontendAction.cpp
diff options
context:
space:
mode:
authorKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2010-03-06 12:07:48 +0000
committerKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2010-03-06 12:07:48 +0000
commit1c558cd773d34213ffbe957703014e5bbcea0d79 (patch)
treea837ef094537c1fff4ff9563bdbff01b9dde796e /clang/lib/Frontend/FrontendAction.cpp
parent6f5523aa8b16b23ac3bddc27af9ba6e1e94744c9 (diff)
downloadbcm5719-llvm-1c558cd773d34213ffbe957703014e5bbcea0d79.tar.gz
bcm5719-llvm-1c558cd773d34213ffbe957703014e5bbcea0d79.zip
Lowercase for consistency
llvm-svn: 97878
Diffstat (limited to 'clang/lib/Frontend/FrontendAction.cpp')
-rw-r--r--clang/lib/Frontend/FrontendAction.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Frontend/FrontendAction.cpp b/clang/lib/Frontend/FrontendAction.cpp
index 96a68c931e1..66df7a61917 100644
--- a/clang/lib/Frontend/FrontendAction.cpp
+++ b/clang/lib/Frontend/FrontendAction.cpp
@@ -180,7 +180,7 @@ void FrontendAction::EndSourceFile() {
// Cleanup the output streams, and erase the output files if we encountered
// an error.
- CI.ClearOutputFiles(/*EraseFiles=*/CI.getDiagnostics().getNumErrors());
+ CI.clearOutputFiles(/*EraseFiles=*/CI.getDiagnostics().getNumErrors());
// Inform the diagnostic client we are done with this source file.
CI.getDiagnosticClient().EndSourceFile();
OpenPOWER on IntegriCloud