summaryrefslogtreecommitdiff
path: root/lib/AST/ASTContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* [ObjC] Fix encoding of ObjC pointer types that are pointers to typedefsAkira Hatanaka2019-05-291-36/+3
* Ensure builtins use the target default Calling ConventionErich Keane2019-05-231-26/+31
* [ARM][AArch64] Fix incorrect handling of alignment in va_arg code generationJohn Brawn2019-05-221-1/+1
* [c++20] P0780R2: Support pack-expansion of init-captures.Richard Smith2019-05-211-5/+12
* Implement __builtin_LINE() et. al. to support source location capture.Eric Fiselier2019-05-161-0/+25
* [builtin] Fixed definitions of builtins that rely on the int/long long type i...Karl-Johan Karlsson2019-05-161-6/+27
* Make getObjCEncodingForTypeImpl() take a bitmask instead of 8 boolsNico Weber2019-05-141-106/+78
* [clang][ASTContext] Call setAttached for comments attached to a declarationJan Korous2019-05-131-0/+2
* Fix and test for assertion error in P41835.Leonard Chan2019-05-101-0/+6
* Add name comments for bools passed to getObjCEncodingForTypeImpl()Nico Weber2019-05-101-52/+85
* [c++20] Implement P0846R0: allow (ADL-only) calls to template-ids whoseRichard Smith2019-05-091-1/+14
* Recommit r359859 "[Attribute/Diagnostics] Print macro if definition is an att...Leonard Chan2019-05-071-1/+18
* Revert "[Attribute/Diagnostics] Print macro if definition is an attribute dec...Leonard Chan2019-05-031-18/+1
* [Attribute/Diagnostics] Print macro if definition is an attribute declarationLeonard Chan2019-05-021-1/+18
* Replace ad-hoc tracking of pattern for an instantiated class-scopeRichard Smith2019-05-021-20/+1
* [COFF, ARM64] Align global symbol by size for ARM64 MSVC ABITom Tan2019-05-021-3/+6
* [NFC] typoJF Bastien2019-04-301-1/+1
* [clang][ASTContext] Try to exit early before loading serialized comments from...Jan Korous2019-04-101-18/+22