| Commit message (Expand) | Author | Age | Files | Lines |
* | [Parse] Let declarations follow labels in -fms-extensions mode | David Majnemer | 2016-08-01 | 1 | -0/+9 |
* | Diagnose missing macro argument following charize operator. | Andy Gibbs | 2016-04-01 | 1 | -0/+3 |
* | [MS Compat] Add support for __declspec(noalias) | David Majnemer | 2015-07-20 | 1 | -1/+1 |
* | Revert "parser: wordsmith diagnostic message" and "parser: diagnose empty att... | David Majnemer | 2015-07-08 | 1 | -2/+0 |
* | parser: wordsmith diagnostic message | Saleem Abdulrasool | 2015-06-17 | 1 | -1/+1 |
* | parser: diagnose empty attribute blocks | Saleem Abdulrasool | 2015-06-16 | 1 | -0/+2 |
* | parser: improve diagnostics for MS attributes | Saleem Abdulrasool | 2015-06-15 | 1 | -0/+3 |
* | [MS ABI] Correctly associate align attrs before the class-key | David Majnemer | 2015-04-19 | 1 | -0/+7 |
* | Sema: Add support for __declspec(restrict) | David Majnemer | 2015-02-04 | 1 | -1/+1 |
* | Parse qualifiers after comma in declarator lists as a Microsoft extension | Nico Rieck | 2014-12-04 | 1 | -0/+8 |
* | The MicrosoftExtensions.c test file should not rely on -x objective-c++. Remo... | Aaron Ballman | 2014-07-06 | 1 | -66/+28 |
* | Move InterlockedBitTestAndSet into its own test file | Ehsan Akhgari | 2014-07-06 | 1 | -11/+0 |
* | Fix the MicrosoftExtensions.c target | Ehsan Akhgari | 2014-07-06 | 1 | -0/+1 |
* | Enable the InterlockedBitTestAndSet test | Ehsan Akhgari | 2014-07-06 | 1 | -3/+0 |
* | Fixing a typo, updating the diagnostic wording and logic based on post-commit... | Aaron Ballman | 2014-04-15 | 1 | -1/+1 |
* | Properly diagnose Microsoft __declspec attributes which have optional argumen... | Aaron Ballman | 2014-04-14 | 1 | -0/+6 |
* | Unify __declspec attribute argument parsing with the common attribute argumen... | Aaron Ballman | 2014-03-31 | 1 | -3/+3 |
* | Implemented delayed processing of 'unavailable' checking, just like with 'dep... | Ted Kremenek | 2013-12-18 | 1 | -3/+3 |
* | Warn on duplicate function specifier | Serge Pavlov | 2013-11-13 | 1 | -0/+14 |
* | Revert "Re-enable passing MS inline asm test." | Reid Kleckner | 2013-10-21 | 1 | -0/+3 |
* | Re-enable passing MS inline asm test. | Reid Kleckner | 2013-10-21 | 1 | -3/+0 |
* | Adding in parsing and the start of semantic support for __sptr and __uptr poi... | Aaron Ballman | 2013-05-22 | 1 | -0/+11 |
* | Properly parsing __declspec(safebuffers), though there is no semantic hookup.... | Aaron Ballman | 2013-05-04 | 1 | -1/+1 |
* | Downgrade 'attribute ignored when parsing type' from error to warning, to match | Richard Smith | 2013-01-29 | 1 | -1/+3 |
* | Fail these tests in a way that doesn't cause unexpected successes, per Daniel's | Chad Rosier | 2013-01-24 | 1 | -0/+1 |
* | [ms-inline asm] Remove a warning about ms-style inline assembly not being | Chad Rosier | 2013-01-22 | 1 | -1/+1 |
* | [driver, ms-inline asm] Have -fms-extensions enable the AsmBlocks language | Chad Rosier | 2012-12-05 | 1 | -0/+9 |
* | [driver, ms-inline asm] MS-Style inline assembly is controlled by the | Chad Rosier | 2012-12-05 | 1 | -9/+0 |
* | Revert r163083 per chandlerc's request. | Joao Matos | 2012-09-04 | 1 | -6/+0 |
* | Implemented parsing and AST support for the MS __leave exception statement. A... | Joao Matos | 2012-09-02 | 1 | -0/+6 |
* | Unify the codepaths for emitting deprecation warnings. The test changes are ... | Eli Friedman | 2012-08-08 | 1 | -3/+3 |
* | [ms-style asm] Change the fatal error to an extension warning. Apparently, this | Chad Rosier | 2012-06-20 | 1 | -1/+1 |
* | Reapplying the changes from r158717 as they were rolled back to avoid merge c... | Aaron Ballman | 2012-06-19 | 1 | -3/+25 |
* | Revert r158700 and dependent patches r158716, r158717, and r158731. | Jakob Stoklund Olesen | 2012-06-19 | 1 | -25/+3 |
* | Improves parsing and semantic analysis for MS __declspec attributes. This in... | Aaron Ballman | 2012-06-19 | 1 | -3/+25 |
* | Recognize the MS inheritance attributes and turn them into attributes | John McCall | 2012-05-22 | 1 | -2/+2 |
* | Add _alignof and __builtin_alignof as aliases for __alignof in | Douglas Gregor | 2012-05-16 | 1 | -0/+5 |
* | Adding some more specific tests for enum declspec parsing, to prove that it r... | Aaron Ballman | 2012-03-15 | 1 | -0/+7 |
* | Added support for parsing declspecs on enumerations. Fixes PR8783 | Aaron Ballman | 2012-03-01 | 1 | -2/+2 |
* | Hey, maybe we shouldn't silently ignore decl attributes | John McCall | 2011-10-01 | 1 | -2/+2 |
* | Add support for Microsoft __ptr32 keyword. | Francois Pichet | 2011-08-25 | 1 | -0/+6 |
* | Change __debugbreak signature to void __debugbreak(void); MSVC compatibility. | Francois Pichet | 2011-07-10 | 1 | -1/+1 |
* | Remove some more hard CR-LF lines. These were particularly weird as they were | Chandler Carruth | 2011-04-25 | 1 | -1/+1 |
* | Emit an error if operator __uuidof() is called on a type with no associated G... | Francois Pichet | 2010-12-20 | 1 | -44/+2 |
* | Validate Microsoft's uuid attribute string. | Francois Pichet | 2010-12-20 | 1 | -1/+9 |
* | Microsoft's __uuidof operator returns a lvalue. | Francois Pichet | 2010-12-17 | 1 | -0/+2 |
* | Add parsing support for Microsoft attributes. MS attributes will just be skip... | Francois Pichet | 2010-10-11 | 1 | -0/+8 |
* | Add 2 Microsoft compiler intrinsics that don't require prototypes: | Francois Pichet | 2010-10-11 | 1 | -0/+8 |
* | _inline is an alias for inline in MSVC. | Francois Pichet | 2010-10-06 | 1 | -0/+1 |
* | enhance tentative parsing to handle ms extensions, patch by Martin Vejnar! | Chris Lattner | 2010-09-28 | 1 | -0/+4 |