aboutsummaryrefslogtreecommitdiff
path: root/lib/AST/ASTContext.cpp
AgeCommit message (Expand)Author
2018-12-08Merging r345839:release_70Tom Stellard
2018-08-17Backport r339704 to 7.0 for PR38598Hans Wennborg
2018-08-14Merging r339597:Hans Wennborg
2018-07-31[OPENMP] Prevent problems with linking of the static variables.Alexey Bataev
2018-07-30Remove trailing spaceFangrui Song
2018-07-30[ARM, AArch64]: Use unadjusted alignment when passing composites as argumentsMomchil Velikov
2018-07-27[OPENMP] Static variables on device must be externally visible.Alexey Bataev
2018-07-18DR330: when determining whether a cast casts away constness, considerRichard Smith
2018-07-13PR15730/PR16986 Allow dependently typed vector_size types.Erich Keane
2018-07-11DR330: look through array types when forming the cv-decomposition of a type.Richard Smith
2018-07-10Revert -r336726, which included more files than intended.Erich Keane
2018-07-10[NFC] Switch CodeGenFunction to use value init instead of member init listsErich Keane
2018-06-28PR37979: integral promotions in C++ treat enum bit-fields like enums,Richard Smith
2018-06-25[clang-cl] Don't emit dllexport inline functions etc. from pch files (PR37801)Hans Wennborg
2018-06-20[Fixed Point Arithmetic] Fixed Point Precision Bits and Fixed Point LiteralsLeonard Chan
2018-06-14[Fixed Point Arithmetic] Addition of the remaining fixed point types and thei...Leonard Chan
2018-06-06PR37680: fix faulty assertion condition.Richard Smith
2018-06-05Detect an incompatible VLA pointer assignmentJeremy Morse
2018-06-04This diff includes changes for supporting the following types.Leonard Chan
2018-06-02Revert "This diff includes changes for supporting the following types."Leonard Chan
2018-06-02This diff includes changes for supporting the following types.Leonard Chan
2018-05-15Address post-commit review comments after r328731. NFC.Akira Hatanaka
2018-05-14[AST] Print correct tag decl for tag specifierJoel E. Denny
2018-05-09[OpenCL] Add constant address space to __func__ in AST.Anastasia Stulova
2018-05-09_Atomic of empty struct shouldn't assertJF Bastien
2018-05-09Remove \brief commands from doxygen comments.Adrian Prantl
2018-05-07[C++2a] Implement operator<=> CodeGen and ExprConstantEric Fiselier
2018-05-03Track the result of evaluating a computed noexcept specification on theRichard Smith
2018-05-01Implement P0482R2, support for char8_t type.Richard Smith
2018-04-16Limit types of builtins that can be redeclared.Erich Keane
2018-04-09[XRay][llvm+clang] Consolidate attribute list filesDean Michael Berris
2018-04-06Fix typos in clangAlexander Kornienko
2018-04-03[AST] Fix some Clang-tidy modernize-use-auto warnings; other minor fixes (NFC).Eugene Zelenko
2018-03-28[ObjC++] Make parameter passing and function return compatible with ObjCAkira Hatanaka
2018-03-27[clang] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang
2018-03-26[OPENMP] Codegen for declare target with link clause.Alexey Bataev
2018-03-17Adding nocf_check attribute for cf-protection fine tuningOren Ben Simhon
2018-03-15[OPENMP] Codegen for `omp declare target` construct.Alexey Bataev
2018-03-02[NFC] Move CommentOpts checks to the call sites that depend on it. (Re-applyi...David L. Jones
2018-03-01Revert r326501 due to buildbot breakage.David L. Jones
2018-03-01[NFC] Move CommentOpts checks to the call sites that depend on it.David L. Jones
2018-03-01Remove redundant casts. NFCGeorge Burgess IV
2018-02-28[ObjC] Allow declaring __strong pointer fields in structs in Objective-CAkira Hatanaka
2018-02-20Revert r325375 "[MS] Make constexpr static data members implicitly inline"Hans Wennborg
2018-02-16[MS] Make constexpr static data members implicitly inlineReid Kleckner
2018-02-05Add support for attribute 'trivial_abi'.Akira Hatanaka
2018-02-02Make __has_unique_object_representations reject empty union types.Eric Fiselier
2018-01-08Implement Attribute Target MultiVersioningErich Keane
2018-01-06Add support for a limited subset of TS 18661-3 math builtins.Benjamin Kramer
2018-01-05No -fsanitize=function warning when calling noexcept function through non-noe...Stephan Bergmann