[PATCH] D150117: Use LLVM-style include guard in regex_impl.h

Hans Wennborg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 8 09:55:56 PDT 2023


hans marked an inline comment as done.
hans added inline comments.


================
Comment at: llvm/lib/Support/regex_impl.h:108
 
-#endif /* !_REGEX_H_ */
+#endif /* !LLVM_SUPPORT_REGEX_IMPL_H */
----------------
barannikov88 wrote:
> 
Thanks! Will fix when committing.


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