Age | Commit message (Expand) | Author |
2012-05-11 | Make sure that we recognize __attribute__((align)) as a synonym for | Douglas Gregor |
2012-05-11 | Merge branch 'format-string-braced-init' | Matt Beaumont-Gay |
2012-05-11 | PR11857: When the wrong number of arguments are provided for a function | Richard Smith |
2012-05-11 | Fix a recent regression with the merging of format attributes. | Rafael Espindola |
2012-05-10 | Warn about visibility attributes in typedefs. | Rafael Espindola |
2012-05-10 | Fix an old (2009) FIXME: | Rafael Espindola |
2012-05-09 | Teach IsTailPaddedMemberArray() (used by -Warray-bounds) that a FieldDecl may... | Ted Kremenek |
2012-05-08 | Fix fmin*/fmax* library builtin signatures. | Douglas Gregor |
2012-05-08 | Make -Wformat accept printf("%hhx", c); with -funsigned-char | Hans Wennborg |
2012-05-07 | Process attributes in the order they appear in the source code. This make clang | Rafael Espindola |
2012-05-06 | Split mergeAvailabilityAttr out of handleAvailabilityAttr. This is important | Rafael Espindola |
2012-05-05 | Use raw_ostream in TypePrinter and eliminate uses of temporary std::strings. | Argyrios Kyrtzidis |
2012-05-04 | Add a predefine __WINT_UNSIGNED__, similar to __WCHAR_UNSIGNED__, and test th... | James Molloy |
2012-05-04 | Fix handling of wint_t - we can't assume wint_t is purely an integer promotio... | James Molloy |
2012-05-03 | Add a test for r156092. | Bob Wilson |
2012-05-03 | Add support for full-width 128-bit integer literals. | Stephen Canon |
2012-05-03 | Fix a note without a SourceLocation. | Richard Trieu |
2012-05-02 | Walk the decls looking for the last one that has an attribute. We do have to ... | Rafael Espindola |
2012-05-01 | Extend the error about incompatible visibility attributes in different | Rafael Espindola |
2012-05-01 | Test verified. | John McCall |
2012-05-01 | Unify Options.td and CC1Options.td, in a first step towards unifying the seri... | James Molloy |
2012-05-01 | Add a disclaimer to the new test, plus a user-declared ctor | John McCall |
2012-05-01 | Add support for laying out vtordisps according to our current | John McCall |
2012-05-01 | Turn the mixed-sign-comparison diagnostic into a runtime behavior | Douglas Gregor |
2012-04-28 | Currently __builtin_annotation() only annotates an i32. | Julien Lerouge |
2012-04-26 | Reject cases like | Rafael Espindola |
2012-04-23 | with -Wdeprecated, include a note to its deprecated declaration | Fariborz Jahanian |
2012-04-16 | Per Richard's comments on r154794, add the checks necessary to handle constan... | Eli Friedman |
2012-04-16 | Make constant evaluation for pointer comparisons work correctly for some unco... | Eli Friedman |
2012-04-15 | Fix tests that weren't actually verifying anything. | David Blaikie |
2012-04-13 | Implement the missing pieces needed to support libstdc++4.7's <atomic>: | Richard Smith |
2012-04-12 | Warn on 64-to-32 for source value of x bits where 64 >= x > 32. | David Blaikie |
2012-04-12 | Implement support for 18 of the GNU-compatible __atomic builtins. | Richard Smith |
2012-04-11 | Add test for a construct we currently reject, constant-evaluating a load from... | Eli Friedman |
2012-04-11 | Provide, and document, a set of __c11_atomic_* intrinsics to implement C11's | Richard Smith |
2012-04-05 | Implement C90 pedantic warning for duplicate declaration specifiers which are... | Eli Friedman |
2012-04-05 | Properly implement the C rules for composite types for qualified pointers in ... | Eli Friedman |
2012-04-05 | Enable warn_impcast_literal_float_to_integer by default. | David Blaikie |
2012-04-04 | For PR11916: Add support for g++'s __int128 keyword. Unlike __int128_t, this is | Richard Smith |
2012-03-21 | Change the binary operator data recursive evaluator to not stop at the first | Richard Trieu |
2012-03-21 | For enums with no tag name, display its location in | Fariborz Jahanian |
2012-03-21 | fixes the diagnostic issued in // rdar://11069896 | Fariborz Jahanian |
2012-03-21 | Report the natural alignment of unsigned long long, not the preferred alignment. | Chad Rosier |
2012-03-21 | Allow void blocks to return witn a void expression in | Fariborz Jahanian |
2012-03-16 | Warn on flexible array members when in C89 mode, with -pedantic. | David Chisnall |
2012-03-15 | [Sema] Introduce a data recursive evaluator specific to binary operators. | Argyrios Kyrtzidis |
2012-03-15 | Unpluralize -Wfoo-conversions warnings for consistency. | David Blaikie |
2012-03-12 | Fix parsing of type-specifier-seq's. Types are syntactically allowed to be | Richard Smith |
2012-03-10 | Remove the part of test/Sema/pragma-pack-2.c that has irregular "#pragma pack"s. | Argyrios Kyrtzidis |
2012-03-09 | Improve diagnostics for UCNs referring to control characters and members of the | Richard Smith |