ABataev added inline comments.

================
Comment at: clang/lib/CodeGen/CGOpenMPRuntime.cpp:11988
         if (isa<CXXThisExpr>(E)) {
           Pos = ParamPositions[FD];
         } else {
----------------
I would also recommend to replace all `operator []` calls to something that 
does not modify the map, like `find`.


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

https://reviews.llvm.org/D122338

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

Reply via email to