summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/DiagnosticSemaKinds.td
Commit message (Expand)AuthorAgeFilesLines
* Merging r155728:Bill Wendling2012-04-271-3/+7
* add missing parameter index to diagMatt Beaumont-Gay2012-04-171-1/+1
* Implement DR1330 in C++11 mode, to support libstdc++4.7 which uses it.Richard Smith2012-04-171-0/+2
* objective-c modern translator: buildit objc boolFariborz Jahanian2012-04-161-3/+0
* Implement C++11 [expr.prim.general]p3, which permits the use of 'this'Douglas Gregor2012-04-161-0/+3
* Add an AttributedStmt type to represent a statement with C++11 attributesRichard Smith2012-04-141-0/+3
* PR12500: Improve the wording of the diagnostic for a redefinition of a nameRichard Smith2012-04-131-2/+2
* objective-c literals: Issue warning and ignoreFariborz Jahanian2012-04-121-0/+3
* Implement support for 18 of the GNU-compatible __atomic builtins.Richard Smith2012-04-121-19/+22
* Improve diagnostics in C++11 when a non-type template argument for aDouglas Gregor2012-04-101-2/+2
* Rework implementation of null non-type template arguments based onDouglas Gregor2012-04-101-0/+5
* Fix several problems with protected access control:John McCall2012-04-071-2/+7
* Implement support for null non-type template arguments for non-typeDouglas Gregor2012-04-061-0/+2
* Thread safety analysis: downgraded requirement that mutex expressions refer t...DeLesley Hutchins2012-04-061-4/+10
* Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard2012-04-061-0/+7
* Temporary workaround for bug#12457: turn the 'constexpr function never producesRichard Smith2012-04-051-3/+3
* Improve diagnostics for invalid use of non-static members / this:Richard Smith2012-04-051-2/+5
* Enable warn_impcast_literal_float_to_integer by default.David Blaikie2012-04-051-1/+1
* Implement C++11 [temp.arg.nontype]'s permission to use the address of an objectRichard Smith2012-04-041-5/+12
* objc-arc: provide a warning when 'receiver' of a message is 'weak'Fariborz Jahanian2012-04-041-0/+3
* Fix diagnostic typos: "non-template arguments" vs "non-type template arguments".Richard Smith2012-04-041-4/+5
* Finish PR10217: Ensure we say that a special member was implicitly, notRichard Smith2012-04-021-3/+6
* Implement DR1402: if a field or base class is not movable, the derived class'sRichard Smith2012-04-021-3/+0
* Properly handle explicit constructors in list-initialization. Fixes PR12120.Sebastian Redl2012-04-011-0/+4
* PR10217: Provide diagnostics explaining why an implicitly-deleted specialRichard Smith2012-03-301-0/+31
* Forbid the block and lambda copy-capture of __autoreleasing variablesJohn McCall2012-03-301-0/+3
* Extend -Wc++11-narrowing to cover converted constant expressions as well as b...Eli Friedman2012-03-291-4/+9
* Fix typo in my last patch.Fariborz Jahanian2012-03-281-1/+1
* objective-c: Improve diagnostics andFariborz Jahanian2012-03-281-1/+4
* Add a special-case diagnostic for one of the more obnoxious special cases ofRichard Smith2012-03-261-0/+5
* Revert accidentally-committed www changes (and an unused diagnostic);Richard Smith2012-03-231-2/+0
* When defining a forward-declared enum, don't try to attach the definition toRichard Smith2012-03-231-0/+2
* Support for definitions of member enumerations of class templates outside theRichard Smith2012-03-231-16/+15
* Allow void blocks to return witn a void expression in Fariborz Jahanian2012-03-211-1/+1
* Undo previous patch as I checked more than I intended.Fariborz Jahanian2012-03-211-1/+1
* modern objective-c rewriter: remove 'const' fromFariborz Jahanian2012-03-211-1/+1
* Provide the specific target type in the -Wnull-conversion warning.David Blaikie2012-03-151-1/+1
* Unpluralize -Wfoo-conversions warnings for consistency.David Blaikie2012-03-151-11/+11
* Reapply r152745 (reverted in 152765) now that compiler-rt is fixed.David Blaikie2012-03-151-1/+1
* Revert r152745 as it's breaking the internal buildbots.Chad Rosier2012-03-151-1/+1
* Instantiating a class template should not instantiate the definition of anyRichard Smith2012-03-141-0/+2
* Provide -Wnull-conversion separately from -Wconversion.David Blaikie2012-03-141-1/+1
* Minor cleanup in attribute-related diagnostics, from Alexander Kornienko!Douglas Gregor2012-03-141-9/+8
* Make the error about assigning to lambda-captured variablesJohn McCall2012-03-131-1/+1
* Alternate fix to PR12248: put Sema in charge of special-casingJohn McCall2012-03-131-0/+2
* -Wformat-non-iso: warn about positional arguments (pr12017)Hans Wennborg2012-03-091-2/+5
* Literal operators can't have default arguments.Richard Smith2012-03-091-0/+2
* Support for raw and template forms of numeric user-defined literals,Richard Smith2012-03-091-1/+7
* Implement C++11 [lex.ext]p10 for string and character literals: a ud-suffix notRichard Smith2012-03-081-6/+4
* improve on diagnostic when block captures uninitializedFariborz Jahanian2012-03-081-1/+1