| Commit message (Expand) | Author | Age | Files | Lines |
| * | PR12298 et al: don't recursively instantiate a template specialization from | Richard Smith | 2016-08-31 | 1 | -0/+5 |
| * | [ObjC] Warn on unguarded use of partial declaration | Erik Pilkington | 2016-08-16 | 1 | -5/+5 |
| * | Left shifts of negative values are defined if -fwrapv is set | James Molloy | 2016-08-16 | 1 | -1/+1 |
| * | [CUDA] Raise an error if a wrong-side call is codegen'ed. | Justin Lebar | 2016-08-15 | 1 | -67/+80 |
| * | Disable lambda-capture of decomposition declaration bindings for now, until CWG | Richard Smith | 2016-08-15 | 1 | -15/+20 |
| * | Fix For pr28288 - Error message in shift of vector values | Andrey Bokhanko | 2016-08-12 | 1 | -11/+5 |
| * | This patch implements PR#22821. | Roger Ferrer Ibanez | 2016-08-12 | 1 | -1/+5 |
| * | P0217R3: Perform semantic checks and initialization for the bindings in a | Richard Smith | 2016-08-11 | 1 | -2/+16 |
| * | [CUDA] Rename CheckCUDATarget to IsAllowedCUDACall. NFC | Justin Lebar | 2016-08-10 | 1 | -1/+1 |
| * | [Sema] Make switch fully covered again. | Benjamin Kramer | 2016-08-06 | 1 | -1/+2 |
| * | [NFC] Silence noisy -Wreturn-type warnings | Erik Pilkington | 2016-08-06 | 1 | -1/+1 |
| * | [NFC][ObjC Availability] Refactor DiagnoseAvailabilityOfDecl | Erik Pilkington | 2016-08-05 | 1 | -68/+59 |
| * | Reapply r277058: "[ObjC] Consider availability of context when emitting avail... | Erik Pilkington | 2016-07-29 | 1 | -7/+13 |
| * | Revert "[ObjC] Consider availability of context when emitting availability wa... | Erik Pilkington | 2016-07-28 | 1 | -13/+7 |
| * | [ObjC] Consider availability of context when emitting availability warnings | Erik Pilkington | 2016-07-28 | 1 | -7/+13 |
| * | [OpenCL] Generate opaque type for sampler_t and function call for the initial... | Yaxun Liu | 2016-07-28 | 1 | -0/+5 |
| * | [Sema][ObjC] Compute the nullability of a conditional expression based | Akira Hatanaka | 2016-07-25 | 1 | -1/+1 |
| * | P0217R3: Parsing support and framework for AST representation of C++1z | Richard Smith | 2016-07-22 | 1 | -3/+10 |
| * | [Sema] Handle errors during rewriteBuiltinFunctionDecl | David Majnemer | 2016-07-21 | 1 | -1/+5 |
| * | [OpenMP] Allow negative lower bound in array sections based on pointers | Kelvin Li | 2016-07-20 | 1 | -10/+9 |
| * | [Sema] Compute the nullability of a conditional expression based on the | Akira Hatanaka | 2016-07-20 | 1 | -0/+53 |
| * | [Sema] Create a separate group for incompatible function pointer warning | Bruno Cardoso Lopes | 2016-07-18 | 1 | -4/+8 |
| * | [NFC] Header cleanup | Mehdi Amini | 2016-07-18 | 1 | -1/+1 |
| * | [ObjC] Implement @available in the Parser and AST | Erik Pilkington | 2016-07-16 | 1 | -0/+24 |
| * | Reverting 275417 | Roger Ferrer Ibanez | 2016-07-14 | 1 | -5/+1 |
| * | Diagnose taking address and reference binding of packed members | Roger Ferrer Ibanez | 2016-07-14 | 1 | -1/+5 |
| * | [OpenCL] Improved diagnostics of OpenCL types. | Anastasia Stulova | 2016-07-11 | 1 | -16/+19 |
| * | [SemaExpr] Support assignments from vector to scalars with same size | Bruno Cardoso Lopes | 2016-07-06 | 1 | -0/+16 |
| * | C++14 init-capture: error out instead of crashing. | Manman Ren | 2016-07-01 | 1 | -1/+10 |
| * | PR28373: fix crash-on-invalid if the condition of an if-statement fails typo-... | Richard Smith | 2016-06-30 | 1 | -1/+6 |
| * | Mark inheriting constructors as deleted if the corresponding defaulted default | Richard Smith | 2016-06-29 | 1 | -2/+12 |
| * | P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991: | Richard Smith | 2016-06-28 | 1 | -15/+0 |
| * | Use more ArrayRefs | David Majnemer | 2016-06-24 | 1 | -5/+3 |
| * | Implement p0292r2 (constexpr if), a likely C++1z feature. | Richard Smith | 2016-06-23 | 1 | -3/+15 |
| * | Re-commit r273548, reverted in r273589, with a fix to not produce | Richard Smith | 2016-06-23 | 1 | -5/+19 |
| * | Revert r273548, "Rearrange condition handling so that semantic checks on a co... | Peter Collingbourne | 2016-06-23 | 1 | -19/+5 |
| * | Rearrange condition handling so that semantic checks on a condition variable | Richard Smith | 2016-06-23 | 1 | -5/+19 |
| * | Re-commit "[Temporary] Add an ExprWithCleanups for each C++ MaterializeTempor... | Tim Shen | 2016-06-21 | 1 | -17/+18 |
| * | [Sema] Only define function as move assignment when needed | Erik Pilkington | 2016-06-20 | 1 | -1/+1 |
| * | Revert accidential "[MSVC] Late parsing of in-class defined member functions ... | Alexey Bataev | 2016-06-15 | 1 | -5/+5 |
| * | [MSVC] Late parsing of in-class defined member functions in template | Alexey Bataev | 2016-06-15 | 1 | -5/+5 |
| * | [OpenCL] Enable -fblocks by default for OpenCL 2.0 and above. | Yaxun Liu | 2016-06-14 | 1 | -1/+1 |
| * | Reverting "Warn when taking address of a packed member" | Roger Ferrer Ibanez | 2016-06-14 | 1 | -24/+0 |
| * | Detect recursive default argument definition | Serge Pavlov | 2016-06-14 | 1 | -0/+7 |
| * | Warn when taking address of a packed member | Roger Ferrer Ibanez | 2016-06-13 | 1 | -0/+24 |
| * | Revert "[Temporary] Add an ExprWithCleanups for each C++ MaterializeTemporary... | Tim Shen | 2016-06-09 | 1 | -18/+17 |
| * | [Temporary] Add an ExprWithCleanups for each C++ MaterializeTemporaryExpr. | Tim Shen | 2016-06-09 | 1 | -17/+18 |
| * | [Sema] Teach CheckPlaceholderExpr about unaddressable functions. | George Burgess IV | 2016-06-08 | 1 | -8/+12 |
| * | [OPENMP] Pass scalar firstprivate vars by value. | Alexey Bataev | 2016-05-17 | 1 | -10/+8 |
| * | [MSVC] Implementation of __unaligned as a proper type qualifier | Andrey Bokhanko | 2016-05-11 | 1 | -1/+1 |