bkramer added inline comments.
================
Comment at: lib/Tooling/Core/Lookup.cpp:27
+ llvm::SmallVector<const NamespaceDecl *, 4> Namespaces;
+ auto GetNextNameNamespace = [](const DeclContext *Context) {
+ // Look past non-namespaces and anonymous namespaces on FromContext.
----------------
GetNextName**d**Namespace
https://reviews.llvm.org/D27125
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits