summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [Clang][Sema]Choose a better candidate in overload function call if there is ...Zi Xuan Wu2018-11-162-4/+104
* [VFS] Implement `RedirectingFileSystem::getRealPath`.Volodymyr Sapsai2018-11-161-0/+23
* [analyzer] ConversionChecker: handle floating pointKristof Umann2018-11-161-1/+30
* [WebAssembly] Change type of wake count to unsigned intHeejin Ahn2018-11-161-1/+1
* Fix combining pragma __debug dump & parser_crash with -EDavid Blaikie2018-11-151-0/+8
* CGDecl::emitStoresForConstant fix synthesized constant's nameJF Bastien2018-11-1512-43/+43
* [codeview] Make "clang -g" emit codeview by default when targetting MSVCReid Kleckner2018-11-146-10/+38
* [c++20] Implement P0482R6: enable -fchar8_t by default in C++20 mode.Richard Smith2018-11-143-66/+94
* Reverted D52835 to fix review commentsDavid Bolvansky2018-11-142-51/+1
* [Diagnostics] Check integer to floating point number implicit conversionsDavid Bolvansky2018-11-142-1/+51
* [OpenCL] Fix invalid address space generation for clk_event_tAlexey Sotkin2018-11-141-1/+8
* [Clang] - Add '-gsplit-dwarf[=split,=single]' version for '-gsplit-dwarf' opt...George Rimar2018-11-143-0/+39
* [HIP] Fix device only compilationYaxun Liu2018-11-141-2/+8
* [HeaderSearch] loadSubdirectoryModuleMaps should respect -working-directoryAlex Lorenz2018-11-143-0/+19
* OpenCL: Don't warn on v printf modifierMatt Arsenault2018-11-132-0/+39
* [Driver] Support g++ headers in include/g++David Greene2018-11-135-0/+12
* DebugInfo: Add a driver flag for DWARF debug_ranges base address specifier use.David Blaikie2018-11-132-0/+16
* [NFC] Move storage of dispatch-version to GlobalDeclErich Keane2018-11-131-0/+28
* [clang-cl] Do not allow using both /Zc:dllexportInlines- and /fallback flagTakuto Ikuta2018-11-131-1/+1
* [Sema] Make sure we substitute an instantiation-dependent default template ar...Erik Pilkington2018-11-121-0/+10
* PR39628 Treat all non-zero values as 'true' in bool compound-assignmentRichard Smith2018-11-121-1/+25
* [NFC] Fix formatting in inline nested namespace definition.Erich Keane2018-11-121-11/+11
* Implement P1094R2 (nested inline namespaces)Erich Keane2018-11-121-0/+51
* Revert "Make clang-based tools find libc++ on MacOS"Jonas Devlieghere2018-11-123-35/+0
* Revert rL346644, rL346642: the added test test/CodeGen/code-coverage-filter.c...Calixte Denizet2018-11-123-86/+0
* Make clang-based tools find libc++ on MacOSIlya Biryukov2018-11-123-0/+35
* [GCOV] fix test after patch rL346642Calixte Denizet2018-11-121-18/+18
* [Clang] Add options -fprofile-filter-files and -fprofile-exclude-files to fil...Calixte Denizet2018-11-123-0/+86
* Support Swift in platform availability attributeMichael Wu2018-11-122-0/+34
* [CodeGen][CXX]: Fix no_destroy CG bug under specific circumstancesKristina Brooks2018-11-121-0/+42
* Pass the function type instead of the return type to FunctionDecl::CreateJonas Devlieghere2018-11-111-0/+9
* Revert "Revert rL346454: Fix a use-after-free introduced by r344915."Adrian Prantl2018-11-091-0/+10
* [OPENMP][NVPTX]Extend number of constructs executed in SPMD mode.Alexey Bataev2018-11-097-12/+23
* Revert rL346454: Fix a use-after-free introduced by r344915.Simon Pilgrim2018-11-091-10/+0
* Allow a double-underscore spelling of Clang attributes using double square br...Aaron Ballman2018-11-092-2/+19
* Fix a nondeterminism in the debug info for VLA size expressions.Adrian Prantl2018-11-092-3/+3
* Driver: Make -fsanitize=shadow-call-stack compatible with -fsanitize-minimal-...Peter Collingbourne2018-11-091-0/+4
* Introduce the _Clang scoped attribute token.Aaron Ballman2018-11-094-11/+44
* [OPENMP][NVPTX]Allow to use shared memory for theAlexey Bataev2018-11-097-42/+43
* [clang-cl] Add warning for /Zc:dllexportInlines- when the flag is used with /...Takuto Ikuta2018-11-091-0/+2
* [PowerPC] [Clang] [AltiVec] The second parameter of vec_sr function should be...Zi Xuan Wu2018-11-092-28/+56
* Fix test from r346439 to also work on Windows due to path separator differences.Douglas Yung2018-11-091-1/+1
* Compound literals, enums, et al require const exprBill Wendling2018-11-098-9/+38
* Fix a use-after-free introduced by r344915.Adrian Prantl2018-11-091-0/+10
* [Frontend/Modules] Show diagnostics on prebuilt module configuration mismatch...David Blaikie2018-11-081-0/+22
* Fix bitcast to address space cast for coerced load/stores Yaxun Liu2018-11-081-0/+53
* [OPENMP]Make lambda mapping follow reqs for PTR_AND_OBJ mapping.Alexey Bataev2018-11-081-0/+15
* clang-cl: Add "/clang:" pass-through arg support.Hans Wennborg2018-11-081-0/+14
* [OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extensionAndrew Savonichev2018-11-085-0/+204
* [OPENMP]Fix handling of the globals during compilation for the device.Alexey Bataev2018-11-073-5/+42