]> granicus.if.org Git - clang/history - include/clang/Basic/DiagnosticSemaKinds.td
Proper initializer list support for new expressions and type construct expressions...
[clang] / include / clang / Basic / DiagnosticSemaKinds.td
2012-02-12 Sebastian RedlProper initializer list support for new expressions...
2012-02-10 Douglas GregorImplement C++11 [expr.lambda.prim]p13, which prohibits...
2012-02-10 Douglas GregorAllow implicit capture of 'this' in a lambda even when...
2012-02-10 Richard SmithPR11684, core issue 1417:
2012-02-09 Douglas GregorDon't allow deduction of a lambda result type from...
2012-02-09 Douglas GregorImplement return type deduction for lambdas per C++11
2012-02-09 Douglas GregorRemove the "unsupported" error for lambda expressions...
2012-02-09 Douglas GregorImplement C++ [expr.prim.lambda]p2, which bans lambda...
2012-02-09 Richard SmithCWG issue 1405: mutable members are allowed in literal...
2012-02-09 Aaron BallmanAdding support for warning when a non-C compatible...
2012-02-08 Ted KremenekMove -Wcovered-switch-default out of -Wswitch (and...
2012-02-08 John McCallRevise the SplitQualType interface to make it its own...
2012-02-07 Eli FriedmanMisc improvements to the diagnostic when a variable...
2012-02-04 Richard SmithIn C++11 mode, when an integral constant expression...
2012-02-04 Richard SmithDon't allow a value of a scoped enumeration to be used...
2012-02-04 Richard SmithDisallow constexpr main.
2012-02-04 Richard SmithFix a rejects-valid in C++11: array new of a negative...
2012-02-03 Eli FriedmanImplement implicit capture for lambda expressions.
2012-02-03 Hans WennborgDon't warn about anonymous struct/union in C11.
2012-02-03 Richard SmithThread safety analysis:
2012-02-03 Fariborz Jahanianobjc: Issue diagnostic when receiver type is a forward...
2012-02-01 Rafael EspindolaReject mismatched "#pragma GCC visibility push" and...
2012-02-01 Fariborz JahanianLook for declaration of CFBridgingRetain/CFBridgingReta...
2012-02-01 Anna ZaksAdd a new compiler warning, which flags anti-patterns...
2012-02-01 Douglas GregorIntroduce the lambda scope before determining explicit...
2012-02-01 Douglas GregorDiagnose attempts to explicitly capture a __block varia...
2012-01-31 Fariborz Jahanianobjc-arc: In various diagnostics mention
2012-01-29 John McCallComplain about attempts to use 'protected' visibility...
2012-01-27 Jean-Daniel DupasRemove the "C" in "implicitly declaring C library funct...
2012-01-27 Richard Smithconstexpr: Implement the [dcl.constexpr]p5 check for...
2012-01-24 Nick LewyckyAdd a new warning, -Wover-aligned, which detects attemp...
2012-01-24 Fariborz Jahanianobjc: Issue a generic diagnostic assigning to
2012-01-24 Douglas GregorPromote the extension warning for attempts to catch...
2012-01-24 Fariborz Jahanianobjc: issue error if assigning objects in fragile-abi...
2012-01-24 David BlaikieReword/rename -Wswitch-unreachable-default.
2012-01-24 David BlaikieImprove -Wswitch-enum diagnostic message.
2012-01-24 Fariborz Jahanianobjective-c: Ignore with warning forward class declarat...
2012-01-23 Douglas GregorDowngrade C++11 narrowing conversion errors to warnings...
2012-01-23 Nico WeberIn microsoft mode, downgrade pseudo-destructors on...
2012-01-23 David BlaikieRename -Wswitch-enum-redundant-default to -Wswitch...
2012-01-23 David BlaikieImplement -Wswitch-enum correctly.
2012-01-22 David BlaikieMove -Wswitch-enum to -Wswitch
2012-01-21 David BlaikieAdd -Wswitch-enum-redundant-default.
2012-01-20 Ted KremenekTighten format string diagnostic and make it a bit...
2012-01-18 Richard Smithconstexpr: converted constant expression handling for...
2012-01-18 Fariborz JahanianUse -Wdeprecated-objc-isa-usage for option to issue
2012-01-18 Kaelyn UhrainConvert SemaDecl.cpp to pass callback objects to Correc...
2012-01-18 Fariborz Jahanianobjc: deprecate direct usage of 'isa' of objc objects
2012-01-18 Richard SmithMove narrowing conversion detection code from SemaInit...
2012-01-17 Sebastian RedlAuto deduction support for std::initializer_list, inclu...
2012-01-17 Bob WilsonDisable -Wduplicate-method-match by default. <rdar...
2012-01-17 Eli FriedmanRevert r148271; this requires more thought.
2012-01-17 Eli FriedmanChange the behavior of the lvalue-to-rvalue conversion...
2012-01-15 Richard SmithPedantic diagnostic correction: in C++, we have integra...
2012-01-13 Richard SmithPR11754: Reject non-static constexpr member functions...
2012-01-13 Eli FriedmanA few minor improvements to error recovery trying to...
2012-01-12 Richard SmithImprove 0-argument -Wvexing-parse diagnostic by adding...
2012-01-11 Douglas GregorImprove the diagnostic when trying to redefine a typede...
2012-01-11 Douglas GregorC11 allows typedefs to be redefined. Implement this...
2012-01-10 Richard SmithUpdate C++11 scoped enumeration support to match the...
2012-01-10 Fariborz Jahanianobjc++: patch for IRgen for atomic properties of
2012-01-09 Abramo BagnaraMade unknown builtin diagnostic remappable.
2012-01-07 Eli FriedmanMore lambda work: semantic analysis of capturing 'this...
2012-01-07 Eli FriedmanLambdas: semantic analysis of explicit captures.
2012-01-06 Richard SmithTweak to r147599 for PR10828: Move the check from the...
2012-01-05 Ted KremenekAfter further discussion, rename attribute 'objc_disabl...
2012-01-05 Eli FriedmanTweak the fix to PR8977: an empty expression-list repre...
2012-01-04 Ted KremenekRename attribute 'objc_suppress_autosynthesis' to ...
2012-01-04 Fariborz Jahanianobjc: When issuing warning for missing synthesis for
2012-01-04 Eli FriedmanStub out the Sema interface for lambda expressions...
2012-01-03 Fariborz Jahanianobjc: diagnose misplacement of objc_suppress_autosynthesis
2012-01-02 Douglas GregorDiagnose cases where the definition of a particular...
2011-12-29 Richard SmithChange the diagnostics which said 'accepted as an exten...
2011-12-22 Richard SmithPR11614: Mark defaulted special constructors as constex...
2011-12-20 Roman DivackyLet the KNR promotion warning be disabled.
2011-12-20 Douglas GregorWhen performing name lookup for a redeclaration, ignore...
2011-12-17 Eli FriedmanRemove a non-gcc-compatible extension that would apply...
2011-12-15 Fariborz Jahanianobjc: do not auto synthesize properties declared in
2011-12-13 Richard TrieuMake the diagnostic message more consistant. Update...
2011-12-13 Fariborz Jahanianobjc: diagnose duplicate declaration of methods
2011-12-13 Ted KremenekTweak ARC diagnostic categories and rename 'Automatic...
2011-12-13 David BlaikieDisallow decltype in qualified declarator-ids.
2011-12-13 Richard SmithAdd checks and diagnostics for many of the cases which...
2011-12-12 Fariborz Jahanianobjc-arc: better diagnostic when block is declared
2011-12-09 David BlaikieAdd notes for suppressing and (if it's a zero-arg funct...
2011-12-09 Fariborz Jahanianobjc-arc: diagnose synthesis of a 'weak unavailable...
2011-12-09 David BlaikieProvide a separate warning for weak vtables in explicit...
2011-12-06 Hans WennborgSuggest typo corrections for implicit function declarat...
2011-12-06 Erik VerbruggenExtend warnings for missing '@end'.
2011-12-06 Fariborz Jahanianobjc: put out more coherent warning when method definition
2011-12-05 Lang HamesAdd a warning for implicit conversion from function...
2011-12-04 David BlaikieSupport decltype in nested-name-specifiers.
2011-12-03 Fariborz JahanianIf block literal return type is not specified, return...
2011-11-29 Ted KremenekPlace "use @dynamic or provide a method implementation...
2011-11-29 Fariborz Jahanianobjc: warn if NSObject attribute appears other than...
2011-11-28 Fariborz Jahanianobjc: turn warning for property type mismatch in
2011-11-27 Sebastian RedlReference initialization with initializer lists.
2011-11-24 Matt Beaumont-GayWordsmith the -Warray-bounds diagnostic text a bit
2011-11-23 Richard TrieuAdd feature to diagnostics that will provide more infor...
2011-11-21 Richard SmithAdd driver arguments -ftemplate-depth=N and -fconstexpr...
next