summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [AMDGPU] gfx1010 clang targetStanislav Mekhanoshin2019-05-134-0/+17
* [X86] Make `x86intrin.h`, `immintrin.h` includable with `-fno-gnu-inline-asm`.Volodymyr Sapsai2019-05-131-0/+2
* [OpenMP][Clang][BugFix] Split declares and math functions inclusion.Gheorghe-Teodor Bercea2019-05-135-4/+22
* Make language option `GNUAsm` discoverable with `__has_extension` macro.Volodymyr Sapsai2019-05-132-0/+8
* Introduce the ability to dump the AST to JSON.Aaron Ballman2019-05-133-0/+1659
* Make more friendly with unions. Reviewed as https://reviews.llvm.org/D61858Marshall Clow2019-05-131-0/+15
* Revert r360559 "[c++20] P1064R0: Allow virtual function calls in constant exp...Hans Wennborg2019-05-135-143/+10
* PR41845: Detect and reject mismatched inner/outer pack expansion sizesRichard Smith2019-05-131-0/+10
* PR41854: Don't assert when constant-evaluating a member function call on an i...Richard Smith2019-05-131-0/+8
* [c++20] P1064R0: Allow virtual function calls in constant expressionRichard Smith2019-05-135-10/+143
* Fix test to use -cc1.Leonard Chan2019-05-121-1/+2
* Fix for P41852 where builtin attributes were being caught by FindLocsWithComm...Leonard Chan2019-05-121-0/+12
* Reject attempts to call non-static member functions on objects outsideRichard Smith2019-05-122-12/+68
* Fix handling of objects under construction during constant expressionRichard Smith2019-05-121-0/+46
* Revert rL360499 and rL360464 from cfe/trunk:Simon Pilgrim2019-05-113-114/+12
* Reject attempts to call non-static member functions on objects outsideRichard Smith2019-05-112-12/+68
* [cc1as] Change -compress-debug-sections= to use --Fangrui Song2019-05-112-8/+8
* [Darwin] Introduce a new flag, -fapple-link-rtlib that forces linking of the ...Amara Emerson2019-05-101-0/+6
* [CodeGen][ObjC] Emit invoke instead of call to call `objc_release` whenAkira Hatanaka2019-05-101-0/+11
* [ThinLTO] Clang test changes for new CanAutoHide flagTeresa Johnson2019-05-102-2/+2
* Fixed tests where grep was not matching the linefeedAlexandre Ganea2019-05-104-6/+12
* Add target triple to test.Leonard Chan2019-05-101-1/+1
* Fix handling of objects under construction during constant expressionRichard Smith2019-05-101-0/+46
* Replace 'REQUIRES: nozlib' with '!zlib' because we don't need two waysPaul Robinson2019-05-101-1/+1
* Fix and test for assertion error in P41835.Leonard Chan2019-05-101-0/+6
* Replace 'REQUIRES: not_?san' with 'UNSUPPORTED: ?san' as that betterPaul Robinson2019-05-104-4/+4
* [Sema] Mark array element destructors referenced during initializationErik Pilkington2019-05-103-7/+86
* [libclang] Forward isInline for NamespaceDecl to libclangNikolai Kosjar2019-05-101-0/+3
* Replace lit feature keyword 'non-ms-sdk' with 'ms-sdk'; eliminatePaul Robinson2019-05-104-13/+9
* Assume `__cxa_allocate_exception` returns an under-aligned memory onAkira Hatanaka2019-05-102-4/+72
* Remember to decay arrays to pointers before checking whether theRichard Smith2019-05-091-0/+13
* NFC, make XFAIL work on macOS correctly for test/Driver/XRay/xray-instrument-...Alex Lorenz2019-05-091-1/+1
* DR1872: don't allow any calls to virtual functions in constantRichard Smith2019-05-095-10/+76
* [OPENMP]Fix PR41767: diagnose DSA for variables in clauses with default(none).Alexey Bataev2019-05-098-13/+17
* Specify target triple to fix the tests I committed in r360359 that areAkira Hatanaka2019-05-093-3/+3
* [OPENMP]Fix PR41768: check DSA for globals with default(none) clauses.Alexey Bataev2019-05-0937-65/+91
* Specify ObjC runtime to fix the tests I committed in r360359 that areAkira Hatanaka2019-05-093-3/+3
* [CodeGen][ObjC] Remove the leading `l_` from ObjC symbols and makeAkira Hatanaka2019-05-0923-128/+133
* [OpenCL] Make global ctor init function a kernelAnastasia Stulova2019-05-091-0/+11
* [OpenCL] Switched CXX mode to be derived from C++17Anastasia Stulova2019-05-091-7/+1
* [FIX] Change test to read file insteadDiogo N. Sampaio2019-05-091-1/+1
* Revert "[OPENMP]Fix PR41768: check DSA for globals with `default(none)` claus...Roman Lebedev2019-05-0937-69/+65
* Revert "[OPENMP]Fix PR41767: diagnose DSA for variables in clauses with defau...Roman Lebedev2019-05-097-16/+12
* [ARM] Fix the extensions implied by a cpu nameDiogo N. Sampaio2019-05-091-16/+21
* [c++20] Add support for explicit(bool), as described in P0892R2.Richard Smith2019-05-097-8/+890
* [c++20] Implement P0846R0: allow (ADL-only) calls to template-ids whoseRichard Smith2019-05-0921-68/+182
* When typo-correcting a function name, consider correcting to a type nameRichard Smith2019-05-093-10/+17
* Try to restore some clang test headers lost in r360291Reid Kleckner2019-05-0810-0/+63
* Revert Include corecrt.h in stddef.h and vcruntime.h in stdarg.h to improve M...Reid Kleckner2019-05-0815-79/+2
* Include corecrt.h in stddef.h and vcruntime.h in stdarg.h to improve MSMike Rice2019-05-085-2/+16