diff options
-rw-r--r-- | include/clang/Driver/ToolChain.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Driver/ToolChain.h b/include/clang/Driver/ToolChain.h index 42b3d47c06..9a82973dca 100644 --- a/include/clang/Driver/ToolChain.h +++ b/include/clang/Driver/ToolChain.h @@ -125,7 +125,7 @@ public: virtual bool UseDwarfDebugFlags() const { return false; } /// UseSjLjExceptions - Does this tool chain use SjLj exceptions. - virtual bool UseSjLjExceptions() const { return false; }; + virtual bool UseSjLjExceptions() const { return false; } }; } // end namespace driver |