summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/ASTContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Concept] Fix incorrect check for containsUnexpandedParameterPack in CSESaar Raz2020-01-301-6/+2
* [Concepts] Placeholder constraints and abbreviated templatesSaar Raz2020-01-241-63/+89
* [Concepts] Type ConstraintsSaar Raz2020-01-151-16/+96
* Removed PointerUnion3 and PointerUnion4 aliases in favor of the variadic temp...Dmitri Gribenko2020-01-141-4/+4
* Fix some cppcheck shadow variable warnings. NFCI.Simon Pilgrim2020-01-131-15/+13
* Fix "pointer is null" static analyzer warnings. NFCI.Simon Pilgrim2020-01-131-2/+2
* [Sema][X86] Consider target attribute into the checks in validateOutputSize a...Craig Topper2019-12-231-0/+63
* Add method to ignore invisible AST nodesStephen Kelly2019-12-181-0/+2
* Add support for the MS qualifiers __ptr32, __ptr64, __sptr, __uptr.Amy Huang2019-12-181-9/+45
* [AST] Use a reference in a range-based forMark de Wever2019-12-151-2/+2
* Revert "[Sema][X86] Consider target attribute into the checks in validateOutp...Reid Kleckner2019-12-061-63/+0
* [Sema][X86] Consider target attribute into the checks in validateOutputSize a...Craig Topper2019-12-061-0/+63
* Remove Expr.h include from ASTContext.h, NFCReid Kleckner2019-12-061-2/+1
* Make it possible control matcher traversal kind with ASTContextStephen Kelly2019-12-061-9/+39
* [Concepts] Constraint Enforcement & DiagnosticsSaar Raz2019-12-061-0/+1
* [Clang] Define Fuchsia C++ABIPetr Hosek2019-12-031-0/+2
* Add FunctionDecl::getParameterSourceRange()Nicolas Manichon2019-12-031-2/+3
* [NFC] Refactor representation of materialized temporariesTyker2019-11-191-19/+0
* [AST] Attach comment in `/** doc */ typedef struct A {} B` to B as well as A.Sam McCall2019-11-181-1/+3
* Revert "[NFC] Refactor representation of materialized temporaries"Nico Weber2019-11-171-0/+19
* [NFC] Refactor representation of materialized temporariesTyker2019-11-161-19/+0
* Revert "[Concepts] Constraint Enforcement & Diagnostics"Vlad Tsyrklevich2019-10-281-1/+0
* [Concepts] Constraint Enforcement & DiagnosticsSaar Raz2019-10-251-0/+1
* [ObjC] Diagnose implicit type coercion from ObjC 'Class' to objectJames Y Knight2019-10-171-9/+17
* [Concept] Associated Constraints InfrastructureSaar Raz2019-10-151-1/+1
* [ObjC] Remove default parameter no caller was providing. NFC intended.Volodymyr Sapsai2019-10-111-12/+9
* Re-land [mangle] Fix mangling where an extra mangle context is required.Reid Kleckner2019-10-101-0/+10
* Revert [mangle] Fix mangling where an extra mangle context is required.Reid Kleckner2019-10-101-10/+0
* [mangle] Fix mangling where an extra mangle context is required.Michael Liao2019-10-091-0/+10
* Revert r374006: Reland 'Add VFS support for sanitizers' blacklist'Ilya Biryukov2019-10-091-18/+1
* Reland 'Add VFS support for sanitizers' blacklist'Jan Korous2019-10-081-1/+18
* Revert "Add VFS support for sanitizers' blacklist"Jan Korous2019-10-081-18/+1
* Add VFS support for sanitizers' blacklistJan Korous2019-10-071-1/+18
* Properly handle instantiation-dependent array bounds.Richard Smith2019-10-041-21/+38
* ASTContext - silence static analyzer getAs<> null dereference warnings. NFCI.Simon Pilgrim2019-10-031-32/+19
* Remove duplicate P->getAs<PointerType>() call. NFCI.Simon Pilgrim2019-10-031-2/+2
* ASTContext - silence static analyzer getAs<> null dereference warnings. NFCI.Simon Pilgrim2019-10-021-21/+20
* Rename TypeNodes.def to TypeNodes.inc for consistency across allJohn McCall2019-10-021-6/+6
* For P0784R7: compute whether a variable has constant destruction if itRichard Smith2019-09-291-1/+1
* Revert r370850 "Re-commit r363191 "[MS] Pretend constexpr variable template s...Hans Wennborg2019-09-251-19/+4
* NFC: Change ObjCQualified*TypesAreCompatible to takeJames Y Knight2019-09-211-38/+26
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-09-131-0/+8
* [Sema][ObjC] Mark C union fields that have non-trivial ObjC ownershipAkira Hatanaka2019-09-071-0/+22
* Revert "[Clang Interpreter] Initial patch for the constexpr interpreter"Roman Lebedev2019-09-041-8/+0
* Re-commit r363191 "[MS] Pretend constexpr variable template specializations a...Hans Wennborg2019-09-041-4/+19
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-09-041-0/+8
* Revert [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-09-021-8/+0
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-09-021-0/+8
* Revert [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-08-311-8/+0
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-08-311-0/+8
OpenPOWER on IntegriCloud