summaryrefslogtreecommitdiffstats
path: root/clang/test/PCH/pragma-detect_mismatch.c
Commit message (Collapse)AuthorAgeFilesLines
* CodeGen: support linker options on Windows ARMSaleem Abdulrasool2016-06-231-0/+3
| | | | | | | | We would incorrectly emit the directive sections due to the missing overridden methods. We now emit the expected "/DEFAULTLIB" rather than "-l" options for requested linkage llvm-svn: 273558
* fix test from r262506Nico Weber2016-03-021-1/+0
| | | | llvm-svn: 262508
* Serialize `#pragma detect_mismatch`.Nico Weber2016-03-021-0/+23
This is like r262493, but for pragma detect_mismatch instead of pragma comment. The two pragmas have similar behavior, so use the same approach for both. llvm-svn: 262506
OpenPOWER on IntegriCloud