Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
1 result
You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.010Feb98765432131Jan302928272625242321201918171615141312111098765432131Dec30292827262524Sink IsExplicitSpecified flag from CXXConstructorDecl and CXXConversionDeclUpdate C style comments to C++ style.Fix the -Werror build by removing an unused default in a fully covered switchAdd support for armv7ve flag in clang (PR31358).Don't try to link to the 4.0 release notesDisallow explicit instantiation and explicit specialization for deduction guides.Diagnose attempts to explicitly instantiate a template at class scope. Previously Clang would simply ignore the 'template' keyword in this case.[DebugInfo] Added support to Clang FE for generating debug info for preprocessor macros.[docs] coverage: Clarify which flags enable gcov-style profiling (NFC)[CodeGen] Remove unneeded `private`. NFCI.Rename IsExplicitSpecialization -> IsMemberSpecialization when we're talking[c++1z] P0091R3: Basic support for deducing class template arguments via deduction-guides.[windows] Fix test for cl driver.[MS] Implement the __fastfail intrinsic as a builtin[windows] [asan] Add wholearchive flag when including asan_cxx lib.[clang-format] Fix typo in comment.[X86] Fix copy and paste bug in clzero test from r294559.[X86] Clzero flag addition and inclusion under znver1Add check that "#define unix 1" is present for the PS4 target.[sancov] pc_guard_init is called at least once per DSO.Initialize builtins during modular codegenMore fixes for places where 'decltype(auto)' is permitted in the C++ grammar but makes no sense.Don't crash on 'decltype(auto)::'. Rather than treating it as a meaningless[Lit Test] Make tests C++11 compatible - Parse OpenMP[MS] Fix C++ destructor thunk line info for a declaration[clang-format] Move OriginalPrefix from base to subclass.[clang-format] Move comment tests to their own file.[clang-format] Break before a sequence of line comments aligned with the next line.[X86] Add -mprefetchwt1/-mno-prefetchwt1 command line options and __PREFETCHWT1__ define to match gcc.[X86] Add -msgx/-mno-sgx command line options and __SGX__ define to match gcc.[X86] Update command line documentation for -mclwb and -mmovbe which I forgot in my previous commits.[X86] Add -mmpx/-mno-mpx command line options and __MPX__ define to match gcc.[X86] Add -mclwb/-mno-clwb command line arguments and __CLWB__ define to match gcc.[X86] Remove 'umip' feature flag.[X86] Add -mmovbe/-mno-movbe command line options to match gcc.[X86] Add -mclflushopt/-mno-clflushopt command line support and __CLFLUSHOPT__ define to match gcc.Use LLVM_FALLTHROUGH instead of FALLTHROUGH comments.[X86] Remove PCOMMIT feature support since Intel has deprecated this instruction with no plans to release products with it.[AVR] Add support for the 'interrupt' and 'naked' attributesSema: add warning for c++ member variable shadowing
Loading