diff options
author | Aaron Ballman <aaron@aaronballman.com> | 2015-08-28 17:58:10 +0000 |
---|---|---|
committer | Aaron Ballman <aaron@aaronballman.com> | 2015-08-28 17:58:10 +0000 |
commit | 8b0583ef1be53849546f76f8dcb60c031c64abb3 (patch) | |
tree | bd2e4cb393fd5410219ac0ecda8cf16556b3a924 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 28e2b717fc42a9282e56ab58c349b13108fc70e0 (diff) | |
download | llvm-8b0583ef1be53849546f76f8dcb60c031c64abb3.zip llvm-8b0583ef1be53849546f76f8dcb60c031c64abb3.tar.gz llvm-8b0583ef1be53849546f76f8dcb60c031c64abb3.tar.bz2 |
Disable several more clang-tidy modernize checkers when not compiling in C++ mode. Loop conversion would make recommendations for C code, so added a test to ensure that does not happen. The pass by value, use auto and replace auto_ptr checkers would not make recommendations for C code, and are disabled for performance reasons, but do not require an extra test.
llvm-svn: 246310
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions