ahatanak added inline comments.

================
Comment at: clang/lib/Sema/SemaLookup.cpp:1403
+          // Find the innermost file scope, so we can add using directives
+          // from local scopes.
+          InnermostFileScope = S;
----------------
This isn't needed as `InnermostFileScope` is set at the beginning of the loop.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D147283

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

Reply via email to