[PATCH] D66240: Remove LVALUE / RVALUE workarounds
    JF Bastien via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Aug 14 12:35:07 PDT 2019
    
    
  
jfb created this revision.
Herald added subscribers: llvm-commits, cfe-commits, dexonsmith, jkorous.
Herald added projects: clang, LLVM.
LLVM_HAS_RVALUE_REFERENCE_THIS and LLVM_LVALUE_FUNCTION shouldn't be needed anymore because the minimum compiler versions support them.
Repository:
  rG LLVM Github Monorepo
https://reviews.llvm.org/D66240
Files:
  clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h
  llvm/include/llvm/ADT/Optional.h
  llvm/include/llvm/Support/Compiler.h
  llvm/unittests/ADT/OptionalTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66240.215202.patch
Type: text/x-patch
Size: 5040 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190814/3d999396/attachment.bin>
    
    
More information about the llvm-commits
mailing list