[PATCH] D38303: [Sema] Correct IUnknown to support Unknwnbase.h Header.

Reid Kleckner via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 29 10:37:23 PDT 2017


rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.

lgtm



================
Comment at: lib/AST/DeclCXX.cpp:1473
 
+static bool IsDeclContextInNamespace(const DeclContext *DC) {
+  while (!DC->isTranslationUnit()) {
----------------
Lower case `isDeclContext...` is more inline with our style


https://reviews.llvm.org/D38303





More information about the cfe-commits mailing list