| Commit message (Expand) | Author | Age | Files | Lines |
* | PR40642: Fix determination of whether the final statement of a statement | Richard Smith | 2019-02-15 | 1 | -47/+66 |
* | [CodeComplete] Propagate preferred types through parser in more cases | Ilya Biryukov | 2019-01-31 | 1 | -1/+4 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | Refactor the way we handle diagnosing unused expression results. | Aaron Ballman | 2019-01-04 | 1 | -4/+22 |
* | Move LoopHint.h from Sema to Parse | Richard Trieu | 2018-11-28 | 1 | -1/+1 |
* | [clang][Parse] Diagnose useless null statements / empty init-statements | Roman Lebedev | 2018-11-20 | 1 | -0/+41 |
* | NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects) | Erik Pilkington | 2018-10-30 | 1 | -1/+1 |
* | [cxx2a] P0614R1: Support init-statements in range-based for loops. | Richard Smith | 2018-09-28 | 1 | -23/+40 |
* | We have in place support for parsing #pragma FENV_ACCESS, but that | Kevin P. Neal | 2018-08-14 | 1 | -0/+8 |
* | Port getLocStart -> getBeginLoc | Stephen Kelly | 2018-08-09 | 1 | -4/+5 |
* | Refactor checking of switch conditions and case values. | Richard Smith | 2018-07-26 | 1 | -19/+7 |
* | [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 |