[PATCH] D51296: [Sema] Traverse vector types for ocl extensions support

Anastasia Stulova via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 28 09:22:38 PDT 2018


Anastasia accepted this revision.
Anastasia added a comment.
This revision is now accepted and ready to land.

LGTM! Thanks! Could you please change the commit title tag:
[Sema] -> [OpenCL]



================
Comment at: lib/Sema/Sema.cpp:42
 #include "llvm/ADT/SmallSet.h"
+
 using namespace clang;
----------------
It would be better to undo this formatting change. Clang code base seems to be inconsistent on that anyway.


Repository:
  rC Clang

https://reviews.llvm.org/D51296





More information about the cfe-commits mailing list