summaryrefslogtreecommitdiff
path: root/clang/test/Preprocessor/pragma_sysheader.c
AgeCommit message (Expand)Author
2023-08-28[clang] Remove rdar links; NFCAaron Ballman
2023-07-17Revert "Remove rdar links; NFC"Mehdi Amini
2023-07-07Remove rdar links; NFCAaron Ballman
2021-06-23Add support for #pragma system_header with -fms-extensionsHans Wennborg
2013-04-17Fix off-by-one error in #pragma clang system_header.Jordan Rose
2012-10-19Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs
2012-04-15Fix tests that weren't actually verifying anything.David Blaikie
2011-05-22attempt to fix windows testers, which generate #line by default.Chris Lattner
2011-05-22Invoke the FileChanged callback before pushing the linemarker for a systemChris Lattner
2009-12-15Update tests to use %clang instead of 'clang', and forcibly disable use of 'Daniel Dunbar
2009-06-15Fix #pragma GCC system_header by making it insert a virtual linemarker intoChris Lattner