summaryrefslogtreecommitdiff
path: root/include/clang/Sema/Overload.h
Commit message (Expand)AuthorAgeFilesLines
* OverloadCandidate::getNumParams - silence static analyzer getAs<FunctionProto...Simon Pilgrim2019-10-031-2/+2
* [NFC] avoid AlignedCharArray in clangJF Bastien2019-07-291-2/+2
* [Sema] Diagnose addr space mismatch while constructing objectsAnastasia Stulova2019-06-201-0/+19
* [c++20] Add support for explicit(bool), as described in P0892R2.Richard Smith2019-05-091-0/+5
* Revert r359949 "[clang] adding explicit(bool) from c++2a"Hans Wennborg2019-05-061-5/+0
* [clang] adding explicit(bool) from c++2aNicolas Lesser2019-05-041-0/+5
* SemaOverload: Complete candidates before emitting the error, to ensure diagno...David Blaikie2019-05-031-6/+16
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [AST] Store "UsesADL" information in CallExpr.Eric Fiselier2018-12-121-3/+10
* Remove trailing spaceFangrui Song2018-07-301-19/+19
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-17/+17
* [C++2a] Implement operator<=> CodeGen and ExprConstantEric Fiselier2018-05-071-3/+4
* Change ImplicitConverionKind comments to refer to C++ stable names[NFC]Erich Keane2018-03-201-15/+15
* [Sema] Fix some Clang-tidy modernize and Include What You Use warnings; other...Eugene Zelenko2018-02-211-71/+178
* Implement Attribute Target MultiVersioningErich Keane2018-01-081-0/+4
* Resolve a defect in C++17 copy omission.Richard Smith2017-09-261-11/+19
* [Sema] Refactor OverloadCandidate::BuiltinTypes. NFC.George Burgess IV2017-06-081-4/+2
* [Sema] Remove unused field from OverloadCandidate.George Burgess IV2017-06-081-3/+2
* [OpenCL] Added implicit conversion rank for overloading functions with vector...Egor Churaev2017-03-211-0/+1
* Change how we handle diagnose_if attributes.George Burgess IV2017-01-281-28/+4
* Implement C++ DR1391 (wg21.link/cwg1391)Richard Smith2017-01-091-20/+41
* Add the diagnose_if attribute to clang.George Burgess IV2017-01-091-21/+59
* Revert r291410 and r291411.Richard Smith2017-01-091-45/+23
* Implement C++ DR1391 (wg21.link/cwg1391)Richard Smith2017-01-091-23/+45
* PR30305: Implement proposed DR resolution to prevent slicing via inherited co...Richard Smith2017-01-081-0/+4
* Revert "DR1391: Check for implicit conversion sequences for non-dependent fun...Renato Golin2017-01-021-45/+23
* DR1391: Check for implicit conversion sequences for non-dependent functionRichard Smith2017-01-021-23/+45
* Fix problems in "[OpenCL] Enabling the usage of CLK_NULL_QUEUE as compare ope...Egor Churaev2016-12-231-0/+1
* Perform type-checking for a converted constant expression in a templateRichard Smith2016-12-211-1/+5
* Revert "[OpenCL] Enabling the usage of CLK_NULL_QUEUE as compare operand."Daniel Jasper2016-12-201-1/+0
* [OpenCL] Enabling the usage of CLK_NULL_QUEUE as compare operand.Egor Churaev2016-12-201-0/+1
* Recommit r289979 [OpenCL] Allow disabling types and declarations associated w...Yaxun Liu2016-12-181-1/+4
* Revert r289979 due to regressionsYaxun Liu2016-12-161-4/+1
* [OpenCL] Allow disabling types and declarations associated with extensionsYaxun Liu2016-12-161-1/+4
* Re-commit r284753, reverted in r284778, with a fix for PR30749.Richard Smith2016-10-201-1/+2
* Revert r284753 "[c++1z] Teach composite pointer type computation how to compu...Hans Wennborg2016-10-201-2/+1
* [c++1z] Teach composite pointer type computation how to compute the compositeRichard Smith2016-10-201-1/+2
* Retire llvm::alignOf in favor of C++11 alignof.Benjamin Kramer2016-10-201-2/+3
* P0012R1: Make exception specifications be part of the type system. ThisRichard Smith2016-10-161-1/+1
* Re-commit r283722, reverted in r283750, with a fix for a CUDA-specific use ofRichard Smith2016-10-101-1/+3
* Revert "P0035R4: Semantic analysis and code generation for C++17 overaligned ...Daniel Jasper2016-10-101-3/+1
* P0035R4: Semantic analysis and code generation for C++17 overalignedRichard Smith2016-10-101-1/+3
* [Sema] Relax overloading restrictions in C.George Burgess IV2016-09-021-1/+5
* Fix for failing bot sanitizer-x86_64-linux-fast after r275970Dmitry Polukhin2016-07-191-3/+1
* Deprecated (legacy) string literal conversion to 'char *' causes strange over...Dmitry Polukhin2016-07-191-2/+5
* P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991:Richard Smith2016-06-281-1/+2
* Use the same underlying type for bitfieldsDavid Majnemer2016-06-241-1/+1
* Preserve the FoundDecl when performing overload resolution for constructors.Richard Smith2016-05-111-3/+27
* [Sema] Teach overload resolution about unaddressable functions.George Burgess IV2016-01-071-3/+6
* [Sema] Allow C conversions in C overload logicGeorge Burgess IV2015-10-111-2/+5