Issue 129813
Summary Documented option file for each clang-tidy option
Labels clang-tidy
Assignees
Reporter martinlicht
    The online documentation lists all available checks and their options:
https://clang.llvm.org/extra/clang-tidy/checks/list.html

How about providing a comprehensive list of clang-tidy checks and their options in the form of a config file? 

The default option should be some reasonable standard and the file should include some brief explanation (or link) in the comments for each option. 

Possible Example
```
# https://clang.llvm.org/extra/clang-tidy/checks/bugprone/argument-comment.html
 - key:             bugprone-argument-comment.StrictMode
    value: false
'''

I would love to have access to such a complete configuration file simply for the sake of playing around. Maybe there is a way to automate the generation of such a file?
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to