Revert "[misexpect] Re-implement MisExpect Diagnostics"
authorPaul Kirth <paulkirth@google.com>
Tue, 29 Mar 2022 06:20:30 +0000 (06:20 +0000)
committerPaul Kirth <paulkirth@google.com>
Tue, 29 Mar 2022 06:20:30 +0000 (06:20 +0000)
commit90cb325abda9c06a6381a74f0e43ca5bf7943a04
tree8b9b375207dba483312be9497aa0b77bedc52150
parent6c77972bac7ce125110ed2baea9919fb6866db39
Revert "[misexpect] Re-implement MisExpect Diagnostics"

This reverts commit 2add3fbd976d7b80a3a7fc14ef0deb9b1ca6beee.
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]