| Commit message (Expand) | Author | Age | Files | Lines |
| * | [NFC] Rename clang::AttributeList to clang::ParsedAttr | Erich Keane | 2018-07-13 | 1 | -2/+2 |
| * | AttributeList de-listifying: | Erich Keane | 2018-07-12 | 1 | -8/+6 |
| * | [C++17] Disallow lambdas in template parameters (PR33696). | Nicolas Lesser | 2018-07-12 | 1 | -2/+2 |
| * | [Parse] Make -Wgcc-compat complain about for loop inits in C89 | George Burgess IV | 2018-06-28 | 1 | -1/+3 |
| * | Diagnose missing 'template' keywords in more cases. | Richard Smith | 2018-06-26 | 1 | -0/+2 |
| * | Remove \brief commands from doxygen comments. | Adrian Prantl | 2018-05-09 | 1 | -2/+2 |
| * | Sink PrettyDeclStackTrace down to the AST library | Jordan Rose | 2018-03-23 | 1 | -3/+3 |
| * | Fix crash when trying to pack-expand a GNU statement expression. | Richard Smith | 2018-02-03 | 1 | -1/+1 |
| * | [NFC] Modernize enum Declarator::TheContext to a type-safe scoped enum. | Faisal Vali | 2017-12-29 | 1 | -5/+5 |
| * | Now that C++17 is official (https://www.iso.org/standard/68564.html), start c... | Aaron Ballman | 2017-12-04 | 1 | -2/+2 |
| * | Revert r318556 "Loosen -Wempty-body warning" | Hans Wennborg | 2017-11-20 | 1 | -1/+0 |
| * | Loosen -Wempty-body warning | Reid Kleckner | 2017-11-17 | 1 | -0/+1 |
| * | Typo correct the condition of 'do-while' before exiting its scope | Alex Lorenz | 2017-10-30 | 1 | -0/+3 |
| * | Place implictly declared functions at block scope | Momchil Velikov | 2017-08-10 | 1 | -7/+10 |
| * | Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. | Galina Kistanova | 2017-06-01 | 1 | -0/+1 |
| * | Fix the location of "missing ';'" suggestions after annotation tokens. | Richard Smith | 2017-05-18 | 1 | -2/+2 |
| * | Add #pragma clang attribute | Alex Lorenz | 2017-04-18 | 1 | -0/+4 |
| * | Revert r300539 - Add #pragma clang attribute | Alex Lorenz | 2017-04-18 | 1 | -4/+0 |
| * | Add #pragma clang attribute | Alex Lorenz | 2017-04-18 | 1 | -0/+4 |
| * | Add #pragma clang fp | Adam Nemet | 2017-04-04 | 1 | -0/+9 |
| * | [NFC, Scoped Enum] Convert Sema::ExpressionEvaluationContext into a scoped Enum | Faisal Vali | 2017-04-01 | 1 | -2/+4 |
| * | Publish RAIIObjectsForParser.h for external usage. | Vassil Vassilev | 2017-03-23 | 1 | -1/+1 |
| * | Fix misspelled enum | Jonathan Roelofs | 2017-03-14 | 1 | -3/+3 |
| * | [coroutines] Add DependentCoawaitExpr and fix re-building CoroutineBodyStmt. | Eric Fiselier | 2017-03-06 | 1 | -1/+1 |
| * | [CodeCompletion] Add a block property setter completion result | Alex Lorenz | 2016-10-18 | 1 | -0/+2 |
| * | [Parse] Let declarations follow labels in -fms-extensions mode | David Majnemer | 2016-08-01 | 1 | -1/+2 |
| * | [NFC] Header cleanup | Mehdi Amini | 2016-07-18 | 1 | -4/+1 |
| * | P0305R1: Parsing support for init-statements in 'if' and 'switch' statements. | Richard Smith | 2016-06-29 | 1 | -10/+18 |
| * | Implement p0292r2 (constexpr if), a likely C++1z feature. | Richard Smith | 2016-06-23 | 1 | -4/+28 |
| * | Re-commit r273548, reverted in r273589, with a fix to not produce | Richard Smith | 2016-06-23 | 1 | -46/+34 |
| * | Revert r273548, "Rearrange condition handling so that semantic checks on a co... | Peter Collingbourne | 2016-06-23 | 1 | -34/+46 |
| * | Rearrange condition handling so that semantic checks on a condition variable | Richard Smith | 2016-06-23 | 1 | -46/+34 |
| * | Fix a few issues while skipping function bodies | Olivier Goffart | 2016-06-16 | 1 | -21/+25 |
| * | Recommit "[MS] Improved implementation of stack pragmas (vtordisp, *_seg)" | Denis Zobnin | 2016-04-29 | 1 | -2/+4 |
| * | Revert "[MS] Improved implementation of MS stack pragmas (vtordisp, *_seg)" | Denis Zobnin | 2016-04-28 | 1 | -4/+2 |
| * | [MS] Improved implementation of MS stack pragmas (vtordisp, *_seg) | Denis Zobnin | 2016-04-28 | 1 | -2/+4 |
| * | [OpenCL] Generate metadata for opencl_unroll_hint attribute | Anastasia Stulova | 2016-02-19 | 1 | -0/+18 |
| * | PR23057: Fix assertion `Val && "isa<> used on a null pointer"' on invalid for... | Denis Zobnin | 2016-02-02 | 1 | -1/+3 |
| * | OpaquePtr: Use nullptr construction for DeclGroupPtrTy OpaquePtr typedef | David Blaikie | 2016-01-15 | 1 | -1/+1 |
| * | [OPENMP] Fix for declarative/standalone directives use. | Alexey Bataev | 2016-01-13 | 1 | -17/+28 |
| * | Improve AST dumping: | Richard Smith | 2016-01-12 | 1 | -0/+7 |
| * | [MS] Fix for bug 25013 - #pragma vtordisp is unknown inside functions, by Den... | Alexey Bataev | 2015-11-20 | 1 | -0/+18 |
| * | [modules] When a #include is mapped to a module import and appears somewhere | Richard Smith | 2015-11-17 | 1 | -2/+2 |
| * | [coroutines] Creation of promise object, lookup of operator co_await, building | Richard Smith | 2015-10-27 | 1 | -7/+4 |
| * | [coroutines] Initial stub Sema functionality for handling coroutine await / y... | Richard Smith | 2015-10-22 | 1 | -3/+4 |
| * | [coroutines] Add parsing support for co_await expression, co_yield expression, | Richard Smith | 2015-10-22 | 1 | -3/+29 |
| * | [Modules] More descriptive diagnostics for misplaced import directive | Serge Pavlov | 2015-09-19 | 1 | -1/+2 |
| * | 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 |
| * | [clang] Refactoring of conditions so they use isOneOf() instead of multiple i... | Daniel Marjamaki | 2015-06-18 | 1 | -10/+7 |