summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaTemplateVariadic.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for GCC's '__auto_type' extension, per the GCC manual:Richard Smith2015-11-111-0/+1
* PR14858: Initial support for proper sizeof... handling within alias templates.Richard Smith2015-09-231-2/+2
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-2/+2
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-2/+2
* [Sema] Factor diags with %plural. No functionality change intended.Benjamin Kramer2015-03-271-9/+4
* Don't crash on an invalid trailing return type on a function before a '...'Nico Weber2014-12-301-5/+5
* Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator...David Blaikie2014-11-191-1/+1
* [c++1z] N4295: fold-expressions.Richard Smith2014-11-081-0/+105
* Pass around CorrectionCandidateCallbacks as unique_ptrs soKaelyn Takata2014-10-271-4/+4
* Fix for PR20660, where unexpanded parameter pack in function parameter clause...Larisse Voufo2014-08-291-7/+31
* Reject varargs '...' in function prototype if there are more parameters afterRichard Smith2014-08-111-0/+14
* Refactoring. Remove Owned method from Sema.Nikola Smiljanic2014-05-291-2/+2
* [C++11] Use 'nullptr'. Sema edition.Craig Topper2014-05-261-5/+5
* Initial implementation of -modules-earch-all option, for searching for symbol...John Thompson2014-04-231-1/+1
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-121-1/+1
* [C++11] Replace llvm::tie with std::tie.Benjamin Kramer2014-03-021-5/+5
* Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth2014-01-071-1/+1
* Remove OpenCL-specific type keywords and specifiersAlp Toker2013-12-181-8/+0
* Refactor all diagnosing of TypoCorrections through a common function, inRichard Smith2013-08-171-8/+4
* Fix one place I missed that was memcpy'ing TypeLocs in a way that messesEli Friedman2013-06-201-0/+60
* Re-commit r183466 with a fix to make the TypeLoc casting machinery workEli Friedman2013-06-071-10/+7
* Reverts r183466: "Perform dynamic alignment computations..."Manuel Klimek2013-06-071-7/+10
* Perform dynamic alignment computations so that the data in TypeLocs isEli Friedman2013-06-071-10/+7
* First pass of semantic analysis for init-captures: check the initializer, buildRichard Smith2013-05-161-2/+6
OpenPOWER on IntegriCloud