summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [CodeGen]: don't treat structures returned in registers as memory inputsAlexander Potapenko2019-08-292-1/+103
* [OpenCL] Fix diagnosing enqueue_kernel call with too few argsSven van Haastregt2019-08-291-0/+2
* [Analyzer] Iterator Checkers - Make range errors and invalidated access fatalAdam Balogh2019-08-294-63/+435
* [Test][Time profiler] Fix test for python3Anton Afanasyev2019-08-291-3/+3
* [x86] Adding support for some missing intrinsics: _mm512_cvtsi512_si32Pengfei Wang2019-08-291-0/+6
* [Modules] Fix rebuilding an updated module for each of its consumers.Volodymyr Sapsai2019-08-285-0/+44
* Fix a passing XFAIL testErik Pilkington2019-08-281-3/+3
* Fix always_inline 'target' compatibility check code for LambdasErich Keane2019-08-281-1/+45
* [CFG] Make representation of destructor calls more accurate.Artem Dergachev2019-08-288-47/+343
* [analyzer] Fix analyzer warnings on analyzer.Artem Dergachev2019-08-283-4/+51
* [analyzer] pr43036: Fix support for operator 'sizeof...'.Artem Dergachev2019-08-281-0/+15
* [analyzer] Trust global initializers when analyzing main().Artem Dergachev2019-08-282-0/+54
* Try fixing CRLF issues in Git with [clang-scan-deps] Minimizer: Correctly han...Alexandre Ganea2019-08-281-0/+16
* [OPENMP][Analysis] Add analysis of the map clauses.Alexey Bataev2019-08-2813-49/+141
* Delete minimize_source_to_dependency_directives_invalid_error.cHans Wennborg2019-08-281-16/+0
* [Clang][Bundler] Do not require host triple for extracting device bundlesSergey Dmitriev2019-08-281-0/+20
* Revert "Change the X86 datalayout to add three address spaces for 32 bit sign...Vlad Tsyrklevich2019-08-2814-20/+21
* [ObjC] Fix type checking for qualified id block parameters.Volodymyr Sapsai2019-08-281-0/+11
* Re-land [clang-scan-deps] Minimizer: Correctly handle multi-line content with...Alexandre Ganea2019-08-281-0/+16
* [preprocessor] Add an opportunity to retain excluded conditional blocksEvgeny Mankov2019-08-271-0/+132
* [Clang][Bundler] Fix for a hang when unbundling fat binarySergey Dmitriev2019-08-271-0/+5
* Diagnose _Bool as a C99 extension.Aaron Ballman2019-08-271-0/+3
* Debug Info: Support for DW_AT_export_symbols for anonymous structsShafik Yaghmour2019-08-271-0/+11
* AMDGPU: Always emit amdgpu-flat-work-group-sizeMatt Arsenault2019-08-271-14/+21
* Diagnose both _Complex and _Imaginary as C99 extensions.Aaron Ballman2019-08-274-16/+22
* [driver][xray] fix the macOS support checker by supporting -macosAlex Lorenz2019-08-271-0/+4
* Move EH spec mismatches under -fms-compatibilityReid Kleckner2019-08-274-45/+46
* Change the X86 datalayout to add three address spaces for 32 bit signed,Amy Huang2019-08-2714-21/+20
* [RISCV] Set MaxAtomicInlineWidth and MaxAtomicPromoteWidth for RV32/RV64 targ...Sam Elliott2019-08-273-0/+246
* Update the SARIF exporter to SARIF 2.1Joe Ranieri2019-08-273-109/+99
* Replace some custom C11 extension warnings with the generic warning.Aaron Ballman2019-08-273-29/+42
* Fix a SARIF exporter crash with macro expansionsJoe Ranieri2019-08-272-21/+147
* Fix text range end columns in SARIF to be exclusiveJoe Ranieri2019-08-272-14/+11
* Quote the token being diagnosed for C11 extensions.Aaron Ballman2019-08-273-30/+30
* Speculatively fix the build bots after r370052.Aaron Ballman2019-08-271-4/+4
* Implement codegen for MSVC unions with reference members.Aaron Ballman2019-08-271-0/+34
* [ASTImporter] Fix name conflict handling with different strategiesGabor Marton2019-08-271-4/+4
* Revert "[clang-scan-deps] Minimizer: Correctly handle multi-line content with...Richard Smith2019-08-271-16/+0
* [clang-scan-deps] Skip UTF-8 BOM in source minimizerAlexandre Ganea2019-08-271-0/+10
* NFC: Make test work with or without assertionsVitaly Buka2019-08-271-7/+10
* [clang-scan-deps] Minimizer: Correctly skip over double slashes in angle brac...Alexandre Ganea2019-08-261-0/+8
* [clang-scan-deps] Minimizer: Correctly handle multi-line content with CR+LF l...Alexandre Ganea2019-08-261-0/+16
* PR42587: diagnose unexpanded uses of a pack parameter of a genericRichard Smith2019-08-261-0/+13
* hwasan, codegen: Keep more lifetime markers used for hwasanVitaly Buka2019-08-262-0/+6
* msan, codegen, instcombine: Keep more lifetime markers used for msanVitaly Buka2019-08-262-0/+6
* Revert r369843 "[Testing] Unbreak r369830"Vitaly Buka2019-08-261-1/+0
* Updating a test case that was missed in r369957.Aaron Ballman2019-08-261-1/+1
* [DebugInfo] Add debug-entry-values test coverage, NFCVedant Kumar2019-08-261-0/+7
* Fixing a weird copy-pasta to get bots back to green.Aaron Ballman2019-08-261-1/+1
* Reword the C11 extension diagnostic.Aaron Ballman2019-08-262-29/+29