hokein marked an inline comment as done. ================ Comment at: clang-tidy/tool/ClangTidyMain.cpp:329 @@ +328,3 @@ + for (const std::string& Check : EnabledChecks) { + for (const ClangTidyOptions::StringPair &CheckSource: + EffectiveOptions.CheckSources) { ---------------- I updated the patch and made sure the behavior keep the order of configuration.
But if the case like: 1. enabled in binary 2. enabled in config file 3. enabled in command-line option `-checks` Only command-line option `-checks` will be diagnosed, since the processor order of configuration is binary -> config file -> command-line option `-checks`. http://reviews.llvm.org/D18694 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits