[PATCH] [OPENMP] Codegen for 'num_threads' clause in 'parallel' directive

hfinkel at anl.gov hfinkel at anl.gov
Mon Sep 22 01:53:17 PDT 2014


================
Comment at: test/OpenMP/parallel_num_threads_codegen.cpp:5
@@ +4,3 @@
+// expected-no-diagnostics
+#ifndef HEADER
+#define HEADER
----------------
hfinkel wrote:
> Don't need include-guards here.
n/m -- as you pointed out in the other review, these are needed because of the PCH testing.

http://reviews.llvm.org/D5145






More information about the cfe-commits mailing list