summaryrefslogtreecommitdiffstats
path: root/lib/AST/ASTContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merging r345839:upstream/release_70Tom Stellard2018-12-081-0/+4
* Backport r339704 to 7.0 for PR38598Hans Wennborg2018-08-171-7/+3
* Merging r339597:Hans Wennborg2018-08-141-1/+1
* [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
* [clang] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-03-271-1/+1
* [OPENMP] Codegen for declare target with link clause.Alexey Bataev2018-03-261-4/+7
* Adding nocf_check attribute for cf-protection fine tuningOren Ben Simhon2018-03-171-0/+2
* [OPENMP] Codegen for `omp declare target` construct.Alexey Bataev2018-03-151-2/+7
* [NFC] Move CommentOpts checks to the call sites that depend on it. (Re-applyi...David L. Jones2018-03-021-5/+7
* Revert r326501 due to buildbot breakage.David L. Jones2018-03-011-7/+5
* [NFC] Move CommentOpts checks to the call sites that depend on it.David L. Jones2018-03-011-5/+7
* Remove redundant casts. NFCGeorge Burgess IV2018-03-011-3/+3
* [ObjC] Allow declaring __strong pointer fields in structs in Objective-CAkira Hatanaka2018-02-281-6/+11
* Revert r325375 "[MS] Make constexpr static data members implicitly inline"Hans Wennborg2018-02-201-1/+1
* [MS] Make constexpr static data members implicitly inlineReid Kleckner2018-02-161-1/+1
* Add support for attribute 'trivial_abi'.Akira Hatanaka2018-02-051-0/+5
* Make __has_unique_object_representations reject empty union types.Eric Fiselier2018-02-021-1/+1
* Implement Attribute Target MultiVersioningErich Keane2018-01-081-0/+17
* Add support for a limited subset of TS 18661-3 math builtins.Benjamin Kramer2018-01-061-2/+4
* No -fsanitize=function warning when calling noexcept function through non-noe...Stephan Bergmann2018-01-051-14/+12