summaryrefslogtreecommitdiffstats
path: root/test/Parser/MicrosoftExtensions.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* upgrade various 'implicit int' warnings from an ext-warn to warning when notChris Lattner2009-02-271-1/+1
* Allow multiple Microsoft calling-convention keywords. Fixes rdar://problem/64...Douglas Gregor2009-01-101-0/+2
* Another tweak to handle the MS extensions (<rdar://problem/5956221>).Steve Naroff2009-01-061-0/+5
* Fix <rdar://problem/5956221> clang ObjC rewriter: Microsoft-specific __fastca...Steve Naroff2009-01-061-1/+1
* Add parser support for __forceinline, __w64, __ptr64.Steve Naroff2008-12-251-0/+15
* Add parser support for __cdecl, __stdcall, and __fastcall.Steve Naroff2008-12-251-0/+8