[PATCH] D55260: [CodeComplete] Fix a crash in access checks of inner classes

Kadir Cetinkaya via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 4 03:31:52 PST 2018


kadircet added inline comments.


================
Comment at: lib/Sema/SemaCodeComplete.cpp:1348
+    }
+    return Results.getSema().IsSimplyAccessible(ND, Cls, BaseType);
+  }
----------------
I suppose `Cls` should be `NamingClass`


Repository:
  rC Clang

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

https://reviews.llvm.org/D55260





More information about the cfe-commits mailing list