[PATCH] [clang-tidy] Add support for boolean check options.
Alexander Kornienko
alexfh at google.com
Thu Oct 16 13:25:04 PDT 2014
Complete rewrite of the options access and validation code. Now modules can
provide typed default values for the options defined by module's checks.
Validation happens during option parsing and results in the same kind of error
reporting as other configuration format errors.
http://reviews.llvm.org/D5602
Files:
clang-tidy/ClangTidy.cpp
clang-tidy/ClangTidy.h
clang-tidy/ClangTidyOptions.cpp
clang-tidy/ClangTidyOptions.h
clang-tidy/google/GoogleTidyModule.cpp
clang-tidy/readability/BracesAroundStatementsCheck.cpp
clang-tidy/readability/FunctionSize.cpp
clang-tidy/readability/NamespaceCommentCheck.cpp
clang-tidy/tool/ClangTidyMain.cpp
unittests/clang-tidy/ClangTidyOptionsTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D5602.15042.patch
Type: text/x-patch
Size: 16138 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20141016/1af4f2af/attachment.bin>
More information about the cfe-commits
mailing list