summaryrefslogtreecommitdiffstats
path: root/test/SemaCXX
Commit message (Expand)AuthorAgeFilesLines
* Reverting r182337, which merged r182266, __declspec(selectany)Reid Kleckner2013-05-211-33/+0
* Merging r182266:Bill Wendling2013-05-211-0/+33
* Merging r182072:Bill Wendling2013-05-171-0/+28
* Fix representation of compound literals for C++ objects with destructors.Jordan Rose2013-05-061-1/+65
* Require the containing type to be complete when we seeJohn McCall2013-05-061-0/+52
* C++1y: support range-based for loops in constant expressions.Richard Smith2013-05-061-0/+54
* C++1y: support 'for', 'while', and 'do ... while' in constant expressions.Richard Smith2013-05-061-20/+71
* C++1y: support for increment and decrement in constant expression evaluation.Richard Smith2013-05-051-7/+73
* Factor out duplication between lvalue-to-rvalue conversions and variableRichard Smith2013-05-051-0/+5
* Use lexical contexts when checking for conflicting language linkages.Rafael Espindola2013-05-051-0/+8
* Handle parens properly when initializing a char array from a string literal.Richard Smith2013-05-052-0/+15
* Moved pretty printer test for thread local storage in its own fileEnea Zaffanella2013-05-042-7/+9
* In VarDecl nodes, store the thread storage class specifier as written.Enea Zaffanella2013-05-041-0/+9
* Implement most of N3638 (return type deduction for normal functions).Richard Smith2013-05-041-0/+338
* Implement template support for CapturedStmtWei Pan2013-05-041-0/+114
* PR15906: The body of a lambda is not an evaluated subexpression; don't visit ...Richard Smith2013-05-031-0/+12
* Fix spurious trailing comma when printing some of the __c11_atomic_* builtins...Richard Smith2013-05-011-0/+11
* PR15884: In the 'taking the address of a temporary' extension, materialize theRichard Smith2013-05-011-0/+10
* Don't treat a non-deduced 'auto' type as being type-dependent. Instead, thereRichard Smith2013-04-303-8/+8
* Implement DR580: access checks for template parameters of a class template areRichard Smith2013-04-291-1/+75
* C++1y: support simple variable assignments in constexpr functions.Richard Smith2013-04-265-8/+165
* Add r180263 back, but fix hasBraces() to be correct during parsing.Rafael Espindola2013-04-261-0/+7
* Add a testcase for a recent regression.Rafael Espindola2013-04-261-0/+9
* Revert r180263. It's causing failures.Bill Wendling2013-04-251-7/+0
* Put friend decls in the correct context.Rafael Espindola2013-04-251-0/+12
* Fix a case in linkage computation that should check for single line extern "C".Rafael Espindola2013-04-251-0/+7
* Warn that scoped enumerations are a C++11 extenstion when compiling inRichard Trieu2013-04-231-0/+2
* C++1y constexpr extensions, round 1: Allow most forms of declaration andRichard Smith2013-04-222-0/+133
* Fix array constant expression evaluation bug: we can have different values forRichard Smith2013-04-221-0/+18
* Add a triple to make a test resilient to non-TLS hosts (eg: darwin10)David Blaikie2013-04-221-1/+1
* The 'constexpr implies const' rule for non-static member functions is gone inRichard Smith2013-04-213-17/+35
* Disable VLA diagnostic in C++1y mode, and add some tests.Richard Smith2013-04-202-0/+73
* C++1y: Allow aggregates to have default initializers.Richard Smith2013-04-201-0/+63
* Implement core issue 1608: class members can be found via operator lookup in ...Richard Smith2013-04-201-0/+9
* Note that we support (and in fact have supported since the dawn of time itself)Richard Smith2013-04-191-0/+6
* Revert r179671 and just pass a triple to the test for a platform with knownEric Christopher2013-04-171-2/+1
* Fix PR15291: noreturn adjustment in overload resolution for function template...Douglas Gregor2013-04-171-0/+83
* Add a bit of a hack to deal with a failing testcase on darwin10 bots.Eric Christopher2013-04-171-0/+1
* Don't put too much thought into whether or not to capture aJohn McCall2013-04-161-4/+5
* Sema for Captured StatementsTareq A. Siraj2013-04-161-0/+52
* Suppress unused warning on static inline function template specializations.Rafael Espindola2013-04-161-0/+21
* Basic support for Microsoft property declarations andJohn McCall2013-04-161-0/+124
* Local thread_local variables are implicitly 'static'. (This doesn't apply to ...Richard Smith2013-04-151-0/+23
* Suppress -Wunused-variable for variables declared in headers, which may inMatt Beaumont-Gay2013-04-103-9/+23
* Mark as referenced the functions from instantiated UserDefinedLiterals.Argyrios Kyrtzidis2013-04-091-0/+13
* Thread safety analysis: turn on checking within lock and unlock functions.DeLesley Hutchins2013-04-081-10/+80
* When -Woverloaded-virtual is triggered, call HandleFunctionTypeMismatch to addRichard Trieu2013-04-051-0/+18
* Don't patch the storage class of static data members.Rafael Espindola2013-04-041-0/+5
* Use isExternalLinkage instead of hasExternalLinkage.Rafael Espindola2013-04-041-0/+7
* Fix a recent linkage regression.Rafael Espindola2013-04-041-0/+6