Anastasia added inline comments.

================
Comment at: include/clang/Basic/OpenCLOptions.h:132
 
-  void disableAll() {
+  void enableAll(bool On = true) {
     for (llvm::StringMap<Info>::iterator I = OptMap.begin(),
----------------
May be the name could be `setAll` since it's doing both enable and disable too.


================
Comment at: test/SemaOpenCL/extensions-import.cl:6
+// No PCH
+// RUN: %clang_cc1 -x cl -O0 -cl-std=CL1.2 %s -fsyntax-only -verify -DFP64
+// RUN: %clang_cc1 -x cl -O0 -cl-std=CL1.2 %s -fsyntax-only -verify 
-cl-ext=-cl_khr_fp64
----------------
Do we need to test w/o PCH here? I think we have similar test coverage in 
`test/SemaOpenCL/extensions.cl`.

Also we normally put RUN lines first.


https://reviews.llvm.org/D36044



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
  • [PATCH] D36044: [OpenCL]... Alexey Bader via Phabricator via cfe-commits
    • [PATCH] D36044: [Op... Anastasia Stulova via Phabricator via cfe-commits

Reply via email to