summaryrefslogtreecommitdiffstats
path: root/clang/test/PCH/Inputs/pragma-once.h
Commit message (Collapse)AuthorAgeFilesLines
* Support '#pragma once' in headers when using PCHSunil Srivastava2016-07-251-0/+5
The '#pragma once' directive was erroneously ignored when encountered in the header-file specified in generate-PCH-mode. This resulted in compile-time errors in some cases with legal code, and also a misleading warning being produced. Patch by Warren Ristow! Differential Revision: http://reviews.llvm.org/D19815 llvm-svn: 276653
OpenPOWER on IntegriCloud