aboutsummaryrefslogtreecommitdiff
path: root/test/Parser/MicrosoftExtensions.c
AgeCommit message (Expand)Author
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-07-22Prep for new warning.Mike Stump
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-02-27upgrade various 'implicit int' warnings from an ext-warn to warning when notChris Lattner
2009-01-10Allow multiple Microsoft calling-convention keywords. Fixes rdar://problem/64...Douglas Gregor
2009-01-06Another tweak to handle the MS extensions (<rdar://problem/5956221>).Steve Naroff
2009-01-06Fix <rdar://problem/5956221> clang ObjC rewriter: Microsoft-specific __fastca...Steve Naroff
2008-12-25Add parser support for __forceinline, __w64, __ptr64.Steve Naroff
2008-12-25Add parser support for __cdecl, __stdcall, and __fastcall.Steve Naroff