LLVM_HAS_RVALUE_REFERENCE_THIS and LLVM_LVALUE_FUNCTION shouldn't be needed anymore because the minimum compiler versions support them.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D66240
Remove LVALUE / RVALUE workarounds ClosedPublic Authored by jfb on Aug 14 2019, 12:34 PM.
Details Summary LLVM_HAS_RVALUE_REFERENCE_THIS and LLVM_LVALUE_FUNCTION shouldn't be needed anymore because the minimum compiler versions support them.
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptAug 14 2019, 12:34 PM This revision is now accepted and ready to land.Aug 14 2019, 3:08 PM Closed by commit rL368939: Remove LVALUE / RVALUE workarounds (authored by jfb). · Explain WhyAug 14 2019, 3:50 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 215275 cfe/trunk/include/clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h
llvm/trunk/include/llvm/ADT/Optional.h
llvm/trunk/include/llvm/Support/Compiler.h
llvm/trunk/unittests/ADT/OptionalTest.cpp
|