[PATCH] D16351: [FIX] Bug 25404 - Crash on typedef in OpenCL 2.0
Igor Chesnokov via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 27 03:19:19 PST 2016
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 space
http://reviews.llvm.org/D16351
More information about the cfe-commits
mailing list