[libc] Replace -nostdlib++ flag when building with gcc and add placement new operator...
[llvm-project.git] / clang / .clang-tidy
blobba55beb095f54f23ee5b875170216ec5a68cced4
1 # Note that the readability-identifier-naming check is disabled, there are too
2 # many violations in the codebase and they create too much noise in clang-tidy
3 # results.
4 Checks: '-readability-identifier-naming'
5 InheritParentConfig: true