[PATCH] D15710: [clang-tidy] Add non-inline function definition and variable definition check in header files.
Haojian Wu via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 23 09:45:48 PST 2015
hokein added a comment.
@alexfh The case of member function of a nest class in a class template (like `int A<T>::B::fun() {...}`) is also fixed now. Please review the patch again. Thanks.
http://reviews.llvm.org/D15710
More information about the cfe-commits
mailing list