aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Basic/DiagnosticSemaKinds.td
AgeCommit message (Expand)Author
2011-12-20Let the KNR promotion warning be disabled.Roman Divacky
2011-12-20When performing name lookup for a redeclaration, ignore moduleDouglas Gregor
2011-12-17Remove a non-gcc-compatible extension that would apply attributes on declarat...Eli Friedman
2011-12-15objc: do not auto synthesize properties declared inFariborz Jahanian
2011-12-13Make the diagnostic message more consistant. Update the type comparison toRichard Trieu
2011-12-13objc: diagnose duplicate declaration of methodsFariborz Jahanian
2011-12-13Tweak ARC diagnostic categories and rename 'Automatic Reference Counting Issu...Ted Kremenek
2011-12-13Disallow decltype in qualified declarator-ids.David Blaikie
2011-12-13Add checks and diagnostics for many of the cases which C++11 considers to notRichard Smith
2011-12-12objc-arc: better diagnostic when block is declaredFariborz Jahanian
2011-12-09Add notes for suppressing and (if it's a zero-arg function returning bool) fi...David Blaikie
2011-12-09objc-arc: diagnose synthesis of a 'weak unavailable' property.Fariborz Jahanian
2011-12-09Provide a separate warning for weak vtables in explicit template instantiatio...David Blaikie
2011-12-06Suggest typo corrections for implicit function declarations.Hans Wennborg
2011-12-06Extend warnings for missing '@end'.Erik Verbruggen
2011-12-06objc: put out more coherent warning when method definitionFariborz Jahanian
2011-12-05Add a warning for implicit conversion from function literals (and staticLang Hames
2011-12-04Support decltype in nested-name-specifiers.David Blaikie
2011-12-03If block literal return type is not specified, return type of the block is Fariborz Jahanian
2011-11-29Place "use @dynamic or provide a method implementation" warnings under a -W f...Ted Kremenek
2011-11-29objc: warn if NSObject attribute appears other than in a typedef.Fariborz Jahanian
2011-11-28objc: turn warning for property type mismatch in Fariborz Jahanian
2011-11-27Reference initialization with initializer lists.Sebastian Redl
2011-11-24Wordsmith the -Warray-bounds diagnostic text a bitMatt Beaumont-Gay
2011-11-23Add feature to diagnostics that will provide more information on functionRichard Trieu
2011-11-21Add driver arguments -ftemplate-depth=N and -fconstexpr-depth=N, with the sameRichard Smith
2011-11-17Include named unions in union member init checkingDavid Blaikie
2011-11-15Add -Wmismatched-method-attributes flag for when attributes in method definit...Fariborz Jahanian
2011-11-14Use Sema::RequireCompleteType to check for the completeness ofDouglas Gregor
2011-11-14ARC: make assignment to 'self' within class methods illegal. Fixes <rdar://p...Ted Kremenek
2011-11-13Fix the signature of the getcontext builtin. Patch by Dimitry Andric.Rafael Espindola
2011-11-11Extend -Wno-bind-to-temporary-copy and -Wno-{unnamed,local}-type-template-argsRichard Smith
2011-11-09Put ext_offsetof_extended_field_designator under the warning flagDouglas Gregor
2011-11-07constexpr: static data members declared constexpr are required to have anRichard Smith
2011-11-01objc: warn if a readonly property has a setter attribute too.Fariborz Jahanian
2011-11-01Downgrade err_iboutlet_object_type to a warning. It was breaking a bunch of ...Ted Kremenek
2011-10-31Improve text of a diagnostic. Fariborz Jahanian
2011-10-29objc-arc: desugar certain type and improve on diagnostic forFariborz Jahanian
2011-10-28objective-c arc: type-casting of an objc pointer toFariborz Jahanian
2011-10-28Fix for PR9751 to change the behavior of -Wformat warnings. If the formatRichard Trieu
2011-10-25Restore r142914 and r142915, now with missing file and apparentJohn McCall
2011-10-25Revert r142914 and r142915, due to possibly missing file.NAKAMURA Takumi
2011-10-25Introduce a placeholder type for "pseudo object"John McCall
2011-10-25Check for unexpanded parameter packs in the name that guards aDouglas Gregor
2011-10-25Make the -Wc++11-compat warnings ignored by default, so we don't breakDouglas Gregor
2011-10-21Thread safety analysis refactoring: invalid lock expressions.DeLesley Hutchins
2011-10-20Add -Wc++98-compat diagnostics for jumps which bypass initialization of non-PODRichard Smith
2011-10-20Further refine the diagnostic categories for ARC diagnostics. Addresses <rda...Ted Kremenek
2011-10-20Add -Wc++98-compat warning for enumerations in nested name specifiers.Richard Smith
2011-10-19-Wc++98-compat: warn on nontrivial types used in unions and anonymous structs.Richard Smith