| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | PR24164, PR39336: init-captures are not distinct full-expressions. | Richard Smith | 2018-10-19 | 1 | -0/+14 |
* | Handle dependent class template names in class template argument | Richard Smith | 2018-09-28 | 1 | -1/+4 |
* | P1008R1 Classes with user-declared constructors are never aggregates in | Richard Smith | 2018-09-26 | 1 | -3/+32 |
* | Enhance -Wc++14-compat for class template argument deduction to list the | Richard Smith | 2018-09-10 | 1 | -6/+11 |
* | [Sema] Check that the destructor for each element of class type is | Akira Hatanaka | 2018-09-07 | 1 | -1/+78 |
* | Add missing -Wc++11-compat / -Wc++14-compat warnings for: | Richard Smith | 2018-08-30 | 1 | -0/+4 |
* | Model type attributes as regular Attrs. | Richard Smith | 2018-08-20 | 1 | -1/+1 |
* | Don't warn on returning the address of a label from a statement expression | Reid Kleckner | 2018-08-17 | 1 | -0/+4 |
* | Revert r339623 "Model type attributes as regular Attrs." | Reid Kleckner | 2018-08-14 | 1 | -1/+1 |
* | Model type attributes as regular Attrs. | Richard Smith | 2018-08-13 | 1 | -1/+1 |
* | Port getLocEnd -> getEndLoc | Stephen Kelly | 2018-08-09 | 1 | -31/+30 |
* | Port getLocStart -> getBeginLoc | Stephen Kelly | 2018-08-09 | 1 | -158/+140 |
* | Work around more GCC miscompiles exposed by r338464. | Martin Storsjo | 2018-08-02 | 1 | -1/+5 |
* | Avoid exposing name for range-based for '__range' variables in lifetime warni... | Richard Smith | 2018-08-01 | 1 | -3/+5 |
* | [P0936R0] add [[clang::lifetimebound]] attribute | Richard Smith | 2018-08-01 | 1 | -74/+157 |
* | Remove trailing space | Fangrui Song | 2018-07-30 | 1 | -29/+29 |
* | PR38355 Prevent infinite recursion when checking initializer lifetime if | Richard Smith | 2018-07-30 | 1 | -1/+2 |
* | Add missing temporary materialization conversion on left-hand side of . | Richard Smith | 2018-07-27 | 1 | -10/+0 |
* | [Sema] Fix a crash by completing a type before using it | Erik Pilkington | 2018-07-26 | 1 | -0/+1 |
* | Fix unused variable warnings; NFC | George Burgess IV | 2018-07-24 | 1 | -2/+2 |
* | Warn if a local variable's initializer retains a pointer/reference to a | Richard Smith | 2018-07-24 | 1 | -73/+37 |
* | Support lifetime-extension of conditional temporaries. | Richard Smith | 2018-07-23 | 1 | -8/+1 |
* | Do not try to perform lifetime-extension through conditional | Richard Smith | 2018-07-23 | 1 | -20/+39 |
* | Fold -Wreturn-stack-address into general initialization lifetime | Richard Smith | 2018-07-23 | 1 | -118/+318 |
* | Separate out the initialization kind for a statement expression result | Richard Smith | 2018-07-23 | 1 | -1/+23 |
* | Fold dangling-field warning into general initialization lifetime checks. | Richard Smith | 2018-07-23 | 1 | -85/+177 |
* | Revert "Fold dangling-field warning into general initialization lifetime chec... | Ilya Biryukov | 2018-07-23 | 1 | -170/+82 |
* | Fold dangling-field warning into general initialization lifetime checks. | Richard Smith | 2018-07-20 | 1 | -82/+170 |
* | Restructure checking for, and warning on, lifetime extension. | Richard Smith | 2018-07-17 | 1 | -104/+266 |
* | Temporarily revert r337226 "Restructure checking for, and warning on, lifetim... | Florian Hahn | 2018-07-17 | 1 | -266/+104 |
* | Restructure checking for, and warning on, lifetime extension. | Richard Smith | 2018-07-17 | 1 | -104/+266 |
* | [C++11] Fix warning when dropping cv-qualifiers when assigning to a reference... | Nicolas Lesser | 2018-07-12 | 1 | -16/+29 |
* | Per C++ [over.match.copy]p1, direct-initialization of a reference can | Richard Smith | 2018-07-02 | 1 | -4/+6 |
* | Simplify. No behavior change. | Nico Weber | 2018-06-20 | 1 | -7/+1 |
* | clang-cl: Emit narrowing diag for initializer lists if -fmsc-version is at le... | Nico Weber | 2018-06-19 | 1 | -19/+23 |
* | Use zeroinitializer for (trailing zero portion of) large array initializers | Richard Smith | 2018-05-23 | 1 | -0/+3 |
* | Revert r333044 "Use zeroinitializer for (trailing zero portion of) large arra... | Hans Wennborg | 2018-05-23 | 1 | -3/+0 |
* | Use zeroinitializer for (trailing zero portion of) large array initializers | Richard Smith | 2018-05-23 | 1 | -0/+3 |
* | Remove \brief commands from doxygen comments. | Adrian Prantl | 2018-05-09 | 1 | -23/+23 |
* | Implement P0482R2, support for char8_t type. | Richard Smith | 2018-05-01 | 1 | -5/+43 |
* | PR37189 Fix incorrect end source location and spelling for a split '>>' token. | Richard Smith | 2018-04-30 | 1 | -1/+1 |
* | Fix typos in clang | Alexander Kornienko | 2018-04-06 | 1 | -1/+1 |
* | PR36055: fix computation of *-dependence in nested initializer lists. | Richard Smith | 2018-02-07 | 1 | -12/+37 |
* | [Parse] Forward brace locations to TypeConstructExpr | Vedant Kumar | 2018-01-17 | 1 | -10/+10 |
* | Silence a bunch of implicit fallthrough warnings | Adrian Prantl | 2017-12-19 | 1 | -2/+2 |
* | Now that C++17 is official (https://www.iso.org/standard/68564.html), start c... | Aaron Ballman | 2017-12-04 | 1 | -9/+9 |
* | [ObjC++] Don't warn about pessimizing move for __block variables | Alex Lorenz | 2017-11-07 | 1 | -0/+4 |
* | Suppress -Wmissing-braces warning when aggregate-initializing a struct with a... | Richard Smith | 2017-10-03 | 1 | -1/+30 |
* | [Sema] Suppress warnings for C's zero initializer | Daniel Marjamaki | 2017-09-29 | 1 | -2/+5 |
* | Resolve a defect in C++17 copy omission. | Richard Smith | 2017-09-26 | 1 | -13/+74 |