[PATCH] D13383: [clang] Add flag to DeclContext to distinguish between qualified and unqualified name lookups

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 6 07:05:03 PDT 2015


aaron.ballman added a comment.

I'm uncertain whether this change is good or not (Richard is more likely to have thoughts on that), but the patch is missing tests.


================
Comment at: clang/lib/Sema/SemaLookup.cpp:208
@@ +207,3 @@
+
+  class Deinitializer {
+    std::function<void()> Deinit;
----------------
This should be a local class defined more closely to its usage.


http://reviews.llvm.org/D13383





More information about the cfe-commits mailing list