Skip to content

Commit

Permalink
[clang-tidy] Fix build error (NFC)
Browse files Browse the repository at this point in the history
/llvm-project/clang/include/clang/Analysis/FlowSensitive/NoopLattice.h:49:2:
error: extra ';' outside of a function is incompatible with C++98 [-Werror,-Wc++98-compat-extra-semi]
}; // namespace llvm
  • Loading branch information
DamonFool committed Oct 24, 2024
1 parent 089237c commit d1fae59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/include/clang/Analysis/FlowSensitive/NoopLattice.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ namespace llvm {
// CLANG_LINK_CLANG_DYLIB
extern template struct CLANG_TEMPLATE_ABI
Any::TypeId<clang::dataflow::NoopLattice>;
}; // namespace llvm
} // namespace llvm

#endif // LLVM_CLANG_ANALYSIS_FLOWSENSITIVE_NOOP_LATTICE_H

0 comments on commit d1fae59

Please sign in to comment.