| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). | Alexander Kornienko | 2015-06-22 | 1 | -1/+1 |
* | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 2015-06-22 | 1 | -1/+1 |
* | Implementing C99 partial re-initialization behavior (DR-253) | Yunzhong Gao | 2015-06-10 | 1 | -38/+194 |
* | Have -Wredundant-move ignore reference types. | Richard Trieu | 2015-05-18 | 1 | -0/+3 |
* | When emitting a dropped qualifier error, show which qualifiers are dropped. | Richard Trieu | 2015-05-16 | 1 | -3/+10 |
* | Reverse the order of types in the reference dropping qualifiers error. | Richard Trieu | 2015-05-15 | 1 | -1/+1 |
* | Add -Wpessimizing-move and -Wredundant-move warnings. | Richard Trieu | 2015-04-29 | 1 | -0/+112 |
* | [Sema] Do not permit binding a reference to a compound literal | David Majnemer | 2015-04-26 | 1 | -0/+5 |
* | Move fixit for const init from note to diag, weaken to warning in MS mode. | Nico Weber | 2015-04-17 | 1 | -23/+41 |
* | Remove useless statement. | Nikola Smiljanic | 2015-04-14 | 1 | -1/+0 |
* | [Sema] Don't assume that an initializer list has an initializer | David Majnemer | 2015-04-10 | 1 | -3/+3 |
* | Fix UTF8 chars to ASCII. | NAKAMURA Takumi | 2015-02-25 | 1 | -2/+2 |
* | Revert r167816 and replace it with a proper fix for the issue: do not | Richard Smith | 2015-02-21 | 1 | -17/+4 |
* | DR1467: If aggregate initialization encounters an initializer list for which | Richard Smith | 2015-02-16 | 1 | -1/+2 |
* | More for DR1467: In C++, when initializing an element of an aggregate, | Richard Smith | 2015-02-12 | 1 | -39/+40 |
* | Improve the "braces around scalar init" warning to determine whether to warn | Richard Smith | 2015-02-12 | 1 | -6/+65 |
* | A temporary fix for backward compatibility breakages caused by PR12117. | Larisse Voufo | 2015-02-10 | 1 | -4/+15 |
* | Update APIs that return a pair of iterators to return an iterator_range instead. | Benjamin Kramer | 2015-02-06 | 1 | -10/+5 |
* | Fix \param in r228276. [-Wdocumentation] | NAKAMURA Takumi | 2015-02-05 | 1 | -1/+1 |
* | PR22465: when performing list-initialization for a class type C, if we see an | Richard Smith | 2015-02-05 | 1 | -16/+19 |
* | Various fixes to mangling of list-initialization. | Richard Smith | 2015-02-05 | 1 | -0/+3 |
* | CXX [qoi]. Prevent a crash when initializer expression is | Fariborz Jahanian | 2015-01-28 | 1 | -0/+2 |
* | Implement the remaining portion of DR1467 from r227022. I may have overlooked... | Larisse Voufo | 2015-01-27 | 1 | -33/+14 |
* | Tweak r227115 per review feedback | Ben Langmuir | 2015-01-26 | 1 | -1/+1 |
* | Fix assert instantiating string init of static variable | Ben Langmuir | 2015-01-26 | 1 | -3/+3 |
* | Don't let virtual calls and dynamic casts call Sema::MarkVTableUsed(). | Nico Weber | 2015-01-26 | 1 | -9/+0 |
* | First steps in implementing DR1467: List-initialization of aggregate from sam... | Larisse Voufo | 2015-01-24 | 1 | -32/+92 |
* | Fix temporary lifetime extension from an initializer using braced "functional" | Richard Smith | 2015-01-10 | 1 | -7/+7 |
* | Handle use of default member initializers before end of outermost class | Reid Kleckner | 2014-11-17 | 1 | -3/+7 |
* | Fix brace init of unions with unnamed struct members | Reid Kleckner | 2014-11-12 | 1 | -2/+3 |
* | Pass around CorrectionCandidateCallbacks as unique_ptrs so | Kaelyn Takata | 2014-10-27 | 1 | -2/+2 |
* | PR20844: If we fail to list-initialize a reference, map to the referenced type | Richard Smith | 2014-09-04 | 1 | -0/+13 |
* | CodeGen: Skip unnamed bitfields when handling designated initializers | David Majnemer | 2014-08-23 | 1 | -1/+9 |
* | Sema: Properly perform lookup when acting on fields for desig inits | David Majnemer | 2014-08-11 | 1 | -88/+35 |
* | PR18097: Support initializing an _Atomic(T) from an object of C++ class type T | Richard Smith | 2014-07-31 | 1 | -12/+43 |
* | Improve diagnostic on default-initializing const variables (PR20208). | Nico Weber | 2014-07-23 | 1 | -1/+22 |
* | PR20356: Fix all Sema warnings with mismatched ext_/warn_ versus | Richard Smith | 2014-07-19 | 1 | -3/+3 |
* | Cleanup: remove essentially unused variable. | Richard Smith | 2014-07-18 | 1 | -3/+2 |
* | SemaInit.cpp: Fix a warning with -Asserts. [-Wunused-variable] | NAKAMURA Takumi | 2014-07-18 | 1 | -0/+1 |
* | PR20346: fix aggregate initialization / template instantiation bug: | Richard Smith | 2014-07-17 | 1 | -0/+9 |
* | Track the difference between | Richard Smith | 2014-07-17 | 1 | -10/+19 |
* | When list-initializing an object of class type, if we pick an initializer list | Richard Smith | 2014-07-16 | 1 | -17/+24 |
* | rewrap to 80 cols, no behavior change | Nico Weber | 2014-07-08 | 1 | -1/+2 |
* | Address review feedback for r212238. | Nico Weber | 2014-07-03 | 1 | -2/+1 |
* | Enable clang to continue to parse libstdc++4.6 and stlport after r210091. | Nico Weber | 2014-07-02 | 1 | -2/+53 |
* | The ability to use vector initializer lists is a GNU vector extension | James Molloy | 2014-06-20 | 1 | -0/+41 |
* | Hide the concept of diagnostic levels from lex, parse and sema | Alp Toker | 2014-06-15 | 1 | -2/+1 |
* | Implement DR990 and DR1070. Aggregate initialization initializes uninitialized | Richard Smith | 2014-06-03 | 1 | -73/+103 |
* | PR11410: Extend diagnostic to cover all cases of aggregate initialization, not | Richard Smith | 2014-06-03 | 1 | -5/+5 |
* | PR11410 - Confusing diagnostic when trailing array element tries to call dele... | Nikola Smiljanic | 2014-05-30 | 1 | -3/+8 |