summaryrefslogtreecommitdiffstats
path: root/clang/test/Parser/MicrosoftExtensions.c
Commit message (Expand)AuthorAgeFilesLines
* The MicrosoftExtensions.c test file should not rely on -x objective-c++. Remo...Aaron Ballman2014-07-061-66/+28
* Move InterlockedBitTestAndSet into its own test fileEhsan Akhgari2014-07-061-11/+0
* Fix the MicrosoftExtensions.c targetEhsan Akhgari2014-07-061-0/+1
* Enable the InterlockedBitTestAndSet testEhsan Akhgari2014-07-061-3/+0
* Fixing a typo, updating the diagnostic wording and logic based on post-commit...Aaron Ballman2014-04-151-1/+1
* Properly diagnose Microsoft __declspec attributes which have optional argumen...Aaron Ballman2014-04-141-0/+6
* Unify __declspec attribute argument parsing with the common attribute argumen...Aaron Ballman2014-03-311-3/+3
* Implemented delayed processing of 'unavailable' checking, just like with 'dep...Ted Kremenek2013-12-181-3/+3
* Warn on duplicate function specifierSerge Pavlov2013-11-131-0/+14
* Revert "Re-enable passing MS inline asm test."Reid Kleckner2013-10-211-0/+3
* Re-enable passing MS inline asm test.Reid Kleckner2013-10-211-3/+0
* Adding in parsing and the start of semantic support for __sptr and __uptr poi...Aaron Ballman2013-05-221-0/+11
* Properly parsing __declspec(safebuffers), though there is no semantic hookup....Aaron Ballman2013-05-041-1/+1
* Downgrade 'attribute ignored when parsing type' from error to warning, to matchRichard Smith2013-01-291-1/+3
* Fail these tests in a way that doesn't cause unexpected successes, per Daniel'sChad Rosier2013-01-241-0/+1
* [ms-inline asm] Remove a warning about ms-style inline assembly not beingChad Rosier2013-01-221-1/+1
* [driver, ms-inline asm] Have -fms-extensions enable the AsmBlocks languageChad Rosier2012-12-051-0/+9
* [driver, ms-inline asm] MS-Style inline assembly is controlled by theChad Rosier2012-12-051-9/+0
* Revert r163083 per chandlerc's request.Joao Matos2012-09-041-6/+0
* Implemented parsing and AST support for the MS __leave exception statement. A...Joao Matos2012-09-021-0/+6
* Unify the codepaths for emitting deprecation warnings. The test changes are ...Eli Friedman2012-08-081-3/+3
* [ms-style asm] Change the fatal error to an extension warning. Apparently, thisChad Rosier2012-06-201-1/+1
* Reapplying the changes from r158717 as they were rolled back to avoid merge c...Aaron Ballman2012-06-191-3/+25
* Revert r158700 and dependent patches r158716, r158717, and r158731.Jakob Stoklund Olesen2012-06-191-25/+3
* Improves parsing and semantic analysis for MS __declspec attributes. This in...Aaron Ballman2012-06-191-3/+25
* Recognize the MS inheritance attributes and turn them into attributesJohn McCall2012-05-221-2/+2
* Add _alignof and __builtin_alignof as aliases for __alignof inDouglas Gregor2012-05-161-0/+5
* Adding some more specific tests for enum declspec parsing, to prove that it r...Aaron Ballman2012-03-151-0/+7
* Added support for parsing declspecs on enumerations. Fixes PR8783Aaron Ballman2012-03-011-2/+2
* Hey, maybe we shouldn't silently ignore decl attributesJohn McCall2011-10-011-2/+2
* Add support for Microsoft __ptr32 keyword. Francois Pichet2011-08-251-0/+6
* Change __debugbreak signature to void __debugbreak(void); MSVC compatibility.Francois Pichet2011-07-101-1/+1
* Remove some more hard CR-LF lines. These were particularly weird as they wereChandler Carruth2011-04-251-1/+1
* Emit an error if operator __uuidof() is called on a type with no associated G...Francois Pichet2010-12-201-44/+2
* Validate Microsoft's uuid attribute string.Francois Pichet2010-12-201-1/+9
* Microsoft's __uuidof operator returns a lvalue.Francois Pichet2010-12-171-0/+2
* Add parsing support for Microsoft attributes. MS attributes will just be skip...Francois Pichet2010-10-111-0/+8
* Add 2 Microsoft compiler intrinsics that don't require prototypes:Francois Pichet2010-10-111-0/+8
* _inline is an alias for inline in MSVC.Francois Pichet2010-10-061-0/+1
* enhance tentative parsing to handle ms extensions, patch by Martin Vejnar!Chris Lattner2010-09-281-0/+4
* Microsoft's __uuidof operator implementation part 1.Francois Pichet2010-09-081-1/+38
* Allow multiple __declspec attributes after a class-key.John McCall2010-08-051-0/+1
* Revert Microsoft-specific override of the "typedef requires a name"Douglas Gregor2010-07-161-1/+1
* Suppress the "typedef requires a name" warning in Microsoft-extensions modeDouglas Gregor2010-07-161-0/+1
* dllimport and dllexport are declspec attributes, too. They're alsoCharles Davis2010-02-161-1/+1
* fix the microsoft "charify" extension to return the charified token Chris Lattner2009-12-231-0/+6
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Use '-x' 'foo' instead of '-x=foo'.Daniel Dunbar2009-11-291-1/+1
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-8/+8
* Prep for new warning.Mike Stump2009-07-221-1/+1
OpenPOWER on IntegriCloud