| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [Diagnostics] Bitwise negation of a boolean expr always evaluates to true; wa... | David Bolvansky | 2019-10-03 | 1 | -1/+3 |
* | Rename TypeNodes.def to TypeNodes.inc for consistency across all | John McCall | 2019-10-02 | 1 | -1/+1 |
* | SemaExpr - silence static analyzer getAs<> null dereference warnings. NFCI. | Simon Pilgrim | 2019-09-28 | 1 | -30/+30 |
* | [CUDA][HIP] Enable kernel function return type deduction. | Michael Liao | 2019-09-25 | 1 | -1/+3 |
* | [Diagnostics] Warn for enum constants in bool context (-Wint-in-bool-context;... | David Bolvansky | 2019-09-23 | 1 | -1/+13 |
* | [Diagnostics] Avoid -Wsizeof-array-div when dividing the size of a nested arr... | David Bolvansky | 2019-09-23 | 1 | -1/+2 |
* | NFC: Change ObjCQualified*TypesAreCompatible to take | James Y Knight | 2019-09-21 | 1 | -3/+4 |
* | Merge and improve code that detects same value in comparisons. | Richard Trieu | 2019-09-21 | 1 | -18/+13 |
* | [OPENMP5.0]Introduce attribute for declare variant directive. | Alexey Bataev | 2019-09-17 | 1 | -0/+1 |
* | [Diagnostics] Added silence note for -Wsizeof-array-div; suggest extra parens | David Bolvansky | 2019-09-14 | 1 | -0/+2 |
* | For PR17164: split -fno-lax-vector-conversion into three different | Richard Smith | 2019-09-13 | 1 | -1/+21 |
* | Revert "For PR17164: split -fno-lax-vector-conversion into three different" | Jonas Devlieghere | 2019-09-13 | 1 | -21/+1 |
* | For PR17164: split -fno-lax-vector-conversion into three different | Richard Smith | 2019-09-13 | 1 | -1/+21 |
* | [Diagnostics] Add -Wsizeof-array-div | David Bolvansky | 2019-09-11 | 1 | -10/+21 |
* | PR43242: Fix crash when typo-correcting to an operator() that should not | Richard Smith | 2019-09-09 | 1 | -10/+1 |
* | [Sema][ObjC] Mark C union fields that have non-trivial ObjC ownership | Akira Hatanaka | 2019-09-07 | 1 | -17/+1 |
* | [Sema] Diagnose default-initialization, destruction, and copying of | Akira Hatanaka | 2019-09-07 | 1 | -1/+32 |
* | [NFCI] Unbreak buildbots | David Bolvansky | 2019-09-06 | 1 | -22/+10 |
* | [Diagnostics] Refactor code for -Wsizeof-pointer-div, catch more cases; also ... | David Bolvansky | 2019-09-06 | 1 | -11/+24 |
* | [Diagnostics] Minor improvements for -Wxor-used-as-pow | David Bolvansky | 2019-09-05 | 1 | -22/+35 |
* | [c++20] Implement semantic restrictions for C++20 designated | Richard Smith | 2019-08-30 | 1 | -3/+71 |
* | Improve behavior in the case of stack exhaustion. | Richard Smith | 2019-08-26 | 1 | -88/+106 |
* | [OPENMP5.0]Add support for device_type clause in declare target | Alexey Bataev | 2019-08-23 | 1 | -2/+6 |
* | [OpenMP] Permit map with DSA on combined directive | Joel E. Denny | 2019-08-22 | 1 | -1/+2 |
* | [Diagnostics] Diagnose misused xor as pow | David Bolvansky | 2019-08-18 | 1 | -1/+105 |
* | [Diagnostics] Improve -Wsizeof-pointer-div | David Bolvansky | 2019-08-18 | 1 | -2/+8 |
* | [Clang] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 2019-08-14 | 1 | -1/+1 |
* | Add SVE opaque built-in types | Richard Sandiford | 2019-08-09 | 1 | -0/+8 |
* | Inline diagnostic text into .td file. NFC. | Richard Trieu | 2019-08-08 | 1 | -9/+19 |
* | [Sema] Add -Wpointer-compare | George Burgess IV | 2019-08-05 | 1 | -0/+30 |
* | Revert "[Sema] Diagnose default-initialization, destruction, and copying of" | Akira Hatanaka | 2019-07-26 | 1 | -32/+1 |
* | Allow prefetching from non-zero address spaces | JF Bastien | 2019-07-25 | 1 | -2/+3 |
* | [c++20] P1161R3: a[b,c] is deprecated. | Richard Smith | 2019-07-20 | 1 | -0/+9 |
* | Fix parameter name comments using clang-tidy. NFC. | Rui Ueyama | 2019-07-16 | 1 | -15/+15 |
* | [Sema] Diagnose default-initialization, destruction, and copying of | Akira Hatanaka | 2019-07-13 | 1 | -1/+32 |
* | [OpenCL][Sema] Fix builtin rewriting | Marco Antognini | 2019-07-09 | 1 | -2/+2 |
* | Ignore trailing NullStmts in StmtExprs for GCC compatibility. | Aaron Ballman | 2019-07-09 | 1 | -1/+3 |
* | Revert [Sema] Resolve placeholder types before type deduction to silence spur... | Reid Kleckner | 2019-07-08 | 1 | -8/+0 |
* | [Sema] Resolve placeholder types before type deduction to silence | Akira Hatanaka | 2019-07-08 | 1 | -0/+8 |
* | [OPENMP]Fix handling of lambda captures in target regions. | Alexey Bataev | 2019-07-01 | 1 | -0/+2 |
* | [cxx2a] P1236R1: the validity of a left shift does not depend on the | Richard Smith | 2019-06-25 | 1 | -5/+8 |
* | clang-format a block; NFC | George Burgess IV | 2019-06-21 | 1 | -6/+7 |
* | [OPENMP]Fix PR42068: Vla type is not captured. | Alexey Bataev | 2019-06-21 | 1 | -0/+27 |
* | [clang] Small improvments after Adding APValue to ConstantExpr | Gauthier Harnisch | 2019-06-21 | 1 | -5/+8 |
* | PR23833, DR2140: an lvalue-to-rvalue conversion on a glvalue of type | Richard Smith | 2019-06-14 | 1 | -2/+4 |
* | C++ DR712 and others: handle non-odr-use resulting from an lvalue-to-rvalue c... | Richard Smith | 2019-06-14 | 1 | -26/+127 |
* | [C++20] add Basic consteval specifier | Gauthier Harnisch | 2019-06-14 | 1 | -7/+5 |
* | Revert 363295, it caused PR42276. Also revert follow-ups 363337, 363340. | Nico Weber | 2019-06-14 | 1 | -131/+28 |
* | PR23833, DR2140: an lvalue-to-rvalue conversion on a glvalue of type | Richard Smith | 2019-06-13 | 1 | -2/+4 |
* | C++ DR712 and others: handle non-odr-use resulting from an lvalue-to-rvalue c... | Richard Smith | 2019-06-13 | 1 | -26/+127 |