Revert "[misexpect] Re-implement MisExpect Diagnostics"
authorPaul Kirth <paulkirth@google.com>
Thu, 17 Mar 2022 23:54:26 +0000 (23:54 +0000)
committerPaul Kirth <paulkirth@google.com>
Thu, 17 Mar 2022 23:54:26 +0000 (23:54 +0000)
commit10866a1df4a82cdc54187330c509a2d46235455d
treedd8767f20c495191febb4a3d730e7af8b4c1fa4f
parente7749d4713a5ec886011ceb0fc821c6723061724
Revert "[misexpect] Re-implement MisExpect Diagnostics"

This reverts commit e7749d4713a5ec886011ceb0fc821c6723061724.
49 files changed:
clang/docs/MisExpect.rst [deleted file]
clang/docs/ReleaseNotes.rst
clang/include/clang/Basic/CodeGenOptions.def
clang/include/clang/Basic/CodeGenOptions.h
clang/include/clang/Basic/DiagnosticDriverKinds.td
clang/include/clang/Basic/DiagnosticFrontendKinds.td
clang/include/clang/Basic/DiagnosticGroups.td
clang/include/clang/Driver/Options.td
clang/lib/CodeGen/BackendUtil.cpp
clang/lib/CodeGen/CodeGenAction.cpp
clang/lib/Frontend/CompilerInvocation.cpp
clang/test/Profile/Inputs/misexpect-branch-nonconst-expect-arg.proftext [deleted file]
clang/test/Profile/Inputs/misexpect-branch.proftext [deleted file]
clang/test/Profile/Inputs/misexpect-switch-default-only.proftext [deleted file]
clang/test/Profile/Inputs/misexpect-switch-default.proftext [deleted file]
clang/test/Profile/Inputs/misexpect-switch-nonconst.proftext [deleted file]
clang/test/Profile/Inputs/misexpect-switch.proftext [deleted file]
clang/test/Profile/misexpect-branch-cold.c [deleted file]
clang/test/Profile/misexpect-branch-nonconst-expected-val.c [deleted file]
clang/test/Profile/misexpect-branch-unpredictable.c [deleted file]
clang/test/Profile/misexpect-branch.c [deleted file]
clang/test/Profile/misexpect-switch-default.c [deleted file]
clang/test/Profile/misexpect-switch-nonconst.c [deleted file]
clang/test/Profile/misexpect-switch-only-default-case.c [deleted file]
clang/test/Profile/misexpect-switch.c [deleted file]
llvm/docs/MisExpect.rst [deleted file]
llvm/include/llvm/IR/DiagnosticInfo.h
llvm/include/llvm/IR/LLVMContext.h
llvm/include/llvm/Target/TargetOptions.h
llvm/include/llvm/Transforms/Utils/MisExpect.h [deleted file]
llvm/lib/IR/DiagnosticInfo.cpp
llvm/lib/IR/LLVMContext.cpp
llvm/lib/IR/LLVMContextImpl.h
llvm/lib/Transforms/IPO/SampleProfile.cpp
llvm/lib/Transforms/Instrumentation/PGOInstrumentation.cpp
llvm/lib/Transforms/Scalar/LowerExpectIntrinsic.cpp
llvm/lib/Transforms/Utils/CMakeLists.txt
llvm/lib/Transforms/Utils/MisExpect.cpp [deleted file]
llvm/test/Transforms/PGOProfile/Inputs/misexpect-branch-correct.proftext [deleted file]
llvm/test/Transforms/PGOProfile/Inputs/misexpect-branch-threshold.proftext [deleted file]
llvm/test/Transforms/PGOProfile/Inputs/misexpect-branch.proftext [deleted file]
llvm/test/Transforms/PGOProfile/Inputs/misexpect-switch-correct.proftext [deleted file]
llvm/test/Transforms/PGOProfile/Inputs/misexpect-switch.proftext [deleted file]
llvm/test/Transforms/PGOProfile/misexpect-branch-correct.ll [deleted file]
llvm/test/Transforms/PGOProfile/misexpect-branch-stripped.ll [deleted file]
llvm/test/Transforms/PGOProfile/misexpect-branch-unpredictable.ll [deleted file]
llvm/test/Transforms/PGOProfile/misexpect-branch.ll [deleted file]
llvm/test/Transforms/PGOProfile/misexpect-switch-default.ll [deleted file]
llvm/test/Transforms/PGOProfile/misexpect-switch.ll [deleted file]