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