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