summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix bug 37903:MS ABI: handle inline static data member and inline variable as...Jennifer Yu2019-04-252-1/+92
* [OPENMP] Improved check for the linear dependency in the non-rectangularAlexey Bataev2019-04-251-1/+15
* [OPENMP][AARCH64]Fix the test for declare simd, NFC.Alexey Bataev2019-04-251-4/+4
* PR41427: This has apparently been fixed already, just add a regressionRichard Smith2019-04-241-0/+17
* [codeview] Fix symbol names for dynamic initializers and atexit stubsReid Kleckner2019-04-241-9/+35
* [OPENMP]Initial support for non-rectangular loop nest.Alexey Bataev2019-04-241-1/+16
* Add 'REQUIRES: shell' to verbose-output-quoting.cHans Wennborg2019-04-241-0/+1
* Fix unquoted spaces in args in clang --verbose outputHans Wennborg2019-04-241-0/+9
* Revert r359048: C++ DR2387: a variable template declared wthiIlya Biryukov2019-04-249-87/+20
* [Builtins] Implement __builtin_is_constant_evaluated for use in C++2aEric Fiselier2019-04-243-0/+260
* Revert r350917 "[Sema] If CheckPlaceholderExpr rewrites the initializerRichard Smith2019-04-242-14/+17
* Fix interactions between __builtin_constant_p and constexpr to matchRichard Smith2019-04-242-0/+72
* Fix test after r359009 on platforms where %ms_abi_triple is 32-bitNico Weber2019-04-241-1/+1
* Add missing diagnostic for anonymous struct/union definitions that don'tRichard Smith2019-04-2411-27/+28
* Improve -Wuninitialized warning under ARC for block variables that areAkira Hatanaka2019-04-231-3/+9
* C++ DR2387: a variable template declared wtih (or instantiated with) aRichard Smith2019-04-239-20/+87
* Move setTargetAttributes after setGVProperties in SetFunctionAttributesScott Linder2019-04-231-0/+51
* [analyzer] Fix macro names in diagnostics within bigger macros.Artem Dergachev2019-04-231-1/+26
* [ThinLTO] Pass down opt level to LTO backend and handle -O0 LTO in new PMTeresa Johnson2019-04-232-6/+13
* [APSInt][OpenMP] Fix isNegative, etc. for unsigned typesJoel E. Denny2019-04-2362-124/+255
* MS ABI: Support mangling op<=> now that MSVC 2019 has a manglingNico Weber2019-04-231-2/+6
* [analyzer][CrossTU] Extend CTU to VarDecls with initializerRafael Stahl2019-04-235-2/+149
* [PowerPC] Fix test with -fno-discard-value-names after rC358949Fangrui Song2019-04-231-4/+4
* [PowerPC] [Clang] Port MMX intrinsics and basic test cases to PowerQiu Chaofan2019-04-232-0/+73
* [analyzer] Unbreak body farms in presence of multiple declarations.Artem Dergachev2019-04-231-7/+14
* [analyzer] PR41335: Fix crash when no-store event is in a body-farmed function.Artem Dergachev2019-04-231-0/+20
* [analyzer] PR41269: Add a bit of C++ smart pointer modeling.Artem Dergachev2019-04-233-6/+39
* [c++2a] Implement semantic restrictions for 'export' declarations.Richard Smith2019-04-2210-29/+254
* [Sema] ADL: Associated namespaces for class types and enumeration types (CWG ...Bruno Ricci2019-04-222-5/+61
* [Sema][NFC] Add more tests for the behavior of argument-dependent name lookupBruno Ricci2019-04-225-0/+565
* [Sema][MSVC] Fix bogus microsoft-pure-definition warning on member function o...Bruno Ricci2019-04-211-0/+12
* [analyzer] Move UninitializedObjectChecker out of alphaKristof Umann2019-04-198-27/+27
* Modules: Adopt template parameters for variable templates to set their decl c...David Blaikie2019-04-191-7/+5
* Modules: Search for a visible definition of the decl context when computing v...David Blaikie2019-04-1914-0/+80
* Reapply "[analyzer] Introduce a simplified API for adding custom path notes."Artem Dergachev2019-04-191-0/+8
* Enable frame pointer elimination for OpenBSD on powerpc.Brad Smith2019-04-191-0/+4
* [OPENMP][NVPTX] target [teams distribute] simd maybe run withoutAlexey Bataev2019-04-192-16/+16
* [analyzer][NFC] Reimplement checker optionsKristof Umann2019-04-192-1/+20
* [analyzer] Fix an assertion failure if plugins added dependenciesKristof Umann2019-04-191-0/+17
* [analyzer] Make default bindings to variables actually work.Artem Dergachev2019-04-181-0/+6
* [analyzer] NFC: MoveChecker: Refactor tests to use -verify=prefix.Artem Dergachev2019-04-181-432/+209
* [c++2a] Add semantic support for private module fragments.Richard Smith2019-04-184-11/+88
* [OpenMP][NFC] Fix requires target test.Gheorghe-Teodor Bercea2019-04-181-5/+5
* [OpenMP] Add checks for requires and target directives.Gheorghe-Teodor Bercea2019-04-182-4/+19
* [Sema][NFC] Mark DR1563 as done (List-initialization and overloaded function ...Bruno Ricci2019-04-181-0/+10
* [Sema][NFC] Mark DR705 (Suppressing argument-dependent lookup via parentheses...Bruno Ricci2019-04-181-0/+13
* [c++2a] Improve diagnostic for use of declaration from another TU'sRichard Smith2019-04-181-0/+86
* Fix test on PS4 which defaults to gnu99 which does not emit the expected warn...Douglas Yung2019-04-181-3/+15
* [Sema][ObjC] Don't warn about an implicitly retained self if theAkira Hatanaka2019-04-172-18/+42
* [analyzer] PR41185: Fix regression where __builtin_* functions weren't recogn...Kristof Umann2019-04-173-9/+49