hokein added inline comments. ================ Comment at: clang-tidy/tool/ClangTidyMain.cpp:78 @@ +77,3 @@ +static cl::opt<std::string> +HeaderFileExtensions("header-file-extensions", + cl::desc("File extensions that regard as header file.\n" ---------------- alexfh wrote: > We don't need a command-line flag for this. The regular way to configure > clang-tidy is .clang-tidy files. However, if needed, check options can be > configured from the command line via the `-config=` option. From my understanding, it is a global option for header-file-extensions, right? If we remove this command-line flag, there is only local `header-file-extensions` option remained for particular checks.
Repository: rL LLVM http://reviews.llvm.org/D16113 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits