summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/ASTContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* [OPENMP 5.0]Add initial support for 'allocate' directive.Alexey Bataev2019-03-071-2/+2
* Give builtins and alloc/dealloc operators the default calling convention.Erich Keane2019-03-041-2/+4
* [OPENMP]Delay emission of the error for unsupported types.Alexey Bataev2019-02-271-4/+20
* Reapply "Make static counters in ASTContext non-static." with fixes.Alexander Kornienko2019-02-251-13/+0
* Revert "Make static counters in ASTContext non-static."Vlad Tsyrklevich2019-02-251-0/+13
* Make static counters in ASTContext non-static.Alexander Kornienko2019-02-251-13/+0
* [Sema] Diagnose floating point conversions based on target semanticsErik Pilkington2019-02-161-0/+6
* [CUDA][HIP] Use device side kernel and variable names when registering themYaxun Liu2019-02-141-2/+4
* Look through typedefs in getFunctionTypeWithExceptionSpecStephan Bergmann2019-02-131-1/+1
* Rename getTypeQualifiers to getMethodQualifiers.Anastasia Stulova2019-01-281-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Emit !callback metadata and introduce the callback attributeJohannes Doerfert2019-01-191-0/+4
* [NFC] Fix wParentheses warning in ASTContext getFixedPointSemanticsErich Keane2019-01-181-3/+3
* [Fixed Point Arithmetic] Fixed Point AdditionLeonard Chan2019-01-161-1/+42
* [AST][NFC] Pass the AST context to one of the ctor of DeclRefExpr.Bruno Ricci2018-12-211-1/+1
* [OpenCL] Add generic AS to 'this' pointerMikael Nilsson2018-12-131-2/+3
* Revert "[OpenCL] Add generic AS to 'this' pointer"Mikael Nilsson2018-12-121-3/+2
* [OpenCL] Add generic AS to 'this' pointerMikael Nilsson2018-12-121-2/+3
* Misc typos fixes in ./lib folderRaphael Isemann2018-12-101-1/+1
* Revert "Multiversioning- Ensure all MV functions are emitted."Erich Keane2018-12-071-4/+0
* Correct 'target' default behavior on redecl, allow forward declaration.Erich Keane2018-11-281-2/+2
* [AST] Allow limiting the scope of common AST traversals (getParents, RAV).Sam McCall2018-11-141-161/+168
* [OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extensionAndrew Savonichev2018-11-081-0/+10
* Revert r346326 [OpenCL] Add support of cl_intel_device_side_avc_motion_estima...Andrew Savonichev2018-11-071-10/+0
OpenPOWER on IntegriCloud