[PATCH] D11194: Instantiate function declarations in instantiated functions.

Richard Smith richard at metafoo.co.uk
Tue Jul 14 13:51:10 PDT 2015


rsmith added a subscriber: rsmith.
rsmith added a comment.

Please add a member to `Decl`, something like `isLexicallyWithinFunctionOrMethod`, and use it in both places rather than duplicating the local class / local function declaration check.


http://reviews.llvm.org/D11194







More information about the cfe-commits mailing list