diff options
author | Kovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com> | 2010-03-06 12:07:48 +0000 |
---|---|---|
committer | Kovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com> | 2010-03-06 12:07:48 +0000 |
commit | e51dd7be67808d52c80c09b832d875e9655ce6e0 (patch) | |
tree | 7b1d4937f3a89d90b3b7f79aa9d13ad04e868674 /lib/Frontend/FrontendAction.cpp | |
parent | 9ce2116005d417f7a36fa99bba7e499a58650a9a (diff) |
Lowercase for consistency
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@97878 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Frontend/FrontendAction.cpp')
-rw-r--r-- | lib/Frontend/FrontendAction.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Frontend/FrontendAction.cpp b/lib/Frontend/FrontendAction.cpp index 96a68c931e..66df7a6191 100644 --- a/lib/Frontend/FrontendAction.cpp +++ b/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(); |