summaryrefslogtreecommitdiff
path: root/lib/Sema/SemaTemplateVariadic.cpp
Commit message (Expand)AuthorAgeFilesLines
* PR42587: diagnose unexpanded uses of a pack parameter of a genericRichard Smith2019-08-261-29/+43
* Revert "PR42587: diagnose unexpanded uses of a pack parameter of a generic" d...Richard Smith2019-08-231-8/+1
* PR42587: diagnose unexpanded uses of a pack parameter of a genericRichard Smith2019-08-231-1/+8
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* [SemaTemplate] Fix uncorrected typos after pack expansionSam McCall2019-07-161-0/+1
* [c++20] P0780R2: Support pack-expansion of init-captures.Richard Smith2019-05-211-17/+21
* PR41845: Detect and reject mismatched inner/outer pack expansion sizesRichard Smith2019-05-131-3/+6
* [Sema][NFCI] Don't allocate storage for the various CorrectionCandidateCallba...Bruno Ricci2019-03-251-5/+9
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [SemaCXX] Fix ICE for unexpanded parameter packBrian Gesiak2019-01-071-1/+1
* Fix clang -Wimplicit-fallthrough warnings across llvm, NFCReid Kleckner2018-11-011-0/+1
* Port getLocEnd -> getEndLocStephen Kelly2018-08-091-1/+1
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-2/+2
* Remove trailing spaceFangrui Song2018-07-301-57/+57
* [clang:sema] de-duplicate getDepthAndIndex helpersNick Desaulniers2018-07-251-13/+0
* Change \t to spacesFangrui Song2018-07-201-5/+5
* Fix template argument deduction when a parameter pack has a valueRichard Smith2018-07-191-2/+31
* [Fixed Point Arithmetic] Addition of the remaining fixed point types and thei...Leonard Chan2018-06-141-0/+1
* This diff includes changes for supporting the following types.Leonard Chan2018-06-041-0/+1
* Revert "This diff includes changes for supporting the following types."Leonard Chan2018-06-021-1/+0
* This diff includes changes for supporting the following types.Leonard Chan2018-06-021-0/+1
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-23/+23
* Track the result of evaluating a computed noexcept specification on theRichard Smith2018-05-031-1/+1
* Implement P0482R2, support for char8_t type.Richard Smith2018-05-011-0/+1
* Fix crash when trying to pack-expand a GNU statement expression.Richard Smith2018-02-031-2/+12
* Again reverting an attempt to convert the DeclSpec enums into scoped enums.Faisal Vali2018-01-011-35/+34
* [NFC] Modernize enums TypeSpecifierWidth, TypeSpecifierSign & TypeSpecifierTy...Faisal Vali2018-01-011-34/+35
* Revert r321614 and r321615Faisal Vali2018-01-011-35/+34
* [NFC] Modernize enums TypeSpecifierWidth, TypeSpecifierSign & TypeSpecifierTy...Faisal Vali2018-01-011-34/+35
* Recommit "Add _Float16 as a C/C++ source language type"Sjoerd Meijer2017-09-081-0/+1
* Revert "Add _Float16 as a C/C++ source language type"Sjoerd Meijer2017-09-081-1/+0
* Add _Float16 as a C/C++ source language typeSjoerd Meijer2017-09-081-0/+1
* Do not look through pack expansions when looking for unexpanded parameter packs.Richard Smith2017-08-151-18/+64
* PR33082: Improve tracking of unexpanded parameter packs within variadic gener...Richard Smith2017-08-151-39/+87
* PR24440: Do not silently discard a fold-expression appearing as the operand o...Richard Smith2017-02-151-0/+7
* P0091R3: Implement basic parsing support for C++17 deduction-guides.Richard Smith2017-02-071-0/+1
* [c++1z] P0195R2: Support pack-expansion of using-declarations.Richard Smith2016-12-201-11/+8
* Revert "[c++1z] P0195R2: Support pack-expansion of using-declarations."Daniel Jasper2016-12-191-8/+11
* [c++1z] P0195R2: Support pack-expansion of using-declarations.Richard Smith2016-12-191-11/+8
* Store decls in prototypes on the declarator instead of in the ASTReid Kleckner2016-12-091-1/+1
* PR26276: Fix detection of non-cast-expressions as operands of fold-expressions.Richard Smith2016-10-201-1/+3
* Add optimization to sizeof...(X) handling: if none of parameter pack X'sRichard Smith2016-10-191-1/+58
* Fix crash while parsing variable template with variadic template argumentsOlivier Goffart2016-05-261-1/+1
* Enable support for __float128 in Clang and enable it on pertinent platformsNemanja Ivanovic2016-05-091-0/+1
* Revert 266186 as it breaks anything that includes type_traits on some platformsNemanja Ivanovic2016-04-151-1/+0
* Enable support for __float128 in ClangNemanja Ivanovic2016-04-131-0/+1
* [OpenCL] Move OpenCLImageTypes.def from clangAST to clangBasic library.Alexey Bader2016-04-131-1/+1
* [OpenCL] Complete image types support.Alexey Bader2016-04-081-0/+2
* Implement P0036R0: remove support for empty unary folds of +, *, |, &.Richard Smith2016-03-041-15/+0
* [OpenCL] Pipe type supportXiuli Pan2016-01-091-0/+1