You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
👍 let's document more in the .clang-tidy and .clang-format themselves (since this will travel with them). Then in the docs we can link to the configs for more detail. Sound good?
Other todo we had:
Clean up the configs so that they only include stuff we understand
sssoleileraaa
changed the title
How document clang-tidy and clang-format config files
How do we want to document clang-tidy and clang-format config options?
May 1, 2018
# AnalyzeTemporaryDtors is set to false because...
AnalyzeTemporaryDtors: false
CheckOptions:
# this check converts the usage of null pointer `NULL` constants to use the new C++11 nullptr keyword
- key: modernize-use-nullptr.NullMacros
value: 'NULL'
I'd be happy to make this change in a PR so you can double-check my understanding of what each of these settings are doing. Also during this process we will be able to mark Clean up the configs so that they only include stuff we understand as done because everything in our config files will be documented and understood.
Would it be useful to add documentation in the config files about different clang-tidy options for example? Or would we rather document in a readme?
The text was updated successfully, but these errors were encountered: