summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Add extension to always default-initialize nullptr_t.Erich Keane2018-12-143-12/+17
* [Clang] Add __builtin_launderEric Fiselier2018-12-145-0/+443
* [OPENMP][NVPTX]Improved interwarp copy function.Alexey Bataev2018-12-142-28/+21
* [analyzer] MoveChecker Pt.6: Suppress the warning for the move-safe STL classes.Artem Dergachev2018-12-143-43/+47
* [analyzer] MoveChecker: Improve invalidation policies.Artem Dergachev2018-12-141-5/+44
* Update our SARIF support from 10-10 to 11-28.Aaron Ballman2018-12-142-29/+51
* Implement -frecord-command-line (-frecord-gcc-switches)Scott Linder2018-12-142-0/+26
* Revert "Make -Wstring-plus-int warns even if when the result is not out of bo...Adam Nemet2018-12-141-11/+12
* [Builltins][X86] Provide implementations of __lzcnt16, __lzcnt, __lzcnt64 for...Craig Topper2018-12-141-0/+48
* [CUDA] Make all host-side shadows of device-side variables undef.Artem Belevich2018-12-131-83/+120
* Fix test after -Wstring-plus-int warning was enabledReid Kleckner2018-12-131-1/+1
* Fix debug-info-abspath.c on Windows by removing /tmp/t.o lineReid Kleckner2018-12-131-2/+0
* Reinstate DW_AT_comp_dir support after D55519.Adrian Prantl2018-12-131-2/+19
* Make -Wstring-plus-int warns even if when the result is not out of boundsSylvestre Ledru2018-12-131-12/+11
* [CodeComplete] Fill preferred type on binary expressionsIlya Biryukov2018-12-131-9/+4
* [CodeComplete] Set preferred type to bool on conditionsIlya Biryukov2018-12-131-0/+15
* [OpenCL] Add generic AS to 'this' pointerMikael Nilsson2018-12-133-7/+166
* [asan] Don't check ODR violations for particular types of globalsVitaly Buka2018-12-131-0/+17
* [analyzer] RunLoopAutoreleaseLeakChecker: Come up with a test for r348822.Artem Dergachev2018-12-131-6/+43
* Emit a proper diagnostic when attempting to forward inalloca argumentsReid Kleckner2018-12-121-0/+11
* Revert "Declares __cpu_model as dso local"Haibo Huang2018-12-122-7/+0
* Declares __cpu_model as dso localHaibo Huang2018-12-122-0/+7
* [AST] Store "UsesADL" information in CallExpr.Eric Fiselier2018-12-123-0/+61
* Teach __builtin_unpredictable to work through implicit casts.Erich Keane2018-12-121-1/+11
* Change CallGraph print to show the fully qualified nameErich Keane2018-12-121-5/+6
* [Unroll/UnrollAndJam/Vectorizer/Distribute] Add followup loop attributes.Michael Kruse2018-12-122-2/+2
* [Driver] Add support for -fembed-bitcode for assembly fileSteven Wu2018-12-121-0/+12
* Make clang::CallGraph look into template instantiationsErich Keane2018-12-121-1/+20
* Basic: make `int_least64_t` and `int_fast64_t` match on DarwinSaleem Abdulrasool2018-12-121-12/+12
* [ExprConstant] Improve memchr/memcmp for type mismatch and multibyte element ...Hubert Tong2018-12-121-12/+186
* Revert "[OpenCL] Add generic AS to 'this' pointer"Mikael Nilsson2018-12-123-166/+7
* [CUDA][OPENMP][NVPTX]Improve logic of the debug info support.Alexey Bataev2018-12-122-20/+41
* [OpenCL] Add generic AS to 'this' pointerMikael Nilsson2018-12-123-7/+166
* [OpenCL] Fix for TBAA information of pointer after addresspacecastAndrew Savonichev2018-12-121-0/+20
* Replace Const-Member checking with non-recursive version.Erich Keane2018-12-111-0/+34
* Revert r348889; it fails some tests.Aaron Ballman2018-12-112-39/+0
* Emit -Wformat properly for bit-field promotions.Aaron Ballman2018-12-112-0/+39
* [analyzer][CStringChecker] evaluate explicit_bzeroDavid Carlier2018-12-111-1/+55
* Reuse code from CGDebugInfo::getOrCreateFile() when creating the fileAdrian Prantl2018-12-112-3/+5
* Pass PartialOverloading argument to the correct corresponding parameterEric Fiselier2018-12-111-0/+16
* Adding tests for -ast-dump; NFC.Aaron Ballman2018-12-111-0/+510
* Revert "[PowerPC] Make no-PIC default to match GCC - CLANG"Stefan Pintilie2018-12-112-40/+4
* Reland r348741 "[Sema] Further improvements to to static_assert diagnostics."Clement Courbet2018-12-114-5/+22
* Revert r348830 "[Sema]improve static_assert(!expr)"Clement Courbet2018-12-111-4/+0
* [Sema]improve static_assert(!expr)Clement Courbet2018-12-111-0/+4
* [analyzer] Hack for backwards compatibility for options for RetainCountChecker.George Karpenkov2018-12-111-0/+1
* [analyzer] Display a diagnostics when an inlined function violates its os_con...George Karpenkov2018-12-111-1/+27
* [analyzer] Resolve another bug where the name of the leaked object was not pr...George Karpenkov2018-12-111-2/+2
* Update test for instcombine changeMatt Arsenault2018-12-101-1/+1
* Revert "Change InitListExpr dump to label and pointer"Stephen Kelly2018-12-101-2/+3