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