| Commit message (Expand) | Author | Age | Files | Lines |
* | [Sema] Mark array element destructors referenced during initialization | Erik Pilkington | 2019-05-10 | 1 | -3/+3 |
* | P0620 follow-up: deducing `auto` from braced-init-list in new expr | Zhihao Yuan | 2017-12-11 | 3 | -2/+25 |
* | Re-commit r283722, reverted in r283750, with a fix for a CUDA-specific use of | Richard Smith | 2016-10-10 | 3 | -1/+150 |
* | Revert "P0035R4: Semantic analysis and code generation for C++17 overaligned ... | Daniel Jasper | 2016-10-10 | 3 | -150/+1 |
* | P0035R4: Semantic analysis and code generation for C++17 overaligned | Richard Smith | 2016-10-10 | 3 | -1/+150 |
* | [Sema] Be consistent about diagnostic wording: always use "cannot". | Davide Italiano | 2015-08-15 | 1 | -1/+1 |
* | Revert "Revert r241620 and follow-up commits" and move the initialization | Adrian Prantl | 2015-07-08 | 1 | -0/+1 |
* | Revert r241620 and follow-up commits while investigating linux buildbot failu... | Adrian Prantl | 2015-07-07 | 1 | -1/+0 |
* | Wrap clang modules and pch files in an object file container. | Adrian Prantl | 2015-07-07 | 1 | -0/+1 |
* | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 2015-02-25 | 1 | -1/+0 |
* | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 2015-02-25 | 1 | -0/+1 |
* | Adding a -Wunused-value warning for expressions with side effects used in an ... | Aaron Ballman | 2014-12-17 | 1 | -1/+1 |
* | DR1346: a parenthesized braced-init-list cannot be used as the initializer when | Richard Smith | 2014-03-12 | 1 | -0/+2 |
* | PR16074, implement warnings to catch pointer to boolean true and pointer to | Richard Trieu | 2014-02-26 | 1 | -1/+1 |
* | Revert "Don't require -re suffix on -verify directives with regexes." | Alp Toker | 2013-12-14 | 1 | -1/+1 |
* | Don't require -re suffix on -verify directives with regexes. | Hans Wennborg | 2013-12-14 | 1 | -1/+1 |
* | Tighten test regexes checking for __attribute__((thiscall)) on function types. | Hans Wennborg | 2013-12-13 | 1 | -1/+1 |
* | Switch to the new MingW ABI. | Rafael Espindola | 2013-12-12 | 1 | -1/+1 |
* | Make wording for certain invalid unary expressions more consistent. | David Majnemer | 2013-10-09 | 1 | -1/+1 |
* | Fixed messages in tests. | Serge Pavlov | 2013-10-08 | 1 | -1/+1 |
* | Add fixits suggesting parenthesis around type name in expressions like sizeof. | Serge Pavlov | 2013-10-08 | 1 | -0/+20 |
* | Mark that qualifiers can prefix the auto type. This seems to just have | Chandler Carruth | 2013-09-02 | 1 | -1/+1 |
* | sizeof(void) etc. should be a hard error in C++. | Eli Friedman | 2013-08-13 | 1 | -0/+8 |
* | Fix regression from r184810. | Eli Friedman | 2013-06-25 | 1 | -0/+4 |
* | Fix noexcept for delete expressions. | Eli Friedman | 2013-06-25 | 1 | -1/+4 |
* | Implement DR61: Address of ambiguous bound methods should be disallowed | David Majnemer | 2013-06-11 | 1 | -1/+3 |
* | Grab-bag of bit-field fixes: | John McCall | 2013-05-06 | 1 | -0/+20 |
* | Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost... | Andy Gibbs | 2012-10-19 | 2 | -0/+2 |
* | Improve some of the conversion warnings to fire on conversion to bool. | David Blaikie | 2012-05-15 | 1 | -1/+1 |
* | Fix crash & accepts-invalid for array of arrays of user defined type. | David Blaikie | 2012-03-10 | 2 | -0/+30 |
* | Don't consider an overloaded operator& when the expression is actually | Douglas Gregor | 2011-12-14 | 1 | -0/+28 |
* | Update all tests other than Driver/std.cpp to use -std=c++11 rather than | Richard Smith | 2011-10-13 | 5 | -7/+7 |
* | Allow calling an overloaded function set by taking the address of the | Douglas Gregor | 2011-10-13 | 1 | -3/+2 |
* | Catch placeholder types in DefaultLvalueConversion | John McCall | 2011-10-11 | 1 | -3/+3 |
* | PR9899: handle pseudo-destructors correctly in noexcept() expressions. | Eli Friedman | 2011-05-12 | 1 | -0/+3 |
* | PR9882: Fix noexcept to deal with dependent new, delete, calls, and | Eli Friedman | 2011-05-11 | 1 | -0/+10 |
* | Clean up our handling of template-ids that resolve down to a single | Douglas Gregor | 2011-03-16 | 1 | -3/+3 |
* | Extend the noexcept expression test to test noexcept specification functions. | Sebastian Redl | 2011-03-15 | 1 | -0/+4 |
* | Add -fcxx-exceptions to all tests that use C++ exceptions. | Anders Carlsson | 2011-02-28 | 2 | -4/+4 |
* | Implement the C++0x deduced 'auto' feature. | Richard Smith | 2011-02-20 | 1 | -0/+23 |
* | Pass -fexceptions to all tests that use try/catch/throw. | Anders Carlsson | 2011-02-19 | 2 | -4/+4 |
* | Implement access checking for the "delete" operator. Fixes PR9050, | Douglas Gregor | 2011-02-01 | 1 | -5/+17 |
* | Implement substitution of a function parameter pack for its set of | Douglas Gregor | 2011-01-07 | 1 | -0/+12 |
* | Implement the sizeof...(pack) expression to compute the length of a | Douglas Gregor | 2011-01-04 | 1 | -0/+26 |
* | Properly diagnose invalid casts to function references. Patch by | Douglas Gregor | 2010-11-08 | 1 | -4/+2 |
* | Progress. | John McCall | 2010-10-12 | 1 | -1/+1 |
* | Check that an overloaded function name, when used by the ! operator, | Douglas Gregor | 2010-09-20 | 1 | -0/+36 |
* | Test destructors in delete expressions and of temporaries for throwing. | Sebastian Redl | 2010-09-10 | 1 | -1/+11 |
* | Address Doug's comments. | Sebastian Redl | 2010-09-10 | 2 | -2/+4 |
* | Eli helped me understand how evaluation contexts work. | Sebastian Redl | 2010-09-10 | 1 | -2/+13 |