summaryrefslogtreecommitdiffstats
path: root/test/Preprocessor/pragma_microsoft.c
Commit message (Expand)AuthorAgeFilesLines
* Add -Wignored-pragma-intrinsic flagAlbert Gutowski2016-09-211-0/+12
* Parsing MS pragma intrinsicReid Kleckner2016-09-071-0/+16
* Parse and ignore #pragma runtime_checks in MS extensions mode (PR25138)Hans Wennborg2015-10-121-2/+5
* Bug fix for PR23577 (https://llvm.org/bugs/show_bug.cgi?id=23577#c0).Alexander Musman2015-05-251-1/+44
* Disable this test for PS4 target because PS4 issues different diagnostics.Yunzhong Gao2015-03-251-0/+1
* Accept #pragma warning(push, 0) without warningReid Kleckner2013-10-021-1/+6
* Lex and ignore Microsoft's #pragma warning(...)Reid Kleckner2013-09-131-0/+23
* Adding support for MSVC #pragma detect_mismatch functionality by emitting a F...Aaron Ballman2013-06-041-0/+5
* Suppress all -Wunused-value warnings from macro body expansions.Matt Beaumont-Gay2013-01-171-2/+3
* Made the "expected string literal" diagnostic more expressiveAndy Gibbs2012-11-171-1/+1
* Refactored duplicate string literal lexing code within Preprocessor, into aAndy Gibbs2012-11-171-1/+1
* Adding support for #pragma include_alias in MS compatibility mode. This impl...Aaron Ballman2012-03-021-0/+43
* Revert r151800, which was committed without review and has correctness issues.Richard Smith2012-03-011-17/+0
* Implements support for #pragma include_alias in ms compatibility mode. Fixes...Aaron Ballman2012-03-011-0/+17
* Revert r114316, -Wunused-value enabled by default was intended.Argyrios Kyrtzidis2010-09-191-1/+1
* Make -Wunused-value off by default, matching GCC. Fixes rdar://7126194.Argyrios Kyrtzidis2010-09-191-1/+1
* Add support for Microsoft's __pragma in the preprocessor.John McCall2010-08-281-0/+20
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Make -E mode propagate #pragma comment's into the output.Chris Lattner2009-01-161-1/+3
* Implement basic support for parsing #pragma comment, a microsoft extensionChris Lattner2009-01-161-0/+18