summaryrefslogtreecommitdiffstats
path: root/lib/AST/ASTContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* [OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extensionAndrew Savonichev2018-11-071-0/+10
* Multiversioning- Ensure all MV functions are emitted.Erich Keane2018-11-011-0/+4
* NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)Erik Pilkington2018-10-301-3/+3
* AST: fix a typo in a comment (NFC)Saleem Abdulrasool2018-10-271-1/+1
* Driver,CodeGen: introduce support for Swift CFString layoutSaleem Abdulrasool2018-10-241-18/+56
* AST: unindent CFConstantStringDecl by inverting condition (NFC)Saleem Abdulrasool2018-10-241-42/+40
* [AST] Pack the bit-fields of FunctionProtoType into Type.Bruno Ricci2018-10-021-24/+13
* Use the container form llvm::sort(C, ...)Fangrui Song2018-09-301-6/+5
* [clang-cl] Fix PR38934: failing to dllexport class template member w/ explici...Hans Wennborg2018-09-141-0/+8
* Track definition merging on the canonical declaration even when localRichard Smith2018-09-121-4/+1
* Revert r342019, "Track definition merging on the canonical declarationRichard Smith2018-09-121-1/+4
* Track definition merging on the canonical declaration even when localRichard Smith2018-09-121-4/+1
* Fix tracking of merged definitions when the merge target is also mergedRichard Smith2018-09-121-2/+2
* Ensure canonical type is actually canonical.Richard Trieu2018-08-301-2/+2
* Model type attributes as regular Attrs.Richard Smith2018-08-201-1/+1
* [AST] Store the OwnedTagDecl as a trailing object in ElaboratedType.Bruno Ricci2018-08-161-2/+4
* [OPENMP] FIx processing of declare target variables.Alexey Bataev2018-08-151-5/+6
* [OPENMP] Fix processing of declare target construct.Alexey Bataev2018-08-141-7/+3
* Revert r339623 "Model type attributes as regular Attrs."Reid Kleckner2018-08-141-1/+1
* Model type attributes as regular Attrs.Richard Smith2018-08-131-1/+1