Age | Commit message (Expand) | Author |
2012-11-15 | Fix a trivial bool-related bug I spotted while skimming David Fang's | Eli Friedman |
2012-11-12 | Correct printing of nested anonymous type member accesses. | David Blaikie |
2012-11-08 | Set TLSSupported to false on Haiku. | Benjamin Kramer |
2012-11-03 | Handle CK_NullToPointer casts in -Wtype-safety properly. Fixes PR14249. | Dmitri Gribenko |
2012-11-02 | Tweak wording and add diagnostic groups to misc diagnostics. | Eli Friedman |
2012-11-01 | Update the front end to use minsize attribute | Quentin Colombet |
2012-10-26 | [ms-inline asm] Add test case for r166792. | Chad Rosier |
2012-10-26 | These tests require an actual x86 registered target, so mark them as such. Te... | David Tweed |
2012-10-26 | Fix grammar-o. | Bill Wendling |
2012-10-24 | Add an additional test for namespaces and -Wmissing-variable-declarations. M... | Eli Friedman |
2012-10-24 | Address feedback from Eli Friedman on r166522. | Matt Beaumont-Gay |
2012-10-23 | Don't emit -Wunused-value warnings from macro expansions. | Matt Beaumont-Gay |
2012-10-23 | Delete junk that snuck into r166498. | Eli Friedman |
2012-10-23 | Add a new warning -Wmissing-variable-declarations, to warn about variables | Eli Friedman |
2012-10-23 | [ms-inline-asm] Add handling for errors coming out of the backend. | Eli Friedman |
2012-10-19 | Clarify wording of -Wshift-op-parentheses. | David Blaikie |
2012-10-19 | Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost... | Andy Gibbs |
2012-10-19 | Fix directive parsing in VerifyDiagnosticConsumer so that it ensures that "ex... | Andy Gibbs |
2012-10-16 | Add pnaclcall convention to Native Client targets. | Derek Schuff |
2012-10-16 | Implement GCC's -Wint-to-pointer-cast. | David Blaikie |
2012-10-12 | Make -mms-bitfields behave consistently. | Eli Friedman |
2012-10-10 | Fix PR 11709: Change the definition of va_list to meet AAPCS requirement | Logan Chien |
2012-10-08 | Make sure we allow "#pragma options align=mac68k" in function-local contexts.... | Eli Friedman |
2012-10-08 | Use a single note diagnostic for all the precedent/parentheses warnings. | David Blaikie |
2012-10-06 | Expose __builtin_bswap16. | Benjamin Kramer |
2012-10-05 | Changing line endings from Windows to Unix. No functional changes. | Aaron Ballman |
2012-10-05 | Implement -Wshift-op-parentheses for: a << b + c | David Blaikie |
2012-10-04 | Permanently end the whole "pragma got handled by the parser too early" | Eli Friedman |
2012-10-02 | Splitting this test case into two because the behavior for the calling conven... | Aaron Ballman |
2012-10-02 | Allowing individual targets to determine whether a given calling convention i... | Aaron Ballman |
2012-10-01 | availability in structured documents. Takes | Fariborz Jahanian |
2012-09-29 | Move the 'find macro by spelling' infrastructure to the Preprocessor class and | Dmitri Gribenko |
2012-09-28 | Allow __builtin_bswap32/64 in constant expressions, like gcc does. Patch by T... | Richard Smith |
2012-09-26 | Make this test actually test something | Nico Weber |
2012-09-25 | Fix failing test/Sema/wchar.c on ARM. | Hans Wennborg |
2012-09-24 | Replace an assertion with an error for empty __asm statements. | Bob Wilson |
2012-09-24 | Change the wording of the extension warning from | Dmitri Gribenko |
2012-09-22 | Comment sema: warn when comment has \deprecated but declaration does not have a | Dmitri Gribenko |
2012-09-22 | Avoid multiple atomic builtin declaration. | Abramo Bagnara |
2012-09-20 | Improvements to my patch in r164143 per | Fariborz Jahanian |
2012-09-20 | Include types when a definition's type differs from a prior declaration. | David Blaikie |
2012-09-20 | PR13881: Add -Wzero-length-array for zero length array extension, and move it... | Richard Smith |
2012-09-18 | c: warn when an integer value comparison with an | Fariborz Jahanian |
2012-09-18 | Per discussion on cfe-dev, remove -Wunique-enums entirely. There | Ted Kremenek |
2012-09-15 | Comment parsing: don't treat typedef to a typedef to a function as a | Dmitri Gribenko |
2012-09-15 | const _Atomic(T) is not an atomic type, so do not allow it as the type 'A' in | Richard Smith |
2012-09-14 | Comment parsing: support the "\invariant" command. | Dmitri Gribenko |
2012-09-13 | Comment parsing: handle \deprecated command. It is a block command, but it | Dmitri Gribenko |
2012-09-13 | Format strings: offer a fixit for Darwin's %D/%U/%O to ISO %d/%u/%o. | Jordan Rose |
2012-09-13 | Format strings: %D, %U, and %O are valid on Darwin (same as %d, %u, %o). | Jordan Rose |