[PATCH] D150117: Use LLVM-style include guard in regex_impl.h
Sergei Barannikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 8 07:16:34 PDT 2023
barannikov88 added inline comments.
================
Comment at: llvm/lib/Support/regex_impl.h:108
-#endif /* !_REGEX_H_ */
+#endif /* !LLVM_SUPPORT_REGEX_IMPL_H */
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150117/new/
https://reviews.llvm.org/D150117
More information about the llvm-commits
mailing list