================
@@ -176,18 +175,18 @@ class PathDiagnosticConstruct {
     return getParentMap().getParent(S);
   }
 
-  void updateLocCtxMap(const PathPieces *Path, const LocationContext *LC) {
-    assert(Path && LC);
-    LCM[Path] = LC;
+  void updateLocCtxMap(const PathPieces *Path, const StackFrame *SF) {
----------------
NagyDonat wrote:

Please rename this function and any others that contain `LocCtx` in their names 
(e.g. `isInLocCtxMap` below).

https://github.com/llvm/llvm-project/pull/198211
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to