[PATCH] D19815: Support '#pragma once' in headers when using PCH

Reid Kleckner via cfe-commits cfe-commits at lists.llvm.org
Mon May 2 10:58:42 PDT 2016


rnk added a subscriber: rnk.
rnk added a comment.

I think threading this through PP options is reasonable.


================
Comment at: test/PCH/pragma-once.h:1
@@ +1,2 @@
+#pragma once
+
----------------
This should be in test/PCH/Inputs


http://reviews.llvm.org/D19815





More information about the cfe-commits mailing list