summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX
Commit message (Expand)AuthorAgeFilesLines
* -Wc++98-compat: warn on C++11 attributes and alignas.Richard Smith2011-10-141-1/+4
* Test for r141985.Richard Smith2011-10-141-0/+10
* Don't try to diagnose anything when we're passing incomplete typesDouglas Gregor2011-10-141-1/+0
* Only warn in -Wliteral-conversion if the conversion loses informationMatt Beaumont-Gay2011-10-141-10/+5
* Revert the -Wc++98-compat flag because dgregor doesn't like it.Jeffrey Yasskin2011-10-141-10/+0
* Fix a test case where FileCheck is used to test code corrected by -fixit.Richard Trieu2011-10-131-1/+1
* Convert newly-added test from -std=c++0x to -std=c++11.Richard Smith2011-10-131-1/+1
* Extend -Wno-sizeof-array-argument to strncpy and friends.Nico Weber2011-10-131-0/+25
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-1379-79/+79
* Implement the first piece of a -Wc++98-compat flag so that people can build inJeffrey Yasskin2011-10-131-0/+10
* Allow calling an overloaded function set by taking the address of theDouglas Gregor2011-10-132-1/+11
* Switch diagnostic text from "C++0x" over to "C++11".Douglas Gregor2011-10-129-21/+21
* Teach __has_nothrow_assign not to complain about access (GCC and EDGDouglas Gregor2011-10-121-0/+34
* Catch placeholder types in DefaultLvalueConversionJohn McCall2011-10-118-50/+51
* Add a -Wc++0x-compat warning for C++11 keywords used as identifiers when inRichard Smith2011-10-111-1/+1
* Add more testing for -Wc++0x-compat warnings.Richard Smith2011-10-111-0/+24
* Add an explanatory comment to test/SemaCXX/typo-correction.cppKaelyn Uhrain2011-10-111-2/+8
* [Microsoft] If -fms-compatibility, then downgrade missing typename error to w...Francois Pichet2011-10-111-2/+2
* Add typo correction for type names.Kaelyn Uhrain2011-10-112-4/+33
* Only accept a typo correction if it doesn't trigger additional errorsKaelyn Uhrain2011-10-111-1/+4
* Extend lvalue evaluation in ExprConstant.cpp to handle CK_LValueBitCast (whic...Eli Friedman2011-10-111-0/+4
* When performing a user-defined conversion via a constructor, be sureDouglas Gregor2011-10-101-0/+15
* Don't suggest 'noreturn' for function template instantiations, becauseDouglas Gregor2011-10-101-6/+26
* Give nicer note when a member redeclaration has or lacks 'const'Kaelyn Uhrain2011-10-102-4/+17
* Don't analyze comparisons in type- or value-dependentDouglas Gregor2011-10-101-1/+23
* Parse the initializer for a class member after handling itsDouglas Gregor2011-10-101-0/+4
* Push "out-of-line" declarations into scope when their lexical/semanticDouglas Gregor2011-10-091-0/+13
* Only allow taking the address of an expression of type 'overloadedDouglas Gregor2011-10-091-0/+11
* Diagnose attempts to declare a non-static data member with aDouglas Gregor2011-10-091-0/+5
* constexpr functions are implicitly const. More tests to follow.Richard Smith2011-09-301-1/+1
* Suggest adding 'constexpr' if the GNU extension for in-class initializers for...Richard Smith2011-09-301-2/+2
* Mark the ExtWarn for in-class initialization of static const float members as...Richard Smith2011-09-292-4/+4
* PR11040: CheckICE should not allow an lvalue bitcast as part of an integer co...Eli Friedman2011-09-291-1/+3
* In C++0x, static const volatile data members cannot be initialized in-class.Richard Smith2011-09-292-0/+29
* constexpr: semantic checking for constexpr variables.Richard Smith2011-09-291-2/+2
* c - Enumerators may inherit the deprecated/unavailable Fariborz Jahanian2011-09-291-2/+2
* Add support for alignment-specifiers in C1X and C++11, removePeter Collingbourne2011-09-291-6/+6
* Move test, so it actually tests what it is supposed to (given that we don't h...Eli Friedman2011-09-271-8/+0
* Revert r140589. It was causing failures during llvm compilation:Bill Wendling2011-09-271-8/+4
* PR11009: Fix a FIXME which was leading to an assertion failure with rvalue re...Eli Friedman2011-09-271-0/+8
* Add typo correction for the type name in C++ "new" statementsKaelyn Uhrain2011-09-271-4/+8
* Fix regression of -Warray-bounds involving varargs functions [PR 11007].Ted Kremenek2011-09-261-0/+9
* Move string literal to bool conversion into its own warning flag -Wstring-con...Richard Trieu2011-09-262-16/+18
* Correctly parse braced member initializers (even in delayed parsing) and corr...Sebastian Redl2011-09-242-21/+34
* Fix the expected error for narrowing conversions in generalized-initializers....Sebastian Redl2011-09-241-2/+2
* [microsoft] In Microsoft mode, if we are inside a template class member funct...Francois Pichet2011-09-241-0/+22
* Add a new warning to -Wliteral-conversion to catch cases where a string literalRichard Trieu2011-09-231-0/+16
* When checking for weak vtables, check whether the actual definition ofDouglas Gregor2011-09-231-0/+27
* [microsoft] Move missing typename warning from -fms-extensions to -fms-compat...Francois Pichet2011-09-212-34/+44
* Move Microsoft access specifier bug emulation from -fms-extensions to -fm-com...Francois Pichet2011-09-202-20/+20
OpenPOWER on IntegriCloud