summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [Sema] Split out -Wformat-type-confusion from -Wformat-pedanticErik Pilkington2019-10-043-9/+45
* [OPENMP50]Suppport for multiple vendors in the same vendor contextAlexey Bataev2019-10-044-12/+15
* Further improve -Wbool-operation bitwise negation messageSam McCall2019-10-041-3/+3
* [clang-rename] Fix a crash when renaming a class without definition.Haojian Wu2019-10-041-0/+4
* [clang] Prevent false positives in arm-mfpu-none codegen test.Simon Tatham2019-10-041-0/+1
* [NFCI] Improve the -Wbool-operation's warning messageDavid Bolvansky2019-10-041-2/+4
* [CodeComplete] Ensure object is the same in compareOverloads()Ilya Biryukov2019-10-041-0/+13
* Properly handle instantiation-dependent array bounds.Richard Smith2019-10-042-3/+2
* [OPENMP]Fix the test on Windows, NFC.Alexey Bataev2019-10-031-1/+1
* [OPENMP50]Codegen support for scores in context selectors.Alexey Bataev2019-10-031-2/+24
* [HIP] Use option -nogpulib to disable linking device libYaxun Liu2019-10-031-0/+11
* Check for qualified function types after substituting into the operandRichard Smith2019-10-031-0/+9
* PR43547: substitute into the type of a non-type template parameter ifRichard Smith2019-10-031-0/+12
* [HIP] Enable specifying different default gpu arch for HIP/CUDA.Michael Liao2019-10-031-0/+7
* [OPENMP]Fix emission of the declare target variables in device mode.Alexey Bataev2019-10-031-15/+8
* [OPENMP]Improve diagnostics for not found declare target entries.Alexey Bataev2019-10-031-4/+2
* [Diagnostics] Bitwise negation of a boolean expr always evaluates to true; wa...David Bolvansky2019-10-031-0/+20
* Fix driver tests when `LLVM_ENABLE_PER_TARGET_RUNTIME_DIR` is `ON`Serge Pavlov2019-10-032-7/+35
* [HIP] Support -emit-llvm for device compilationYaxun Liu2019-10-031-0/+72
* Revert 373538 and follow-ups 373549 and 373552.Nico Weber2019-10-0317-166/+69
* PR43519: don't inject a diagnostic when constant-evaulation of aRichard Smith2019-10-031-0/+5
* Fixing broken builds due to r373538, issues with filepath and hexagon toolchain.Puyan Lotfi2019-10-031-9/+16
* Fixing broken builds due to r373538 due to test that should have been deleted.Puyan Lotfi2019-10-031-14/+0
* Mark P0784R7 as complete and start defining its feature-test macro.Richard Smith2019-10-031-0/+4
* For P0784R7: support placement new-expressions in constant evaluation.Richard Smith2019-10-031-0/+83
* For P0784R7: allow direct calls to operator new / operator delete fromRichard Smith2019-10-031-0/+85
* [clang][ifs] Clang Interface Stubs ToolChain plumbing.Puyan Lotfi2019-10-0216-55/+159
* [OPENMP50]Add parsing/sema analysis for declare variant score.Alexey Bataev2019-10-024-10/+32
* [clang-rename] Better renaming the typedef decl.Haojian Wu2019-10-021-0/+8
* Revert r368237 - Update fix-it hints for std::move warnings.Richard Trieu2019-10-022-50/+44
* Fix crash on constant-evaluation of pseudo-destruction of a pointer.Richard Smith2019-10-021-0/+9
* [OPENMP50]Initial codegen for declare variant implementation vendor.Alexey Bataev2019-10-011-0/+91
* [NFC] Updated tests after rL373371David Bolvansky2019-10-011-4/+0
* [OPENMP]Fix PR43330: OpenMP target: Mapping of partial arrays fails.Alexey Bataev2019-10-011-51/+75
* [Diagnostics] Make -Wenum-compare-conditional off by defaultDavid Bolvansky2019-10-011-4/+0
* [ThinLTO] Enable index-only WPD from clangTeresa Johnson2019-10-011-1/+1
* [OPENMP]Fix PR43516: Compiler crash with collapse(2) on non-rectangularAlexey Bataev2019-10-011-17/+16
* [Diagnostics] Move warning into the subgroup (-Wenum-compare-conditional)David Bolvansky2019-10-011-0/+2
* [clang] Make handling of unnamed template params similar to function paramsKadir Cetinkaya2019-10-016-36/+18
* [clang] Ignore builtin namespaces in test/Import/cxx-anon-namespaceRaphael Isemann2019-10-011-1/+5
* Don't elide the use of the thread wrapper for a thread_local constinitRichard Smith2019-10-011-5/+27
* [c++20] Add a C++20 version of the existing turing machine test.Richard Smith2019-10-011-0/+66
* During constant evaluation, handle CXXBindTemporaryExprs forRichard Smith2019-10-011-0/+5
* [c++20] Fix crash when constant-evaluating an assignment with aRichard Smith2019-10-011-0/+23
* Fix Driver/modules.cpp test to work when build directory name contains '.s'Tom Stellard2019-09-301-1/+1
* Fix crash on value-dependent delete-expressions.Richard Smith2019-09-301-0/+6
* [NFC] Fix tests, second tryDavid Bolvansky2019-09-301-4/+4
* [OPENMP50]Mark declare variant attribute as inheritable.Alexey Bataev2019-09-301-0/+9
* [NFCI] Updated broken testDavid Bolvansky2019-09-301-0/+4
* [Diagnostics] Warn if enumeration type mismatch in conditional expressionDavid Bolvansky2019-09-301-0/+39