summaryrefslogtreecommitdiff
path: root/lib/AST/ASTContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* Revert [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-08-301-8/+0
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-08-301-0/+8
* Revert [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-08-301-8/+0
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-08-301-0/+8
* [ObjC] Fix type checking for qualified id block parameters.Volodymyr Sapsai2019-08-281-3/+3
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* [clang] Refactor doc comments to Decls attributionJan Korous2019-08-131-168/+214
* Add SVE opaque built-in typesRichard Sandiford2019-08-091-5/+42
* [OpenMP 5.0] Codegen support for user-defined mappers.Michael Kruse2019-08-051-1/+1
* Revert "[OpenMP 5.0] Codegen support for user-defined mappers."Michael Kruse2019-08-041-1/+1
* [OpenMP 5.0] Codegen support for user-defined mappers.Michael Kruse2019-08-041-1/+1
* Remove CallingConvMethodTypeErich Keane2019-07-251-1/+1
* [OpenMP] Simplify getFloatTypeSemanticsFangrui Song2019-07-091-4/+2
* [OPENMP]Fix the float point semantics handling on the device.Alexey Bataev2019-07-091-2/+10
* Change std::{lower,upper}_bound to llvm::{lower,upper}_bound or llvm::partiti...Fangrui Song2019-07-031-4/+3
* Revert r363191 "[MS] Pretend constexpr variable template specializations are ...Reid Kleckner2019-06-261-19/+4
* [clang] Small improvments after Adding APValue to ConstantExprGauthier Harnisch2019-06-211-1/+1
* [OPENMP]Use host's long double when compiling the code for device.Alexey Bataev2019-06-181-2/+9
* [clang] Add storage for APValue in ConstantExprGauthier Harnisch2019-06-151-0/+3
* Add comment to r363191 code as requested in code reviewReid Kleckner2019-06-121-2/+5
* [MS] Pretend constexpr variable template specializations are inlineReid Kleckner2019-06-121-4/+16
* [OpenCL] Use long instead of long long in x86 builtinsAndrew Savonichev2019-06-031-4/+15
* Add Attribute NoThrow as an Exception Specifier TypeErich Keane2019-05-301-1/+4