[PATCH] D25711: [Basic] unique_ptr-ify SourceManager::MacroArgsCacheMap (NFC)

Malcolm Parsons via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 18 01:28:40 PDT 2016


malcolm.parsons added inline comments.


================
Comment at: cfe/trunk/lib/Basic/SourceManager.cpp:1941
+    MacroArgsCache = llvm::make_unique<MacroArgsMap>();
+    computeMacroArgsCache(*MacroArgsCache.get(), FID);
+  }
----------------
Redundant .get()


Repository:
  rL LLVM

https://reviews.llvm.org/D25711





More information about the cfe-commits mailing list