aaron.ballman added inline comments.
================
Comment at: lib/Sema/SemaDecl.cpp:12380-12382
}
+ if (LangOpts.CPlusPlus && II) {
----------------
lebedev.ri wrote:
> I think you could move it into the `if()` above?
You are correct, I'll hoist it.
https://reviews.llvm.org/D52421
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
