aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorRoman Lebedev <lebedev.ri@gmail.com>2018-05-08 23:15:58 +0000
committerRoman Lebedev <lebedev.ri@gmail.com>2018-05-08 23:15:58 +0000
commit6e76a1b1ff98b27b82689b6294cde1d355be088f (patch)
treec903eb0c18dbeff2955f6d926c45e53c1a087908 /clang/lib/Frontend/CompilerInvocation.cpp
parent8e173e11891dd4c29695ca70e91545df15b410f7 (diff)
downloadllvm-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/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions