summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Another attempt to fix "could not find clang-check" lit warning in analyzer-l...Nico Weber2019-05-021-9/+9
| * [Sema] Emit warning for visibility attribute on internal-linkage declarationScott Linder2019-05-025-2/+23
| * Use primary template parameter names for variable template debug infoReid Kleckner2019-05-023-23/+32
| * Do not warn on switches over enums that do not use [[maybe_unused]] enumeratorsDavid Blaikie2019-05-022-2/+19
| * [OpenCL] Fix initialisation of this via pointer.Anastasia Stulova2019-05-022-12/+15
| * [OpenCL] Deduce static data members to __global addr space.Anastasia Stulova2019-05-022-2/+16
| * Fix typo in test case.Akira Hatanaka2019-05-021-1/+1
| * Adapt -fsanitize=function to SANITIZER_NON_UNIQUE_TYPEINFOStephan Bergmann2019-05-021-1/+2
| * Replace ad-hoc tracking of pattern for an instantiated class-scopeRichard Smith2019-05-0216-203/+316
| * Diagnose non-dependent qualified friend function template declarationsRichard Smith2019-05-024-12/+23
| * [COFF, ARM64] Align global symbol by size for ARM64 MSVC ABITom Tan2019-05-026-5/+56
| * Consume unexpected "template" keywords after "using"Richard Trieu2019-05-013-0/+68
| * Revert r359717, "Make check-clang depend on the clang-check binary always"Nico Weber2019-05-011-1/+1
| * [analyzer] Fix buildbot failures caused by a forgotten initializationKristof Umann2019-05-011-5/+6
| * Make clang/utils/creduce-clang-crash.py executableReid Kleckner2019-05-011-0/+0
| * [analyzer] Don't display implementation checkers under -analyzer-checker-help...Kristof Umann2019-05-0113-40/+103
| * Make check-clang depend on the clang-check binary alwaysNico Weber2019-05-011-3/+5
| * [Parser] Avoid correcting delayed typos in array subscript multiple times.Volodymyr Sapsai2019-05-013-8/+19
| * [clang-format] Fix a bug in AlignConsecutiveDeclarations.Owen Pan2019-05-012-3/+22
| * [Driver] Explicitly request platform rtlib in the Driver pic testPetr Hosek2019-05-011-3/+3
| * Bump DIAG_SIZE_SEMA, as we've hit it.Scott Linder2019-05-011-1/+1
| * [analyzer][tests][NFC] Add EOF newlines, normalize reference expected filesHubert Tong2019-05-013-2/+3
| * [analyzer][tests] Use diff_plist, correct order of arguments for missed cases...Hubert Tong2019-05-015-5/+5
| * [clang-format] Fix bug that misses some function-like macro usagesOwen Pan2019-05-012-4/+15
| * Change llvm-{objdump,readobj} -long-option to --long-option or well-known sho...Fangrui Song2019-05-016-10/+10
| * lib/Header: Fix Visual Studio builds try #2Tom Stellard2019-05-011-2/+15
| * Fix auto-init testJF Bastien2019-04-301-3/+3
| * [WebAssembly] Use the "wasm32-wasi" triple in testsDan Gohman2019-04-303-14/+14
| * Variable auto-init: don't initialize aggregate padding of all aggregatesJF Bastien2019-04-302-3/+61
| * Remove two unnecessary wrappers of canPassInRegistersReid Kleckner2019-04-304-19/+5
| * Set LoopInterleaved in the PassManagerBuilder.Alina Sbirlea2019-04-301-0/+3
| * [Driver] Support compiler-rt crtbegin.o/crtend.o for LinuxPetr Hosek2019-04-306-85/+111
| * Add requires amdgpu-registered-target for amdgpu-float16.cppYaxun Liu2019-04-301-0/+1
| * AMDGPU: Enable _Float16Yaxun Liu2019-04-302-0/+22
| * [LibTooling] Fix broken test after r359574.Yitzhak Mandelbaum2019-04-301-3/+5
| * [LibTooling] Change Transformer's TextGenerator to a partial function.Yitzhak Mandelbaum2019-04-303-49/+93
| * Fix inconsistency in calculating DIAG_START_ values.Russell Gallop2019-04-301-2/+2
| * Fix gcc "-Wdangling-else" warning. NFCI.Simon Pilgrim2019-04-301-1/+2
| * Fix gcc "-Wdangling-else" warnings. NFCI.Simon Pilgrim2019-04-301-3/+6
| * [analyzer][UninitializedObjectChecker] PR41611: Regard vector types as primitiveKristof Umann2019-04-303-3/+38
| * [analyzer] Treat functions without run-time branches as "small".Artem Dergachev2019-04-307-33/+163
| * [analyzer] SmartPtrModeling: Fix a null dereference.Artem Dergachev2019-04-302-1/+11
| * [NFC] typoJF Bastien2019-04-301-2/+2
| * [NFC] typoJF Bastien2019-04-302-2/+2
| * Add __builtin_dcbf support for PPCAhsan Saghir2019-04-293-0/+75
| * [Diagnostics] Support -Wtype-limits for GCC compatibilityDavid Bolvansky2019-04-295-0/+8
| * Re-land r359250, [COFF] Statically link certain runtime library functionsReid Kleckner2019-04-295-9/+75
| * Make test more robust by writing stdout/stderr to different files.Douglas Yung2019-04-291-3/+3
| * Simplify exclusion of nested classes from extern template instantiation, NFCReid Kleckner2019-04-291-8/+7
| * When skipping code at the start of a file during PCH use, Preprocessor::LexMike Rice2019-04-294-2/+48