summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/pragma_microsoft.c
Commit message (Expand)AuthorAgeFilesLines
* 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
OpenPOWER on IntegriCloud