This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 652fc62 CodeGen: use some range-based for loops new ec69ba2 Fix a long comment line new fd2a481 Add -fdiagnostics-show-hotness new 6603cad [Sema] Fix PR30346: relax __builtin_object_size checks.
The 3 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: docs/UsersManual.rst | 28 ++++++++++++++ include/clang/Basic/DiagnosticDriverKinds.td | 3 ++ include/clang/Driver/Options.td | 3 ++ include/clang/Frontend/CodeGenOptions.def | 5 ++- lib/AST/ExprConstant.cpp | 17 +++++--- lib/CodeGen/CodeGenAction.cpp | 10 ++++- lib/Driver/Tools.cpp | 5 +++ lib/Frontend/CompilerInvocation.cpp | 6 +++ test/CodeGen/object-size.c | 25 ++++++++++-- test/CodeGen/pass-object-size.c | 9 +++-- .../optimization-remark-with-hotness.proftext} | 21 +++++----- test/Frontend/optimization-remark-with-hotness.c | 45 ++++++++++++++++++++++ 12 files changed, 153 insertions(+), 24 deletions(-) copy test/{Profile/Inputs/max-function-count.proftext => Frontend/Inputs/optimizat [...] create mode 100644 test/Frontend/optimization-remark-with-hotness.c