aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.

LGTM, thank you for the fix!



================
Comment at: clang-tools-extra/unittests/clang-tidy/LLVMModuleTest.cpp:248-250
+      runHeaderGuardCheck(
+          "", "\\\\SambaShare\\llvm-project\\clang-tools-extra\\clangd\\foo.h",
+          StringRef("header is missing header guard")));
----------------
Another test case is UNC paths: 
`\\\\?\\C:\\llvm-project\\clang-tools-extra\\clangd\\foo.h` (with escapes 
already added).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D113450/new/

https://reviews.llvm.org/D113450

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to