summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/ASTContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* PR37979: integral promotions in C++ treat enum bit-fields like enums,Richard Smith2018-06-281-1/+9
* [clang-cl] Don't emit dllexport inline functions etc. from pch files (PR37801)Hans Wennborg2018-06-251-2/+25
* [Fixed Point Arithmetic] Fixed Point Precision Bits and Fixed Point LiteralsLeonard Chan2018-06-201-0/+89
* [Fixed Point Arithmetic] Addition of the remaining fixed point types and thei...Leonard Chan2018-06-141-9/+134
* PR37680: fix faulty assertion condition.Richard Smith2018-06-061-0/+1
* Detect an incompatible VLA pointer assignmentJeremy Morse2018-06-051-2/+32
* This diff includes changes for supporting the following types.Leonard Chan2018-06-041-0/+29
* Revert "This diff includes changes for supporting the following types."Leonard Chan2018-06-021-29/+0
* This diff includes changes for supporting the following types.Leonard Chan2018-06-021-0/+29
* Address post-commit review comments after r328731. NFC.Akira Hatanaka2018-05-151-8/+0
* [AST] Print correct tag decl for tag specifierJoel E. Denny2018-05-141-6/+7
* [OpenCL] Add constant address space to __func__ in AST.Anastasia Stulova2018-05-091-0/+6
* _Atomic of empty struct shouldn't assertJF Bastien2018-05-091-4/+10
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-22/+22
* [C++2a] Implement operator<=> CodeGen and ExprConstantEric Fiselier2018-05-071-1/+2
* Track the result of evaluating a computed noexcept specification on theRichard Smith2018-05-031-34/+14
* Implement P0482R2, support for char8_t type.Richard Smith2018-05-011-0/+6
* Limit types of builtins that can be redeclared.Erich Keane2018-04-161-0/+4
* [XRay][llvm+clang] Consolidate attribute list filesDean Michael Berris2018-04-091-1/+2
* Fix typos in clangAlexander Kornienko2018-04-061-3/+3
* [AST] Fix some Clang-tidy modernize-use-auto warnings; other minor fixes (NFC).Eugene Zelenko2018-04-031-303/+292
* [ObjC++] Make parameter passing and function return compatible with ObjCAkira Hatanaka2018-03-281-3/+5
OpenPOWER on IntegriCloud