[PATCH] D110891: [inliner] Mandatory inlining decisions produce remarks
    Wenlei He via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Fri Oct  1 10:49:41 PDT 2021
    
    
  
wenlei added inline comments.
================
Comment at: llvm/lib/Analysis/InlineAdvisor.cpp:52
 
+namespace {
+using namespace llvm::ore;
----------------
curious why do we need anonymous namespace here?
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D110891/new/
https://reviews.llvm.org/D110891
    
    
More information about the cfe-commits
mailing list