summaryrefslogtreecommitdiffstats
path: root/lib/Sema/SemaTemplateVariadic.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merging r295224:Hans Wennborg2017-02-161-0/+7
* [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
* Implement C++1y decltype(auto).Richard Smith2013-04-261-0/+1
* Use None rather than Optional<T>() where possible.David Blaikie2013-02-211-5/+4
* Include llvm::Optional in clang/Basic/LLVM.hDavid Blaikie2013-02-201-21/+18
* Replace TypeLoc llvm::cast support to be well-defined.David Blaikie2013-02-181-1/+2
* Add OpenCL samplers as Clang builtin types and check sampler related restrict...Guy Benyei2013-02-071-0/+1
* This patch makes "&Cls::purevfn" not an odr use. This isn't what the standardNick Lewycky2013-02-021-1/+1
* Implement OpenCL event_t as Clang builtin type, including event_t related Ope...Guy Benyei2013-01-201-0/+1
* Re-commit r170428 changes with Linux style file endings.Guy Benyei2012-12-181-0/+6
* Revert changes from r170428, as I accidentally changed the line endings of th...Guy Benyei2012-12-181-6/+0
* Add OpenCL images as clang builtin types.Guy Benyei2012-12-181-0/+6
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-3/+3