summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/pragma_sysheader.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix #pragma GCC system_header by making it insert a virtual linemarker intoChris Lattner2009-06-151-0/+4
the file at the point of the pragma. This allows clang to know that all sourcelocations after the pragma are in a system header. llvm-svn: 73376
OpenPOWER on IntegriCloud