summaryrefslogtreecommitdiffstats
path: root/clang/test
Commit message (Expand)AuthorAgeFilesLines
* [analyzer][UninitializedObjectChecker] Fixed captured lambda variable nameKristof Umann2018-07-131-3/+48
* [analyzer][UninitializedObjectChecker] Support for MemberPointerTypesKristof Umann2018-07-131-8/+4
* PR38136: improve handling of template argument deduction of non-trailingRichard Smith2018-07-122-2/+54
* Support linking static PIE binaries on NetBSDJoerg Sonnenberger2018-07-121-0/+13
* PR38141: check whether noexcept-specifications are equivalent in redeclarationsRichard Smith2018-07-122-1/+11
* [Driver] Conform warn_drv_object_size_disabled_O0 to DefaultWarnNoErrorVedant Kumar2018-07-121-2/+3
* [Hexagon] Fix testcases failing after r336933Krzysztof Parzyszek2018-07-123-1589/+1605
* [Hexagon] Diagnose intrinsics not supported by selected CPU/HVXKrzysztof Parzyszek2018-07-128-0/+161
* Add tests for function conversions in conversion function templateRichard Smith2018-07-121-0/+17
* [C++17] Disallow lambdas in template parameters (PR33696).Nicolas Lesser2018-07-121-0/+7
* [C++11] Fix warning when dropping cv-qualifiers when assigning to a reference...Nicolas Lesser2018-07-121-0/+19
* Revert "[modules] Fix 37878; Autoload subdirectory modulemaps with specific L...Bruno Cardoso Lopes2018-07-126-33/+0
* Fix deduction for conversion function templates converting to referenceRichard Smith2018-07-111-0/+68
* os_log: When there are multiple privacy annotations in the formatAkira Hatanaka2018-07-111-2/+2
* Fix determination of whether one set of cvr-qualifiers is compatibleRichard Smith2018-07-111-0/+10
* [FileCheck] Add -allow-deprecated-dag-overlap to failing clang testsJoel E. Denny2018-07-1143-625/+625
* Fix setting of empty implicit-section-name attributePetr Pavlu2018-07-111-0/+76
* [analyzer] Track multiple raw pointer symbols in DanglingInternalBufferChecker.Reka Kovacs2018-07-111-0/+24
* [mips] Add '-mvirt', '-mno-virt', '-mginv', '-mno-ginv' optionsVladimir Stefanovic2018-07-111-0/+24
* [analyzer] Fix bots by changing the analyzer-config tests.George Karpenkov2018-07-112-4/+2
* [SemaCXX] Remove comment from coroutines test, NFCBrian Gesiak2018-07-111-2/+0
* Remove qualtype qualifier in coroutine error to prevent assert in debugBrian Gesiak2018-07-111-0/+21
* PR38095: Allow constant-folding of loads through bitcasted pointers ifRichard Smith2018-07-111-0/+10
* DR330: look through array types when forming the cv-decomposition of a type.Richard Smith2018-07-112-2/+59
* [X86] Also fix the test for _mm512_mullo_epi64 to test the intrinsic instead ...Craig Topper2018-07-101-1/+1
* [X86] Fix the test for _mm512_mullox_epi64 to test the intrinsic instead of a...Craig Topper2018-07-101-1/+1
* Fix determination of whether a reinterpret_cast casts away constness.Richard Smith2018-07-102-3/+33
* Revert -r336726, which included more files than intended.Erich Keane2018-07-101-43/+0
* [NFC] Switch CodeGenFunction to use value init instead of member init listsErich Keane2018-07-101-0/+43
* Patch to fix pragma metadata for do-while loopsBjorn Pettersson2018-07-101-0/+36
* Fix a typo/regression in r335495.John Baldwin2018-07-101-0/+6
* Support -fdebug-prefix-map for assembler source (pass to cc1as). ThisPaul Robinson2018-07-101-0/+6
* AMDGPU: Try to fix test againMatt Arsenault2018-07-101-1/+1
* Update test for backend error message changeMatt Arsenault2018-07-101-1/+1
* [modules] Fix 37878; Autoload subdirectory modulemaps with specific LangOptsYuka Takahashi2018-07-106-0/+33
* [MinGW] Skip adding default win32 api libraries if -lwindowsapp is specifiedMartin Storsjo2018-07-101-0/+6
* [MinGW] Treat any -lucrt* as replacing -lmsvcrtMartin Storsjo2018-07-101-0/+6
* [X86] Lowering integer truncation intrinsics to native IRMikhail Dvoretckii2018-07-102-9/+18
* [X86] Use masked the masked scalar fma builtins to implement the default roun...Craig Topper2018-07-101-448/+220
* [Sema] Fix a structured binding typo correction bugErik Pilkington2018-07-101-0/+7
* [ODRHash] Merge the two function hashes into one.Richard Trieu2018-07-101-0/+222
* Update crash diagnostics test to avoid attempting to write into variousEric Christopher2018-07-101-2/+2
* Fix parsing of privacy annotations in os_log format strings.Akira Hatanaka2018-07-101-1/+23
* [X86] Add __builtin_ia32_selectss_128 and __builtin_ia32_selectsd_128 that is...Craig Topper2018-07-103-80/+123
* Added -fcrash-diagnostics-dir flagBob Haarman2018-07-091-0/+6
* [Power9] [CLANG] Add __float128 support for trunc to double round to oddStefan Pintilie2018-07-091-0/+5
* [OPENMP] Do not mark local variables as declare target.Alexey Bataev2018-07-091-1/+16
* [Builtins][Attributes][X86] Tag all X86 builtins with their required vector w...Craig Topper2018-07-094-1/+57
* [Power9] Add __float128 builtins for Round To OddStefan Pintilie2018-07-091-0/+45
* [OPENMP, NVPTX] Do not globalize local variables in parallel regions.Alexey Bataev2018-07-094-19/+30
OpenPOWER on IntegriCloud