aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Basic/DiagnosticSemaKinds.td
AgeCommit message (Expand)Author
2012-02-16C++11 allows unions to have static data members. Remove the correspondingRichard Smith
2012-02-16Implicitly define a lambda's conversion functions (to functionDouglas Gregor
2012-02-16Mark the parenthesized array member initialization diagnostic as DefaultError,Richard Smith
2012-02-15Support GCC's bug^Wextension allowing class array members to be initalized by aRichard Smith
2012-02-15When overload resolution picks an implicitly-deleted special memberDouglas Gregor
2012-02-15A little more lambda capture initialization diagnostics cleanupDouglas Gregor
2012-02-15Introduce a new initialization entity for lambda captures, andDouglas Gregor
2012-02-15Specialize noreturn diagnostics for lambda expressions.Douglas Gregor
2012-02-15Specialize the diagnostic complaining about conflicting types ofDouglas Gregor
2012-02-14Implement C++ core issue 974, which permits default arguments forDouglas Gregor
2012-02-14Generalize -Wempty-body: warn when statement body is empty (closes: PR11329)Dmitri Gribenko
2012-02-14Check the return type of lambda expressions.Douglas Gregor
2012-02-14Warn about non-int main() results in GNU C mode instead of erroring.John McCall
2012-02-14Implement support for lambda capture pack expansions, e.g.,Douglas Gregor
2012-02-13Add a subgroup of -Wreturn-type, -Wreturn-type-c-linkage.Matt Beaumont-Gay
2012-02-13Remove unused diagnostics from include/clang/Basic/Diagnostic*.td files.Dmitri Gribenko
2012-02-13Update constexpr implementation to match CWG's chosen approach for core issuesRichard Smith
2012-02-12Proper initializer list support for new expressions and type construct expres...Sebastian Redl
2012-02-10Implement C++11 [expr.lambda.prim]p13, which prohibits lambdas inDouglas Gregor
2012-02-10Allow implicit capture of 'this' in a lambda even when the captureDouglas Gregor
2012-02-10PR11684, core issue 1417:Richard Smith
2012-02-09Don't allow deduction of a lambda result type from an initializerDouglas Gregor
2012-02-09Implement return type deduction for lambdas per C++11Douglas Gregor
2012-02-09Remove the "unsupported" error for lambda expressions. It's annoying,Douglas Gregor
2012-02-09Implement C++ [expr.prim.lambda]p2, which bans lambda expressions inDouglas Gregor
2012-02-09CWG issue 1405: mutable members are allowed in literal types, but can't undergoRichard Smith
2012-02-09Adding support for warning when a non-C compatible user-defined type is retur...Aaron Ballman
2012-02-08Move -Wcovered-switch-default out of -Wswitch (and -Wall), and make it an opt...Ted Kremenek
2012-02-08Revise the SplitQualType interface to make it its own thing instead ofJohn McCall
2012-02-07Misc improvements to the diagnostic when a variable is odr-used in a context ...Eli Friedman
2012-02-04In C++11 mode, when an integral constant expression is desired and we have aRichard Smith
2012-02-04Don't allow a value of a scoped enumeration to be used as the first bound for anRichard Smith
2012-02-04Disallow constexpr main.Richard Smith
2012-02-04Fix a rejects-valid in C++11: array new of a negative size, or overflowing arrayRichard Smith
2012-02-03Implement implicit capture for lambda expressions.Eli Friedman
2012-02-03Don't warn about anonymous struct/union in C11.Hans Wennborg
2012-02-03Thread safety analysis:Richard Smith
2012-02-03objc: Issue diagnostic when receiver type is a forward class declaration andFariborz Jahanian
2012-02-01Reject mismatched "#pragma GCC visibility push" and "#pragma GCC visibility p...Rafael Espindola
2012-02-01Look for declaration of CFBridgingRetain/CFBridgingRetain beforeFariborz Jahanian
2012-02-01Add a new compiler warning, which flags anti-patterns used as the sizeAnna Zaks
2012-02-01Introduce the lambda scope before determining explicit captures, whichDouglas Gregor
2012-02-01Diagnose attempts to explicitly capture a __block variable in a lambda.Douglas Gregor
2012-01-31objc-arc: In various diagnostics mention Fariborz Jahanian
2012-01-29Complain about attempts to use 'protected' visibility on targetsJohn McCall
2012-01-27Remove the "C" in "implicitly declaring C library function" diagnosticJean-Daniel Dupas
2012-01-27constexpr: Implement the [dcl.constexpr]p5 check for whether a constexprRichard Smith
2012-01-24Add a new warning, -Wover-aligned, which detects attempts to use the defaultNick Lewycky
2012-01-24objc: Issue a generic diagnostic assigning to Fariborz Jahanian
2012-01-24Promote the extension warning for attempts to catch a reference orDouglas Gregor