This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from e3a335e Handle empty message in static_asserts. new 8a7af2f Reapply r281276 with passing -emit-llvm in one of the tests
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: docs/UsersManual.rst | 28 ++++++++++++++ include/clang/Basic/DiagnosticDriverKinds.td | 3 ++ include/clang/Driver/Options.td | 3 ++ include/clang/Frontend/CodeGenOptions.def | 3 ++ lib/CodeGen/CodeGenAction.cpp | 10 ++++- lib/Driver/Tools.cpp | 5 +++ lib/Frontend/CompilerInvocation.cpp | 6 +++ .../optimization-remark-with-hotness.proftext} | 21 +++++----- test/Frontend/optimization-remark-with-hotness.c | 45 ++++++++++++++++++++++ 9 files changed, 112 insertions(+), 12 deletions(-) copy test/{Profile/Inputs/max-function-count.proftext => Frontend/Inputs/optimizat [...] create mode 100644 test/Frontend/optimization-remark-with-hotness.c