thakis added inline comments.
Herald added a subscriber: ormris.

================
Comment at: clang/include/clang/Basic/FileManager.h:101
+  /// Type used in the StringMap.
+  using MapEntry = llvm::StringMapEntry<llvm::ErrorOr<MapValue>>;
+
----------------
It looks like this is too clever for gcc5.3: 
https://bugs.chromium.org/p/chromium/issues/detail?id=1143022

Ideas on how to work around that?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D89488/new/

https://reviews.llvm.org/D89488

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to