This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from e63380d34e Do a sweep of symbol internalization. NFC. new 09905dd469 [LifetimeAnalysis] Make it possible to disable the new warnings
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/clang/Basic/DiagnosticGroups.td | 2 + include/clang/Basic/DiagnosticSemaKinds.td | 4 +- lib/Sema/SemaInit.cpp | 108 +++++++++++++-------- .../Sema/warn-lifetime-analysis-nocfg-disabled.cpp | 23 +++++ 4 files changed, 97 insertions(+), 40 deletions(-) create mode 100644 test/Sema/warn-lifetime-analysis-nocfg-disabled.cpp