diff options
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
-rw-r--r-- | clang/lib/Frontend/CompilerInvocation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Frontend/CompilerInvocation.cpp b/clang/lib/Frontend/CompilerInvocation.cpp index 514484a47f8..250c992cbde 100644 --- a/clang/lib/Frontend/CompilerInvocation.cpp +++ b/clang/lib/Frontend/CompilerInvocation.cpp @@ -1910,7 +1910,7 @@ namespace { llvm::APInt getAsInteger() const; }; -} // namespace +} void ModuleSignature::add(uint64_t Value, unsigned int NumBits) { CurValue |= Value << CurBit; |