shixiao marked an inline comment as done. shixiao added inline comments.
================ Comment at: clang-tools-extra/test/clang-tidy/modernize-concat-nested-namespaces.h:1 +#pragma once + ---------------- alexfh wrote: > alexfh wrote: > > Please put the header under Inputs/<check-name>/ directory to keep the > > tests directory a bit tidier. The header can then be renamed to something > > shorter, btw. > Is it important to use `#pragma once` in this file? Can we use regular > include guards instead? It's not--I added it out of habit. Any particular reason to use regular include guards vs. `#pragma once`? re: mv headers--sure, will do. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D61989/new/ https://reviews.llvm.org/D61989 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits