ichesnokov marked an inline comment as done.
================
Comment at: lib/Sema/SemaDecl.cpp:2039
@@ +2038,3 @@
+ if (Old->isImplicit() || New->isImplicit()) {
+ return;
+ }
----------------
asl wrote:
> Please follow the LLVM's coding style guidelines. E.g. *never* use tabs.
It is not tab, it is triple spacehttp://reviews.llvm.org/D16351 _______________________________________________ cfe-commits mailing list [email protected] http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
