summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* PR43629: Fix crash evaluating constexpr placement new on a subobject ofRichard Smith2019-10-101-1/+2
* Revert 374450 "Fix __builtin_assume_aligned with too large values."Nico Weber2019-10-101-4/+0
* Fix __builtin_assume_aligned with too large values.Erich Keane2019-10-101-0/+4
* Add -fgnuc-version= to control __GNUC__ and other GCC macrosReid Kleckner2019-10-102-0/+4
* [OPENMP50]Support for 'master taskloop' directive.Alexey Bataev2019-10-107-1/+109
* [ARM] Fix arm_neon.h with -flax-vector-conversions=none, part 2.Eli Friedman2019-10-101-4/+4
* In openFileForRead don't cache erroneous entries if the error relates to them...Kousik Kumar2019-10-101-0/+3
* Remove rest of time-trace message as it is inconsistent styleRussell Gallop2019-10-101-1/+6
* [ast] Fix indentation. NFC.Michael Liao2019-10-101-6/+2
* [sema] Revise `getCurrentMangleNumberContext` interface. NFC.Michael Liao2019-10-101-6/+4
* [libTooling] Move Transformer files to their own directory/library.Yitzhak Mandelbaum2019-10-106-20/+20
* Re-land [mangle] Fix mangling where an extra mangle context is required.Reid Kleckner2019-10-102-13/+6
* Revert [mangle] Fix mangling where an extra mangle context is required.Reid Kleckner2019-10-102-6/+13
* [CUDA][HIP] Fix host/device check with -fopenmpYaxun Liu2019-10-091-0/+13
* [Clang][OpenMP Offload] Add new tool for wrapping offload device binariesSergey Dmitriev2019-10-093-3/+15
* [ObjC generics] Fix not inheriting type bounds in categories/extensions.Volodymyr Sapsai2019-10-091-1/+1
* [mangle] Fix mangling where an extra mangle context is required.Michael Liao2019-10-092-13/+6
* [WebAssembly] Add builtin and intrinsic for v8x16.swizzleThomas Lively2019-10-091-0/+2
* [c++20] P1152R4: warn on any simple-assignment to a volatile lvalueRichard Smith2019-10-092-0/+11
* [c++20] Implement most of P1152R4.Richard Smith2019-10-092-0/+19
* [clang] enable_trivial_var_init_zero should not be Joined<>Vitaly Buka2019-10-081-1/+1
* [OPENMP50]Multiple vendors in vendor context must be treated as logicalAlexey Bataev2019-10-082-7/+11
* [BPF] do compile-once run-everywhere relocation for bitfieldsYonghong Song2019-10-085-0/+41
* [OPENMP50]Do not allow multiple same context traits in the same contextAlexey Bataev2019-10-081-0/+5
* [OPENMP50]Prohibit multiple context selector sets in context selectors.Alexey Bataev2019-10-081-0/+4
* [clang][ifs] Clang Interface Stubs ToolChain plumbing.Puyan Lotfi2019-10-085-2/+21
* [OPENMP50]Allow functions in declare variant directive to have differentAlexey Bataev2019-10-081-1/+1
* [clang] Accept -ftrivial-auto-var-init in clang-clVitaly Buka2019-10-071-2/+2
* [Diagnostics] Emit better -Wbool-operation's warning message if we known that...David Bolvansky2019-10-071-1/+2
* [OPENMP]Fix caonical->canonical, NFC.Alexey Bataev2019-10-071-2/+2
* [OPENMP50]Treat range-based for as canonical loop.Alexey Bataev2019-10-072-2/+19
* [libTooling] Add `toString` method to the Stencil classYitzhak Mandelbaum2019-10-071-0/+21
* clang-cl: Ignore the new /ZH optionsHans Wennborg2019-10-071-0/+3
* Fix behavior of __builtin_bit_cast when the From and To types are theRichard Smith2019-10-071-2/+3
* [NFCI] Slightly improve warning messageDavid Bolvansky2019-10-051-1/+1
* [Sema] Split out -Wformat-type-confusion from -Wformat-pedanticErik Pilkington2019-10-043-5/+21
* Further improve -Wbool-operation bitwise negation messageSam McCall2019-10-041-1/+1
* [NFCI] Improve the -Wbool-operation's warning messageDavid Bolvansky2019-10-041-1/+1
* [lldb][modern-type-lookup] No longer import temporary declarations into the p...Raphael Isemann2019-10-041-2/+17
* [clang-format] [PR43333] Fix C# breaking before function name when using Attr...Paul Hoad2019-10-041-32/+36
* Properly handle instantiation-dependent array bounds.Richard Smith2019-10-043-45/+50
* OverloadCandidate::getNumParams - silence static analyzer getAs<FunctionProto...Simon Pilgrim2019-10-031-2/+2
* [HIP] Use option -nogpulib to disable linking device libYaxun Liu2019-10-031-1/+3
* Check for qualified function types after substituting into the operandRichard Smith2019-10-032-0/+4
* [clang-format] Add ability to wrap braces after multi-line control statementsPaul Hoad2019-10-031-17/+35
* [NFC] Added missing changes for rL373614David Bolvansky2019-10-031-0/+3
* [libTooling] Add various Stencil combinators for expressions.Yitzhak Mandelbaum2019-10-031-1/+16
* [Alignment][Clang][NFC] Add CharUnits::getAsAlignGuillaume Chatelet2019-10-031-0/+5
* [clang][NFC] Fix misspellings in ExternalASTMerger.hRaphael Isemann2019-10-031-4/+4
* Revert 373538 and follow-ups 373549 and 373552.Nico Weber2019-10-035-21/+2