[PATCH] Validate clang-tidy check names.

Alexander Kornienko alexfh at google.com
Wed Aug 20 06:55:14 PDT 2014


Hi djasper,

ClangTidy and its frontends rely on check names being restricted to
certain rules, e.g. having a comma in a check name would break -checks=
parameter parsing. So we need to validate check names early.

http://reviews.llvm.org/D4982

Files:
  clang-tidy/ClangTidy.cpp
  clang-tidy/ClangTidy.h
  clang-tidy/ClangTidyModule.cpp
  unittests/clang-tidy/CMakeLists.txt
  unittests/clang-tidy/ClangTidyTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D4982.12698.patch
Type: text/x-patch
Size: 3637 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140820/c1fec5e1/attachment.bin>


More information about the cfe-commits mailing list