This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from e98c891a87 [OPENMP][NVPTX]Improved interwarp copy function. new 5e6ad21ed0 [Clang] Add __builtin_launder new 2a16197a4c Using llvm::find_if() instead of a range-based for loop; NFC.
The 2 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/Builtins.def | 1 + include/clang/Basic/DiagnosticSemaKinds.td | 4 + lib/AST/ExprConstant.cpp | 3 +- lib/CodeGen/CGBuiltin.cpp | 46 ++++ lib/Sema/SemaChecking.cpp | 62 ++++++ lib/StaticAnalyzer/Core/SarifDiagnostics.cpp | 21 +- test/CodeGen/builtins.c | 11 + test/CodeGenCXX/builtin-launder.cpp | 321 +++++++++++++++++++++++++++ test/Preprocessor/feature_tests.c | 1 + test/Sema/builtins.c | 18 ++ test/SemaCXX/builtins.cpp | 92 ++++++++ 11 files changed, 567 insertions(+), 13 deletions(-) create mode 100644 test/CodeGenCXX/builtin-launder.cpp