summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/ASTContext.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Enforce instantiation of template multiversion functionsErich Keane2018-08-131-1/+1
* [CodeGen] Merge equivalent block copy/helper functions.Akira Hatanaka2018-08-101-8/+11
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-2/+2
* [Fixed Point Arithmetic] Fixed Point ConstantLeonard Chan2018-08-061-0/+20
* [AST] Add individual size info for Types in -print-statsBruno Ricci2018-08-061-1/+3
* Try to make builtin address space declarations not uselessMatt Arsenault2018-08-021-3/+15
* [OPENMP] Prevent problems with linking of the static variables.Alexey Bataev2018-07-311-21/+0
* Remove trailing spaceFangrui Song2018-07-301-172/+172
* [ARM, AArch64]: Use unadjusted alignment when passing composites as argumentsMomchil Velikov2018-07-301-0/+31
* [OPENMP] Static variables on device must be externally visible.Alexey Bataev2018-07-271-0/+21
* DR330: when determining whether a cast casts away constness, considerRichard Smith2018-07-181-10/+11
* PR15730/PR16986 Allow dependently typed vector_size types.Erich Keane2018-07-131-0/+40
* DR330: look through array types when forming the cv-decomposition of a type.Richard Smith2018-07-111-9/+74
* Revert -r336726, which included more files than intended.Erich Keane2018-07-101-39/+0
* [NFC] Switch CodeGenFunction to use value init instead of member init listsErich Keane2018-07-101-0/+39
OpenPOWER on IntegriCloud