| Commit message (Expand) | Author | Age | Files | Lines |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | Fix clang -Wimplicit-fallthrough warnings across llvm, NFC | Reid Kleckner | 2018-11-01 | 1 | -3/+3 |
* | NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects) | Erik Pilkington | 2018-10-30 | 1 | -5/+5 |
* | Use llvm::{all,any,none}_of instead std::{all,any,none}_of. NFC | Fangrui Song | 2018-10-20 | 1 | -2/+2 |
* | [cxx2a] P0614R1: Support init-statements in range-based for loops. | Richard Smith | 2018-09-28 | 1 | -16/+69 |
* | Remove trailing space | Fangrui Song | 2018-07-30 | 1 | -19/+19 |
* | [MS] Add L__FUNCSIG__ for compatibility | Reid Kleckner | 2018-07-26 | 1 | -0/+1 |
* | [OpenCL] Fixed parsing of address spaces for C++. | Anastasia Stulova | 2018-06-22 | 1 | -0/+5 |
* | Remove \brief commands from doxygen comments. | Adrian Prantl | 2018-05-09 | 1 | -3/+3 |
* | Implement P0482R2, support for char8_t type. | Richard Smith | 2018-05-01 | 1 | -0/+3 |
* | Revert rC330794 and some dependent tiny bug fixes | Faisal Vali | 2018-04-26 | 1 | -1/+0 |
* | [c++2a] [concepts] Add rudimentary parsing support for template concept decla... | Faisal Vali | 2018-04-25 | 1 | -0/+1 |
* | [MS] Accept __unaligned as a qualifier on member function pointers | Reid Kleckner | 2018-03-07 | 1 | -1/+2 |
* | Fix a couple of cases where we would fail to correctly parse deduced class te... | Richard Smith | 2018-02-28 | 1 | -8/+31 |
* | Add missing direct-init / parameter-declaration-clause disambiguation when | Richard Smith | 2018-02-02 | 1 | -1/+5 |
* | Remove old concepts parsing code | Hubert Tong | 2017-12-07 | 1 | -2/+0 |
* | Recommit "Add _Float16 as a C/C++ source language type" | Sjoerd Meijer | 2017-09-08 | 1 | -0/+3 |
* | Revert "Add _Float16 as a C/C++ source language type" | Sjoerd Meijer | 2017-09-08 | 1 | -3/+0 |
* | Add _Float16 as a C/C++ source language type | Sjoerd Meijer | 2017-09-08 | 1 | -0/+3 |
* | Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. | Galina Kistanova | 2017-06-01 | 1 | -0/+2 |
* | Fix valid-for-expr ellipses eaten as invalid decl | Hubert Tong | 2017-05-20 | 1 | -12/+13 |
* | Fix the location of "missing ';'" suggestions after annotation tokens. | Richard Smith | 2017-05-18 | 1 | -8/+11 |
* | regcall: Implement regcall Calling Conv in clang | Erich Keane | 2016-11-02 | 1 | -1/+3 |
* | P0217R3: Parsing support and framework for AST representation of C++1z | Richard Smith | 2016-07-22 | 1 | -1/+8 |
* | P0305R1: Parsing support for init-statements in 'if' and 'switch' statements. | Richard Smith | 2016-06-29 | 1 | -32/+113 |
* | Convert another case over to RevertingTentativeParsingAction. | Richard Smith | 2016-06-29 | 1 | -4/+1 |
* | Switch to an RAII object to revert tentative parsing automatically. | Richard Smith | 2016-06-29 | 1 | -27/+13 |
* | [MSVC] Implementation of __unaligned as a proper type qualifier | Andrey Bokhanko | 2016-05-11 | 1 | -1/+1 |
* | Enable support for __float128 in Clang and enable it on pertinent platforms | Nemanja Ivanovic | 2016-05-09 | 1 | -0/+3 |
* | Revert r268727, it caused PR27666. | Nico Weber | 2016-05-06 | 1 | -1/+1 |
* | [MSVC] Implementation of __unaligned as a proper type qualifier | Andrey Bokhanko | 2016-05-06 | 1 | -1/+1 |
* | Revert 266186 as it breaks anything that includes type_traits on some platforms | Nemanja Ivanovic | 2016-04-15 | 1 | -3/+0 |
* | Revert r266415, it broke parsing SDK headers (PR27367). | Nico Weber | 2016-04-15 | 1 | -1/+1 |
* | [MSVC Compat] Implementation of __unaligned (MS extension) as a type qualifier | Andrey Bokhanko | 2016-04-15 | 1 | -1/+1 |
* | Enable support for __float128 in Clang | Nemanja Ivanovic | 2016-04-13 | 1 | -0/+3 |
* | [OpenCL] Move OpenCLImageTypes.def from clangAST to clangBasic library. | Alexey Bader | 2016-04-13 | 1 | -1/+1 |
* | [OpenCL] Complete image types support. | Alexey Bader | 2016-04-08 | 1 | -0/+2 |
* | Add support for GCC's '__auto_type' extension, per the GCC manual: | Richard Smith | 2015-11-11 | 1 | -0/+3 |
* | Implement the Objective-C __kindof type qualifier. | Douglas Gregor | 2015-07-07 | 1 | -0/+1 |
* | Handle Objective-C type arguments. | Douglas Gregor | 2015-07-07 | 1 | -1/+1 |
* | [CONCEPTS] Parsing of concept keyword | Hubert Tong | 2015-06-30 | 1 | -0/+2 |
* | Replace __double_underscored type nullability qualifiers with _Uppercase_unde... | Douglas Gregor | 2015-06-24 | 1 | -5/+5 |
* | 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 |
* | Introduce type nullability specifiers for C/C++. | Douglas Gregor | 2015-06-19 | 1 | -1/+6 |
* | [clang] Refactoring of conditions so they use isOneOf() instead of multiple i... | Daniel Marjamaki | 2015-06-18 | 1 | -40/+26 |
* | Revert "Improve declaration / expression disambiguation around ptr-operators,... | Justin Bogner | 2015-02-23 | 1 | -44/+22 |
* | Improve declaration / expression disambiguation around ptr-operators, and use | Richard Smith | 2015-02-23 | 1 | -22/+44 |
* | [PowerPC]To provide better compatibility with gcc I added the __bool keyword ... | Bill Seurer | 2015-01-12 | 1 | -0/+1 |
* | Don't crash on surprising tokens in default parameter template lists. | Nico Weber | 2014-12-28 | 1 | -1/+3 |