aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX
AgeCommit message (Expand)Author
2013-05-21Reverting r182337, which merged r182266, __declspec(selectany)Reid Kleckner
2013-05-21Merging r182266:Bill Wendling
2013-05-17Merging r182072:Bill Wendling
2013-05-06Fix representation of compound literals for C++ objects with destructors.Jordan Rose
2013-05-06Require the containing type to be complete when we seeJohn McCall
2013-05-06C++1y: support range-based for loops in constant expressions.Richard Smith
2013-05-06C++1y: support 'for', 'while', and 'do ... while' in constant expressions.Richard Smith
2013-05-05C++1y: support for increment and decrement in constant expression evaluation.Richard Smith
2013-05-05Factor out duplication between lvalue-to-rvalue conversions and variableRichard Smith
2013-05-05Use lexical contexts when checking for conflicting language linkages.Rafael Espindola
2013-05-05Handle parens properly when initializing a char array from a string literal.Richard Smith
2013-05-04Moved pretty printer test for thread local storage in its own fileEnea Zaffanella
2013-05-04In VarDecl nodes, store the thread storage class specifier as written.Enea Zaffanella
2013-05-04Implement most of N3638 (return type deduction for normal functions).Richard Smith
2013-05-04Implement template support for CapturedStmtWei Pan
2013-05-03PR15906: The body of a lambda is not an evaluated subexpression; don't visit ...Richard Smith
2013-05-01Fix spurious trailing comma when printing some of the __c11_atomic_* builtins...Richard Smith
2013-05-01PR15884: In the 'taking the address of a temporary' extension, materialize theRichard Smith
2013-04-30Don't treat a non-deduced 'auto' type as being type-dependent. Instead, thereRichard Smith
2013-04-29Implement DR580: access checks for template parameters of a class template areRichard Smith
2013-04-26C++1y: support simple variable assignments in constexpr functions.Richard Smith
2013-04-26Add r180263 back, but fix hasBraces() to be correct during parsing.Rafael Espindola
2013-04-26Add a testcase for a recent regression.Rafael Espindola
2013-04-25Revert r180263. It's causing failures.Bill Wendling
2013-04-25Put friend decls in the correct context.Rafael Espindola
2013-04-25Fix a case in linkage computation that should check for single line extern "C".Rafael Espindola
2013-04-23Warn that scoped enumerations are a C++11 extenstion when compiling inRichard Trieu
2013-04-22C++1y constexpr extensions, round 1: Allow most forms of declaration andRichard Smith
2013-04-22Fix array constant expression evaluation bug: we can have different values forRichard Smith
2013-04-22Add a triple to make a test resilient to non-TLS hosts (eg: darwin10)David Blaikie
2013-04-21The 'constexpr implies const' rule for non-static member functions is gone inRichard Smith
2013-04-20Disable VLA diagnostic in C++1y mode, and add some tests.Richard Smith
2013-04-20C++1y: Allow aggregates to have default initializers.Richard Smith
2013-04-20Implement core issue 1608: class members can be found via operator lookup in ...Richard Smith
2013-04-19Note that we support (and in fact have supported since the dawn of time itself)Richard Smith
2013-04-17Revert r179671 and just pass a triple to the test for a platform with knownEric Christopher
2013-04-17Fix PR15291: noreturn adjustment in overload resolution for function template...Douglas Gregor
2013-04-17Add a bit of a hack to deal with a failing testcase on darwin10 bots.Eric Christopher
2013-04-16Don't put too much thought into whether or not to capture aJohn McCall
2013-04-16Sema for Captured StatementsTareq A. Siraj
2013-04-16Suppress unused warning on static inline function template specializations.Rafael Espindola
2013-04-16Basic support for Microsoft property declarations andJohn McCall
2013-04-15Local thread_local variables are implicitly 'static'. (This doesn't apply to ...Richard Smith
2013-04-10Suppress -Wunused-variable for variables declared in headers, which may inMatt Beaumont-Gay
2013-04-09Mark as referenced the functions from instantiated UserDefinedLiterals.Argyrios Kyrtzidis
2013-04-08Thread safety analysis: turn on checking within lock and unlock functions.DeLesley Hutchins
2013-04-05When -Woverloaded-virtual is triggered, call HandleFunctionTypeMismatch to addRichard Trieu
2013-04-04Don't patch the storage class of static data members.Rafael Espindola
2013-04-04Use isExternalLinkage instead of hasExternalLinkage.Rafael Espindola
2013-04-04Fix a recent linkage regression.Rafael Espindola