diff options
author | Gabor Horvath <xazax.hun@gmail.com> | 2018-02-10 14:26:53 +0000 |
---|---|---|
committer | Gabor Horvath <xazax.hun@gmail.com> | 2018-02-10 14:26:53 +0000 |
commit | 6e0dbb06687820d53efdcc21061f1445de5c9a50 (patch) | |
tree | 621ec944f4f3bb964294319174ac1032142d4e96 /clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp | |
parent | 207e7b1fa179c359182c25f76dfc18bb757166e5 (diff) | |
download | bcm5719-llvm-6e0dbb06687820d53efdcc21061f1445de5c9a50.tar.gz bcm5719-llvm-6e0dbb06687820d53efdcc21061f1445de5c9a50.zip |
Make a build bot happy.
llvm-svn: 324809
Diffstat (limited to 'clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp')
-rw-r--r-- | clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp b/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp index 59f30d5c306..1bb939a6fad 100644 --- a/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp +++ b/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp @@ -258,4 +258,4 @@ bool ExecuteCompilerInvocation(CompilerInstance *Clang) { return Success; } -} //namespace clang +} // namespace clang |