summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * [ASTImporter] Add an ImportImpl method to allow customizing Import behavior.Raphael Isemann2019-04-293-13/+125
| * [LibTooling] Fix unneeded use of unique_ptr where shared_ptr is expected.Yitzhak Mandelbaum2019-04-291-4/+5
| * [OPENMP]Fix PR41617: crash on template instantiation.Alexey Bataev2019-04-292-11/+29
| * [libclang] Add missing export for clang_Cursor_isAnonymousRecordDeclIvan Donchevskii2019-04-291-0/+1
| * [libclang] Restore old clang_Cursor_isAnonymous behaviourIvan Donchevskii2019-04-294-2/+42
| * [PowerPC][Clang] Add tests for PowerPC MMX intrinsicsQiu Chaofan2019-04-281-41/+1243
| * Reinstate r359059, reverted in r359361, with a fix to properly preventRichard Smith2019-04-276-39/+139
| * [AArch64] Initialize HasMTEVitaly Buka2019-04-271-0/+1
| * Revert Fix interactions between __builtin_constant_p and constexpr to match c...Jorge Gorbe Moya2019-04-274-112/+29
| * [Fuchsia] Support multilib for -fsanitize=address and -fno-exceptionsPetr Hosek2019-04-277-50/+85
| * [Driver] Support priority for multilibsPetr Hosek2019-04-273-5/+46
| * [clang][driver] Weaken the test from 359353 to appease Windows botsAlex Lorenz2019-04-261-1/+1
| * [driver][macOS] Link libarclite from the default toolchain when clangAlex Lorenz2019-04-262-1/+38
| * Add to the release notes the fact that UninitializedObject checker is nowSylvestre Ledru2019-04-261-1/+2
| * [AArch64] Add support for MTE intrinsicsJaved Absar2019-04-2611-0/+528
| * [MinGW] Always emit local typeinfoMartin Storsjo2019-04-262-5/+7
| * [HIP] Fix visibility of `__constant__` variables.Michael Liao2019-04-262-1/+23
| * [MinGW] Do dllexport inline methods in template instantiationMartin Storsjo2019-04-262-5/+6
| * [MinGW] Don't let template instantiation declarations cover nested classesMartin Storsjo2019-04-262-1/+17
| * [OPENMP]Added check for non-random access types for the dependent loopAlexey Bataev2019-04-263-53/+108
| * [ASTImporter] Copy Argument Passing Restrictions setting when importing a CXX...Shafik Yaghmour2019-04-263-0/+26
| * [BPF] do not generate predefined macro bpfYonghong Song2019-04-262-1/+17
| * [MinGW] Fix dllexport of explicit template instantiationMartin Storsjo2019-04-265-9/+94
| * [Analyzer] Iterator Checkers - Do an early return after handling callsAdam Balogh2019-04-261-22/+64
| * [clang-format] Fix documentation for FixNamespaceCommentsOwen Pan2019-04-262-2/+2
| * PR41607: Don't forget to substitute outer template arguments into aRichard Smith2019-04-263-5/+45
| * [analyzer] RetainCount: Add a suppression for "the Matching rule".Artem Dergachev2019-04-262-14/+44
| * [analyzer] RetainCount: Allow offsets in return values.Artem Dergachev2019-04-262-2/+36
| * [analyzer] Fix crash when returning C++ objects from ObjC messages-to-nil.Artem Dergachev2019-04-262-1/+32
| * [www] Rebuild cxx_dr_status.Richard Smith2019-04-262-14173/+14233
| * C++ DR2387: a variable template declared wtih (or instantiated with) aRichard Smith2019-04-267-43/+133
| * Add missing diagnostic for explicit instantiation declarations namingRichard Smith2019-04-265-26/+84
| * Revert lib/Header: Fix Visual Studio buildsTom Stellard2019-04-261-1/+1
| * lib/Header: Fix Visual Studio buildsTom Stellard2019-04-261-1/+1
| * Revert [COFF] Statically link certain runtime library functionsReid Kleckner2019-04-255-31/+8
| * [COFF] Statically link certain runtime library functionsReid Kleckner2019-04-255-8/+31
| * [CUDA] Implemented _[bi]mma* builtins.Artem Belevich2019-04-256-226/+1507
| * [PGO] Fix buildbot failure in 359215Rong Xu2019-04-251-2/+0
| * [analyzer] Add FIXMEs for alpha.unix.cstring.OutOfBounds false positives.Artem Dergachev2019-04-252-0/+5
| * Skip type units/type uniquing when we know we're only emitting the type once ...David Blaikie2019-04-254-10/+30
| * [Windows] Separate elements in -print-search-dirs with semicolonsMartin Storsjo2019-04-251-2/+2
| * [analyzer][UninitializedObjectChecker] PR41590: Regard _Atomic types as primi...Kristof Umann2019-04-252-1/+16
| * DebugInfo: Fix bitrotted test caseDavid Blaikie2019-04-251-8/+7
| * creduce-clang-crash: add -F flag to grep to avoid interpreting string as regexAmy Huang2019-04-251-1/+1
| * [PGO] Enable InstrProf lowering for Clang PGO instrumentation in the new pass...Rong Xu2019-04-253-12/+47
| * Fix bug 37903:MS ABI: handle inline static data member and inline variable as...Jennifer Yu2019-04-253-2/+99
| * [OPENMP] Improved check for the linear dependency in the non-rectangularAlexey Bataev2019-04-253-6/+46
| * [OPENMP][AARCH64]Fix the test for declare simd, NFC.Alexey Bataev2019-04-251-4/+4
| * [Testing] Move clangd::Annotations to llvm testing supportIlya Biryukov2019-04-252-28/+7
| * [NFC] test commit removing excess lineNikolai Kosjar2019-04-251-1/+0