diff options
author | Roman Lebedev <lebedev.ri@gmail.com> | 2018-05-08 23:15:58 +0000 |
---|---|---|
committer | Roman Lebedev <lebedev.ri@gmail.com> | 2018-05-08 23:15:58 +0000 |
commit | 6e76a1b1ff98b27b82689b6294cde1d355be088f (patch) | |
tree | c903eb0c18dbeff2955f6d926c45e53c1a087908 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 8e173e11891dd4c29695ca70e91545df15b410f7 (diff) | |
download | llvm-6e76a1b1ff98b27b82689b6294cde1d355be088f.zip llvm-6e76a1b1ff98b27b82689b6294cde1d355be088f.tar.gz llvm-6e76a1b1ff98b27b82689b6294cde1d355be088f.tar.bz2 |
Partially revert r331456: [clang-tidy] Remove AnalyzeTemporaryDtors option.
That broke every single .clang-tidy config out there
which happened to specify AnalyzeTemporaryDtors option:
YAML:5:24: error: unknown key 'AnalyzeTemporaryDtors'
AnalyzeTemporaryDtors: false
^~~~~
Error parsing <...>/.clang-tidy: Invalid argument
More so, that error isn't actually a error, the
clang-tidy does not exit with $? != 0, it continues
with the default config.
Surely this breakage isn't the intended behavior.
But if it is, feel free to revert this commit.
llvm-svn: 331822
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions