summaryrefslogtreecommitdiff
path: root/clang/test
AgeCommit message (Expand)Author
2018-10-02[CodeComplete] Re-fix accessibilty of protected members from base class.Eric Liu
2018-10-02[clang] Implement Override Suggestions in Sema.Kadir Cetinkaya
2018-10-02[AArch64][v8.5A] Test clang option for the Memory Tagging ExtensionOliver Stannard
2018-10-02Added warning for unary minus used with unsigned typeDavid Bolvansky
2018-10-02[CodeGen] Before entering the loop that copies a non-trivial array fieldAkira Hatanaka
2018-10-01Distinguish `__block` variables that are captured by escaping blocksAkira Hatanaka
2018-10-01[MinGW] Allow using ASanMartin Storsjo
2018-10-01Revert r343518.Akira Hatanaka
2018-10-01Distinguish `__block` variables that are captured by escaping blocksAkira Hatanaka
2018-10-01[OPENMP][NVPTX] Handle `requires datasharing` flag correctly withAlexey Bataev
2018-10-01[Preprocessor] Fix a crash when handling non-alpha include header.Haojian Wu
2018-10-01Add support for unified_shared_memory clause on requires directivePatrick Lyster
2018-10-01[CodeComplete] #include completion treats -I as non-system (require header-li...Sam McCall
2018-09-29[X86] Add more of the icc unaligned load/store to/from 128 bit vector intrinsicsCraig Topper
2018-09-28Support enums with a fixed underlying type in all language modes.Erik Pilkington
2018-09-28[OPENMP]Fix PR39084: Check datasharing attributes of reduction variables only.Alexey Bataev
2018-09-28[analyzer] Provide an option to dump generated exploded graphs to a given file.George Karpenkov
2018-09-28[cxx2a] P0614R1: Support init-statements in range-based for loops.Richard Smith
2018-09-28[X86] Add the movbe instruction intrinsics from icc.Craig Topper
2018-09-28AST: add missing ObjC extensions to MS style name decorationSaleem Abdulrasool
2018-09-28[DRIVER][OFFLOAD] Do not invoke unbundler on unsupported file types.Alexey Bataev
2018-09-28[ARM] Prevent DSP and SIM32 being set for v6mSam Parker
2018-09-28[ARM] Alter test to account for change to armv6k default CPUPeter Smith
2018-09-28Handle dependent class template names in class template argumentRichard Smith
2018-09-28[cxx2a] P0641R2: (Some) type mismatches on defaulted functions onlyRichard Smith
2018-09-27[cxx2a] P0624R2: Lambdas with no capture-default areRichard Smith
2018-09-27[OpenMP] Make default parallel for schedule in NVPTX target regions in SPMD m...Gheorghe-Teodor Bercea
2018-09-27[OpenMP] Make default distribute schedule for NVPTX target regions in SPMD mo...Gheorghe-Teodor Bercea
2018-09-27[clang][ubsan][NFC] Slight test cleanup in preparation for D50901Roman Lebedev
2018-09-27Fix greedy FileCheck expression in test/Driver/mips-abi.cJonas Hahnfeld
2018-09-27[OpenMP] Improve search for libomptarget-nvptxJonas Hahnfeld
2018-09-27[AArch64][v8.5A] Test optional Armv8.5-A random number extensionOliver Stannard
2018-09-27[OpenCL] Improve extension-version.cl and to_addr_builtin.cl testsSven van Haastregt
2018-09-27[Sema] Handle __va_start for Windows/ARM64 in the same way as for ARMMartin Storsjo
2018-09-27Revert "[DebugInfo] Generate debug information for labels."Vitaly Buka
2018-09-27[driver][mips] Adjust target triple accordingly to provided ABI nameSimon Atanasyan
2018-09-26[DebugInfo] Generate debug information for labels.Hsiangkai Wang
2018-09-26P1008R1 Classes with user-declared constructors are never aggregates inRichard Smith
2018-09-26[X86] For lzcnt/tzcnt intrinsics use cttz/ctlz intrinsics with zero_undef fla...Craig Topper
2018-09-26[ARM/AArch64][v8.5A] Add Armv8.5-A targetOliver Stannard
2018-09-26[clang-cl] Make /Gs imply default stack probes, not /Gs0 (PR39074)Hans Wennborg
2018-09-26[CUDA] Fix two failed test cases using --cuda-path-ignore-envJiading Gai
2018-09-26P0859R0: List-initialization is potentially-constant-evaluated andRichard Smith
2018-09-26[OPENMP] Add support for OMP5 requires directive + unified_address clauseKelvin Li
2018-09-26[analyzer] Fix a crash on casting symbolic pointers to derived classes.Artem Dergachev
2018-09-25Fix a bot failure from r343042.Erik Pilkington
2018-09-25[analyzer] Add a testing facility for testing relationships between symbols.Artem Dergachev
2018-09-25[clang-check-codegen][cfstring] Accept either @ or % for progbits to make ppc...Kristina Brooks
2018-09-25[Sema] Use a more civilized hash map to implement -Wduplicate-enum.Erik Pilkington
2018-09-25Don't emit "will be treated as an identifier character" warning forRichard Smith