The Week Of Monday 24 October 2016 Archives by subject
Starting: Mon Oct 24 00:26:29 PDT 2016
Ending: Sun Oct 30 23:24:00 PDT 2016
Messages: 739
- [clang-tools-extra] r284888 - Remove 'misc-pointer-and-integral-operation' clang-tidy check. The only cases
Alexander Kornienko via cfe-commits
- [clang-tools-extra] r284888 - Remove 'misc-pointer-and-integral-operation' clang-tidy check. The only cases
Richard Smith via cfe-commits
- [clang-tools-extra] r284992 - [clang-tidy] Fix identifier naming in macro args.
Jason Henline via cfe-commits
- [clang-tools-extra] r285059 - Load clang-include-fixer.el from the unit test suite so that the unit tests can run in batch mode.
Manuel Klimek via cfe-commits
- [clang-tools-extra] r285060 - include-fixer: Don't overwrite buffer changes
Manuel Klimek via cfe-commits
- [clang-tools-extra] r285396 - [include-fixer] Make error message sound less like clang crashed.
Benjamin Kramer via cfe-commits
- [libcxx] r249738 - Split <ctype.h> out of <cctype>.
Bruno Cardoso Lopes via cfe-commits
- [libcxx] r249738 - Split <ctype.h> out of <cctype>.
Richard Smith via cfe-commits
- [libcxx] r249738 - Split <ctype.h> out of <cctype>.
Bruno Cardoso Lopes via cfe-commits
- [libcxx] r249738 - Split <ctype.h> out of <cctype>.
Richard Smith via cfe-commits
- [libcxx] r249738 - Split <ctype.h> out of <cctype>.
Richard Smith via cfe-commits
- [libcxx] r249738 - Split <ctype.h> out of <cctype>.
Richard Smith via cfe-commits
- [libcxx] r249738 - Split <ctype.h> out of <cctype>.
Richard Smith via cfe-commits
- [libcxx] r281681 - [libc++] Add _LIBCPP_EXTERN_TEMPLATE_INLINE_VISIBILITY to support GCC ABI compatibility
Mehdi Amini via cfe-commits
- [libcxx] r285011 - Fix shadow warnings in string_view tests. Patch from STL at microsoft.com
Eric Fiselier via cfe-commits
- [libcxx] r285012 - Add missing include in string_view tests. Patch from Billy ONeil @ microsoft
Eric Fiselier via cfe-commits
- [libcxx] r285020 - Fix non-portable tests for temp_directory_path(...)
Eric Fiselier via cfe-commits
- [libcxx] r285100 - [libc++] Fix modules build - Rework __refstring definition
Eric Fiselier via cfe-commits
- [libcxx] r285101 - [libcxx] Build with -fvisibility-inlines-hidden -- Remove 20 inline definitions from the dylib
Eric Fiselier via cfe-commits
- [libcxx] r285102 - Update revision number in CHANGELOG.TXT
Eric Fiselier via cfe-commits
- [libcxx] r285117 - Fix nullptr tests
Eric Fiselier via cfe-commits
- [libcxx] r285213 - Silence unused parameter warnings in archetypes.hpp
Casey Carter via cfe-commits
- [libcxx] r285234 - Cleanup nonportable behavior in tests for std::any
Casey Carter via cfe-commits
- [libcxx] r285300 - Move 'quoted' for string_view from <string_view> to <iomanip> (where the other versions of 'quoted' live. No functional change.
Marshall Clow via cfe-commits
- [libcxx] r285346 - [PATCH] D25483: [libcxx] [test] Fix non-Standard assumptions about how many elements are allocated
Stephan T. Lavavej via cfe-commits
- [libcxx] r285352 - [libcxx] Make regex_match backtrack when search fails
Tim Shen via cfe-commits
- [libcxx] r285382 - Add __libcpp_version file and __libcpp_library_version function.
Eric Fiselier via cfe-commits
- [libcxx] r285382 - Add __libcpp_version file and __libcpp_library_version function.
Ismail Donmez via cfe-commits
- [libcxx] r285382 - Add __libcpp_version file and __libcpp_library_version function.
Eric Fiselier via cfe-commits
- [libcxx] r285382 - Add __libcpp_version file and __libcpp_library_version function.
James Y Knight via cfe-commits
- [libcxx] r285382 - Add __libcpp_version file and __libcpp_library_version function.
Joerg Sonnenberger via cfe-commits
- [libcxx] r285382 - Add __libcpp_version file and __libcpp_library_version function.
Eric Fiselier via cfe-commits
- [libcxx] r285382 - Add __libcpp_version file and __libcpp_library_version function.
Joerg Sonnenberger via cfe-commits
- [libcxx] r285382 - Add __libcpp_version file and __libcpp_library_version function.
Eric Fiselier via cfe-commits
- [libcxx] r285382 - Add __libcpp_version file and __libcpp_library_version function.
Joerg Sonnenberger via cfe-commits
- [libcxx] r285382 - Add __libcpp_version file and __libcpp_library_version function.
Eric Fiselier via cfe-commits
- [libcxx] r285383 - Update mac ABI list
Eric Fiselier via cfe-commits
- [libcxx] r285384 - Add more tests for optional<const T>
Eric Fiselier via cfe-commits
- [libcxx] r285392 - Fix test when using an installed libc++
Eric Fiselier via cfe-commits
- [libcxx] r285403 - Explicitly specify extern "C++" on __libcpp_library_version
Eric Fiselier via cfe-commits
- [libcxx] r285427 - Try 2 to add extern C++ to __libcpp_library_version
Eric Fiselier via cfe-commits
- [libcxx] r285445 - Fix Clang 3.6 build error
Eric Fiselier via cfe-commits
- [libcxx] r285456 - Added 'inline' attribute to basic_string's destructor
Aditya Kumar via cfe-commits
- [libcxx] r285456 - Added 'inline' attribute to basic_string's destructor
Mehdi Amini via cfe-commits
- [libcxx] r285456 - Added 'inline' attribute to basic_string's destructor
Eric Fiselier via cfe-commits
- [libcxx] r285466 - Revert addition of __libcpp_library_version
Eric Fiselier via cfe-commits
- [libcxx] r285469 - Remove files missed in r285466
Eric Fiselier via cfe-commits
- [libcxx] r285485 - Revert "Added 'inline' attribute to basic_string's destructor"
Mehdi Amini via cfe-commits
- [libcxx] r285524 - Add start of filesystem benchmarks
Eric Fiselier via cfe-commits
- [libcxx] r285526 - Rewrite std::filesystem::path iterators and parser
Eric Fiselier via cfe-commits
- [libcxx] r285530 - Improve performance of constructing filesystem::path from strings.
Eric Fiselier via cfe-commits
- [libcxx] r285531 - Fix _LIBCPP_EXTERN_TEMPLATE_INLINE_VISIBILITY to always have default visibility.
Eric Fiselier via cfe-commits
- [libcxx] r285532 - Optimize filesystem::path by providing weaker exception guarantees.
Eric Fiselier via cfe-commits
- [libcxx] r285537 - Remove additional function template definitions from the dylib
Eric Fiselier via cfe-commits
- [libcxx] r285538 - Add 'inline' but not 'always_inline' to std::strings destructor.
Eric Fiselier via cfe-commits
- [libcxxabi] r285107 - Get libc++abi building with LLVM_ENABLE_MODULES
Eric Fiselier via cfe-commits
- [libcxxabi] r285523 - Mark thread exit test as unsupported w/o threads
Eric Fiselier via cfe-commits
- [PATCH] D12839: Extend MoveConstructorInitCheck to also flag constructor arguments passed by value and can be moved assigned to fields.
Malcolm Parsons via cfe-commits
- [PATCH] D13330: Implement __attribute__((unique_instantiation))
Keno Fischer via cfe-commits
- [PATCH] D13330: Implement __attribute__((unique_instantiation))
David Majnemer via cfe-commits
- [PATCH] D13330: Implement __attribute__((unique_instantiation))
Keno Fischer via cfe-commits
- [PATCH] D13330: Implement __attribute__((unique_instantiation))
Keno Fischer via cfe-commits
- [PATCH] D13330: Implement __attribute__((unique_instantiation))
Keno Fischer via cfe-commits
- [PATCH] D13330: Implement __attribute__((unique_instantiation))
Keno Fischer via cfe-commits
- [PATCH] D13330: Implement __attribute__((unique_instantiation))
Richard Smith via cfe-commits
- [PATCH] D13330: Implement __attribute__((unique_instantiation))
Keno Fischer via cfe-commits
- [PATCH] D13419: Fix several problems at the intersection of template instantiations and visibility
Keno Fischer via cfe-commits
- [PATCH] D13419: Fix several problems at the intersection of template instantiations and visibility
Keno Fischer via cfe-commits
- [PATCH] D13419: Fix several problems at the intersection of template instantiations and visibility
Keno Fischer via cfe-commits
- [PATCH] D13419: Fix several problems at the intersection of template instantiations and visibility
Alex Lorenz via cfe-commits
- [PATCH] D13419: Fix several problems at the intersection of template instantiations and visibility
Alex Lorenz via cfe-commits
- [PATCH] D13419: Fix several problems at the intersection of template instantiations and visibility
Keno Fischer via cfe-commits
- [PATCH] D13419: Fix several problems at the intersection of template instantiations and visibility
Richard Smith via cfe-commits
- [PATCH] D13419: Fix several problems at the intersection of template instantiations and visibility
Keno Fischer via cfe-commits
- [PATCH] D13419: Fix several problems at the intersection of template instantiations and visibility
Richard Smith via cfe-commits
- [PATCH] D13419: Fix several problems at the intersection of template instantiations and visibility
Keno Fischer via cfe-commits
- [PATCH] D15994: Allow for unfinished #if blocks in preambles.
Richard Smith via cfe-commits
- [PATCH] D16533: Bug 20796 - GCC's -Wstrict-prototypes warning not implemented in Clang
Alex Lorenz via cfe-commits
- [PATCH] D18172: [CUDA][OpenMP] Add a generic offload action builder
Justin Lebar via cfe-commits
- [PATCH] D18172: [CUDA][OpenMP] Add a generic offload action builder
Samuel Antao via cfe-commits
- [PATCH] D18172: [CUDA][OpenMP] Add a generic offload action builder
Samuel Antao via cfe-commits
- [PATCH] D19853: [safestack] Add -fruntime-init to support invoking functions during runtime init
Michael LeMay via cfe-commits
- [PATCH] D20811: [analyzer] Model some library functions
Phabricator via cfe-commits
- [PATCH] D21075: Correct invalid end location in diagnostics for some identifiers.
Richard Smith via cfe-commits
- [PATCH] D21075: Correct invalid end location in diagnostics for some identifiers.
Erik Verbruggen via cfe-commits
- [PATCH] D21075: Correct invalid end location in diagnostics for some identifiers.
Manuel Klimek via cfe-commits
- [PATCH] D21176: Mark invalid RecordDecls as completed.
Erik Verbruggen via cfe-commits
- [PATCH] D21508: Make friend function template definition available if class is instantiated.
Serge Pavlov via cfe-commits
- [PATCH] D21508: Make friend function template definition available if class is instantiated.
Richard Smith via cfe-commits
- [PATCH] D21675: New ODR checker for modules
Richard Trieu via cfe-commits
- [PATCH] D21675: New ODR checker for modules
Richard Trieu via cfe-commits
- [PATCH] D21737: [PATCH] [CodeGen] Insert TargetLibraryInfoWrapperPass before anything else.
Marcin Kościelnicki via cfe-commits
- [PATCH] D21840: [Driver][CUDA][OpenMP] Reimplement tool selection in the driver.
Samuel Antao via cfe-commits
- [PATCH] D21840: [Driver][CUDA][OpenMP] Reimplement tool selection in the driver.
Samuel Antao via cfe-commits
- [PATCH] D21840: [Driver][CUDA][OpenMP] Reimplement tool selection in the driver.
Hal Finkel via cfe-commits
- [PATCH] D21843: [Driver][OpenMP] Create tool chains for OpenMP offloading kind.
Samuel Antao via cfe-commits
- [PATCH] D21843: [Driver][OpenMP] Create tool chains for OpenMP offloading kind.
Samuel Antao via cfe-commits
- [PATCH] D21843: [Driver][OpenMP] Create tool chains for OpenMP offloading kind.
Hal Finkel via cfe-commits
- [PATCH] D21845: [Driver][OpenMP] Add specialized action builder for OpenMP offloading actions.
Samuel Antao via cfe-commits
- [PATCH] D21845: [Driver][OpenMP] Add specialized action builder for OpenMP offloading actions.
Samuel Antao via cfe-commits
- [PATCH] D21845: [Driver][OpenMP] Add specialized action builder for OpenMP offloading actions.
Hal Finkel via cfe-commits
- [PATCH] D21845: [Driver][OpenMP] Add specialized action builder for OpenMP offloading actions.
Samuel Antao via cfe-commits
- [PATCH] D21845: [Driver][OpenMP] Add specialized action builder for OpenMP offloading actions.
Michael Kuron via cfe-commits
- [PATCH] D21845: [Driver][OpenMP] Add specialized action builder for OpenMP offloading actions.
Samuel Antao via cfe-commits
- [PATCH] D21847: [Driver][OpenMP] Build jobs for OpenMP offloading actions for targets using gcc tool chains.
Samuel Antao via cfe-commits
- [PATCH] D21847: [Driver][OpenMP] Build jobs for OpenMP offloading actions for targets using gcc tool chains.
Samuel Antao via cfe-commits
- [PATCH] D21847: [Driver][OpenMP] Build jobs for OpenMP offloading actions for targets using gcc tool chains.
Hal Finkel via cfe-commits
- [PATCH] D21847: [Driver][OpenMP] Build jobs for OpenMP offloading actions for targets using gcc tool chains.
Samuel Antao via cfe-commits
- [PATCH] D21847: [Driver][OpenMP] Build jobs for OpenMP offloading actions for targets using gcc tool chains.
Samuel Antao via cfe-commits
- [PATCH] D21848: [Driver][OpenMP] Add logic for offloading-specific argument translation.
Samuel Antao via cfe-commits
- [PATCH] D21848: [Driver][OpenMP] Add logic for offloading-specific argument translation.
Samuel Antao via cfe-commits
- [PATCH] D21848: [Driver][OpenMP] Add logic for offloading-specific argument translation.
Hal Finkel via cfe-commits
- [PATCH] D21853: [Driver][OpenMP] Update actions builder to create unbundling action when necessary.
Samuel Antao via cfe-commits
- [PATCH] D21853: [Driver][OpenMP] Update actions builder to create unbundling action when necessary.
Samuel Antao via cfe-commits
- [PATCH] D21853: [Driver][OpenMP] Update actions builder to create unbundling action when necessary.
Hal Finkel via cfe-commits
- [PATCH] D21853: [Driver][OpenMP] Update actions builder to create unbundling action when necessary.
Samuel Antao via cfe-commits
- [PATCH] D21857: [Driver][OpenMP] Add support to create jobs for unbundling actions.
Samuel Antao via cfe-commits
- [PATCH] D22346: [Clang-tidy] CERT-MSC50-CPP (std:rand() )
Aaron Ballman via cfe-commits
- [PATCH] D22346: [Clang-tidy] CERT-MSC50-CPP (std:rand() )
Benedek Kiss via cfe-commits
- [PATCH] D22346: [Clang-tidy] CERT-MSC50-CPP (std:rand() )
Aaron Ballman via cfe-commits
- [PATCH] D22346: [Clang-tidy] CERT-MSC50-CPP (std:rand() )
Benedek Kiss via cfe-commits
- [PATCH] D22346: [Clang-tidy] CERT-MSC50-CPP (std:rand() )
Aaron Ballman via cfe-commits
- [PATCH] D22346: [Clang-tidy] CERT-MSC50-CPP (std:rand() )
Benedek Kiss via cfe-commits
- [PATCH] D22346: [Clang-tidy] CERT-MSC50-CPP (std:rand() )
Aaron Ballman via cfe-commits
- [PATCH] D22374: [analyzer] Copy and move constructors - ExprEngine extended for "almost trivial" copy and move constructors
Balogh, Ádám via cfe-commits
- [PATCH] D22452: [libcxx] Fix last_write_time tests for filesystems that don't support negative and very large times.
Jonas Hahnfeld via cfe-commits
- [PATCH] D22452: [libcxx] Fix last_write_time tests for filesystems that don't support negative and very large times.
Eric Fiselier via cfe-commits
- [PATCH] D23003: [ObjC Availability] Warn upon unguarded use of partially available declaration
Nico Weber via cfe-commits
- [PATCH] D23003: [ObjC Availability] Warn upon unguarded use of partially available declaration
Erik Pilkington via cfe-commits
- [PATCH] D23003: [ObjC Availability] Warn upon unguarded use of partially available declaration
Nico Weber via cfe-commits
- [PATCH] D23528: [OpenMP] Sema and parsing for 'teams distribute simd' pragma
Kelvin Li via cfe-commits
- [PATCH] D23657: Remove some false positives when taking the address of packed members
Roger Ferrer Ibanez via cfe-commits
- [PATCH] D23712: [OpenCL] Override supported OpenCL extensions with -cl-ext option
Joey Gouly via cfe-commits
- [PATCH] D23712: [OpenCL] Override supported OpenCL extensions with -cl-ext option
Andrew Savonichev via cfe-commits
- [PATCH] D23752: [cmake] Respect LLVM_RUNTIMES_LIBDIR_SUFFIX
Michał Górny via cfe-commits
- [PATCH] D23752: [cmake] Respect LLVM_RUNTIMES_LIBDIR_SUFFIX
Michał Górny via cfe-commits
- [PATCH] D23752: [cmake] Respect LLVM_RUNTIMES_LIBDIR_SUFFIX
Chris Bieneman via cfe-commits
- [PATCH] D23752: [cmake] Respect LLVM_RUNTIMES_LIBDIR_SUFFIX
Chandler Carruth via cfe-commits
- [PATCH] D23752: [cmake] Respect LLVM_RUNTIMES_LIBDIR_SUFFIX
Michał Górny via cfe-commits
- [PATCH] D23752: [cmake] Respect LLVM_RUNTIMES_LIBDIR_SUFFIX
Chandler Carruth via cfe-commits
- [PATCH] D23752: [cmake] Respect LLVM_RUNTIMES_LIBDIR_SUFFIX
Michał Górny via cfe-commits
- [PATCH] D23752: [cmake] Respect LLVM_RUNTIMES_LIBDIR_SUFFIX
Chandler Carruth via cfe-commits
- [PATCH] D23752: [cmake] Respect LLVM_RUNTIMES_LIBDIR_SUFFIX
Michał Górny via cfe-commits
- [PATCH] D23752: cmake: Supporting overriding runtime libdir via CLANG_LIBDIR_SUFFIX
Chris Bieneman via cfe-commits
- [PATCH] D23754: cmake: Add CLANG_GOLD_LIBDIR_SUFFIX to specify loc of LLVMgold.so
Michał Górny via cfe-commits
- [PATCH] D23754: cmake: Add CLANG_GOLD_LIBDIR_SUFFIX to specify loc of LLVMgold.so
Chris Bieneman via cfe-commits
- [PATCH] D23754: cmake: Add CLANG_GOLD_LIBDIR_SUFFIX to specify loc of LLVMgold.so
Michał Górny via cfe-commits
- [PATCH] D23754: cmake: Add CLANG_GOLD_LIBDIR_SUFFIX to specify loc of LLVMgold.so
Chandler Carruth via cfe-commits
- [PATCH] D23754: cmake: Add CLANG_GOLD_LIBDIR_SUFFIX to specify loc of LLVMgold.so
Michał Górny via cfe-commits
- [PATCH] D23754: cmake: Add CLANG_GOLD_LIBDIR_SUFFIX to specify loc of LLVMgold.so
Chandler Carruth via cfe-commits
- [PATCH] D23754: cmake: Add CLANG_GOLD_LIBDIR_SUFFIX to specify loc of LLVMgold.so
Michał Górny via cfe-commits
- [PATCH] D23754: cmake: Add CLANG_GOLD_LIBDIR_SUFFIX to specify loc of LLVMgold.so
Chandler Carruth via cfe-commits
- [PATCH] D23754: cmake: Add CLANG_GOLD_LIBDIR_SUFFIX to specify loc of LLVMgold.so
Michał Górny via cfe-commits
- [PATCH] D23765: Fix for clang PR 29087
Taewook Oh via cfe-commits
- [PATCH] D23765: Fix for clang PR 29087
Richard Smith via cfe-commits
- [PATCH] D24010: [ReachableCode] Skip over ExprWithCleanups in isConfigurationValue
David Blaikie via cfe-commits
- [PATCH] D24010: [ReachableCode] Skip over ExprWithCleanups in isConfigurationValue
Tim Shen via cfe-commits
- [PATCH] D24010: [ReachableCode] Skip over ExprWithCleanups in isConfigurationValue
Tim Shen via cfe-commits
- [PATCH] D24010: [ReachableCode] Skip over ExprWithCleanups in isConfigurationValue
David Blaikie via cfe-commits
- [PATCH] D24010: [ReachableCode] Skip over ExprWithCleanups in isConfigurationValue
Tim Shen via cfe-commits
- [PATCH] D24010: [ReachableCode] Skip over ExprWithCleanups in isConfigurationValue
David Blaikie via cfe-commits
- [PATCH] D24085: arm: Fix ttype encoding assertion failure.
Marshall Clow via cfe-commits
- [PATCH] D24085: arm: Fix ttype encoding assertion failure.
Logan Chien via cfe-commits
- [PATCH] D24289: Add warning when assigning enums to bitfields without an explicit unsigned underlying type
Mehdi AMINI via cfe-commits
- [PATCH] D24361: hasDeclaration(qualType(...)) matcher should unwrap ElaboratedType and TemplateSpecializationType
Manuel Klimek via cfe-commits
- [PATCH] D24361: hasDeclaration(qualType(...)) matcher should unwrap ElaboratedType and TemplateSpecializationType
Łukasz Anforowicz via cfe-commits
- [PATCH] D24372: [libcxx] Sprinkle constexpr over compressed_pair
Marshall Clow via cfe-commits
- [PATCH] D24372: [libcxx] Sprinkle constexpr over compressed_pair
Keno Fischer via cfe-commits
- [PATCH] D24378: [CodeGen] Provide an appropriate alignment for dynamic allocas
David Majnemer via cfe-commits
- [PATCH] D24693: [CodeGen] Don't emit lifetime intrinsics for some local variables
Vitaly Buka via cfe-commits
- [PATCH] D24695: [CodeGen] Move shouldEmitLifetimeMarkers into more convenient place
Vitaly Buka via cfe-commits
- [PATCH] D24703: [clang-format] BreakBeforeBinaryOperations and AlignAfterOpenBracket conflict, bug 30304
Daphne Pfister via cfe-commits
- [PATCH] D24799: [XRay] Check in Clang whether XRay supports the target when -fxray-instrument is passed
Dean Michael Berris via cfe-commits
- [PATCH] D24799: [XRay] Check in Clang whether XRay supports the target when -fxray-instrument is passed
Dean Michael Berris via cfe-commits
- [PATCH] D24799: [XRay] Check in Clang whether XRay supports the target when -fxray-instrument is passed
Dean Michael Berris via cfe-commits
- [PATCH] D24799: [XRay] Check in Clang whether XRay supports the target when -fxray-instrument is passed
Serge Rogatch via cfe-commits
- [PATCH] D24799: [XRay] Check in Clang whether XRay supports the target when -fxray-instrument is passed
Dean Michael Berris via cfe-commits
- [PATCH] D24799: [XRay] Check in Clang whether XRay supports the target when -fxray-instrument is passed
Serge Rogatch via cfe-commits
- [PATCH] D24869: [cfe] [test] Fix detecting LLVM zlib support in stand-alone builds
Michał Górny via cfe-commits
- [PATCH] D24886: Add [[clang::suppress(rule, ...)]] attribute
Aaron Ballman via cfe-commits
- [PATCH] D24894: [clang-tidy] Prefer transparent functors to non-transparent one.
Aaron Ballman via cfe-commits
- [PATCH] D24954: [Driver] Disable OpenSUSE rules for OpenSUSE/SLES 10 and older
Bruno Cardoso Lopes via cfe-commits
- [PATCH] D24954: [Driver] Disable OpenSUSE rules for OpenSUSE/SLES 10 and older
Michał Górny via cfe-commits
- [PATCH] D24954: [Driver] Disable OpenSUSE rules for OpenSUSE/SLES 10 and older
Bruno Cardoso Lopes via cfe-commits
- [PATCH] D24954: [Driver] Disable OpenSUSE rules for OpenSUSE/SLES 10 and older
Michał Górny via cfe-commits
- [PATCH] D24954: [Driver] Disable OpenSUSE rules for OpenSUSE/SLES 10 and older
Bruno Cardoso Lopes via cfe-commits
- [PATCH] D24954: [Driver] Disable OpenSUSE rules for OpenSUSE/SLES 10 and older
Michał Górny via cfe-commits
- [PATCH] D24954: [Driver] Disable OpenSUSE rules for OpenSUSE/SLES 10 and older
Bruno Cardoso Lopes via cfe-commits
- [PATCH] D24954: [Driver] Disable OpenSUSE rules for OpenSUSE/SLES 10 and older
Michał Górny via cfe-commits
- [PATCH] D24991: Inline hot functions in libcxx shared_ptr implementation.
Sebastian Pop via cfe-commits
- [PATCH] D24991: Inline hot functions in libcxx shared_ptr implementation.
Sebastian Pop via cfe-commits
- [PATCH] D24997: [ClangTidy] Add UsingInserter and NamespaceAliaser
Alexander Kornienko via cfe-commits
- [PATCH] D25008: [cmake] Split linked libraries into private & public, for linker script
Jonas Hahnfeld via cfe-commits
- [PATCH] D25008: [cmake] Split linked libraries into private & public, for linker script
Michał Górny via cfe-commits
- [PATCH] D25008: [cmake] Split linked libraries into private & public, for linker script
Jonas Hahnfeld via cfe-commits
- [PATCH] D25008: [cmake] Split linked libraries into private & public, for linker script
Joerg Sonnenberger via cfe-commits
- [PATCH] D25008: [cmake] Split linked libraries into private & public, for linker script
Jonas Hahnfeld via cfe-commits
- [PATCH] D25008: [cmake] Split linked libraries into private & public, for linker script
Michał Górny via cfe-commits
- [PATCH] D25063: [x86][inline-asm][AVX512][clang][PART-1] Introducing "k" and "Yk" constraints for extended inline assembly, enabling use of AVX512 masked vectorized instructions.
Reid Kleckner via cfe-commits
- [PATCH] D25074: [clang-tidy] Improve rename_check.py
Alexander Kornienko via cfe-commits
- [PATCH] D25153: preprocessor supports `-dI` flag
Steve O'Brien via cfe-commits
- [PATCH] D25153: preprocessor supports `-dI` flag
Bruno Cardoso Lopes via cfe-commits
- [PATCH] D25153: preprocessor supports `-dI` flag
Bruno Cardoso Lopes via cfe-commits
- [PATCH] D25153: preprocessor supports `-dI` flag
Steve O'Brien via cfe-commits
- [PATCH] D25204: Register Calling Convention, Clang changes
Erich Keane via cfe-commits
- [PATCH] D25204: Register Calling Convention, Clang changes
Erich Keane via cfe-commits
- [PATCH] D25204: Register Calling Convention, Clang changes
Reid Kleckner via cfe-commits
- [PATCH] D25204: Register Calling Convention, Clang changes
David Majnemer via cfe-commits
- [PATCH] D25204: Register Calling Convention, Clang changes
Erich Keane via cfe-commits
- [PATCH] D25204: Register Calling Convention, Clang changes
Erich Keane via cfe-commits
- [PATCH] D25204: Register Calling Convention, Clang changes
Joerg Sonnenberger via cfe-commits
- [PATCH] D25204: Register Calling Convention, Clang changes
Erich Keane via cfe-commits
- [PATCH] D25204: Register Calling Convention, Clang changes
David Majnemer via cfe-commits
- [PATCH] D25204: Register Calling Convention, Clang changes
Joerg Sonnenberger via cfe-commits
- [PATCH] D25204: Register Calling Convention, Clang changes
Reid Kleckner via cfe-commits
- [PATCH] D25204: Register Calling Convention, Clang changes
Erich Keane via cfe-commits
- [PATCH] D25204: Register Calling Convention, Clang changes
Reid Kleckner via cfe-commits
- [PATCH] D25204: Register Calling Convention, Clang changes
Erich Keane via cfe-commits
- [PATCH] D25206: [Parser] Correct typo after lambda capture initializer is parsed
Akira Hatanaka via cfe-commits
- [PATCH] D25206: [Parser] Correct typo after lambda capture initializer is parsed
Richard Smith via cfe-commits
- [PATCH] D25206: [Parser] Correct typo after lambda capture initializer is parsed
Mehdi AMINI via cfe-commits
- [PATCH] D25206: [Parser] Correct typo after lambda capture initializer is parsed
Akira Hatanaka via cfe-commits
- [PATCH] D25241: [libcxx] Improve code generation for vector::clear().
Marshall Clow via cfe-commits
- [PATCH] D25284: AvailabilityAttrs: Delay partial availability diagnostics
Phabricator via cfe-commits
- [PATCH] D25292: [coroutines] Add diagnostics for copy/move assignment operators and functions with deduced return types.
Eric Fiselier via cfe-commits
- [PATCH] D25305: [OpenCL] Setting constant address space for array initializers
Alexey Sotkin via cfe-commits
- [PATCH] D25305: [OpenCL] Setting constant address space for array initializers
Alexey Bader via cfe-commits
- [PATCH] D25305: [OpenCL] Setting constant address space for array initializers
Anastasia Stulova via cfe-commits
- [PATCH] D25305: [OpenCL] Setting constant address space for array initializers
Alexey Bader via cfe-commits
- [PATCH] D25305: [OpenCL] Setting constant address space for array initializers
Alexey Sotkin via cfe-commits
- [PATCH] D25305: [OpenCL] Setting constant address space for array initializers
Anastasia Stulova via cfe-commits
- [PATCH] D25305: [OpenCL] Setting constant address space for array initializers
Alexey Sotkin via cfe-commits
- [PATCH] D25305: [OpenCL] Setting constant address space for array initializers
Alexey Sotkin via cfe-commits
- [PATCH] D25305: [OpenCL] Setting constant address space for array initializers
Anastasia Stulova via cfe-commits
- [PATCH] D25316: [clang-tidy] Enhance modernize-use-auto to casts
Malcolm Parsons via cfe-commits
- [PATCH] D25343: [OpenCL] Mark group functions as convergent in opencl-c.h
Anastasia Stulova via cfe-commits
- [PATCH] D25343: [OpenCL] Mark group functions as convergent in opencl-c.h
Anastasia Stulova via cfe-commits
- [PATCH] D25343: [OpenCL] Mark group functions as convergent in opencl-c.h
Liu, Yaxun (Sam) via cfe-commits
- [PATCH] D25343: [OpenCL] Mark group functions as convergent in opencl-c.h
Ettore Speziale via cfe-commits
- [PATCH] D25343: [OpenCL] Mark group functions as convergent in opencl-c.h
Anastasia Stulova via cfe-commits
- [PATCH] D25349: [coroutines] Build fallthrough and set_exception statements.
Richard Smith via cfe-commits
- [PATCH] D25363: [Sema] Store a SourceRange for multi-token builtin types
Malcolm Parsons via cfe-commits
- [PATCH] D25402: [Driver] Pass -lunwind when using libc++ + compiler-rt on Linux
Jonas Hahnfeld via cfe-commits
- [PATCH] D25402: [Driver] Pass -lunwind when using libc++ + compiler-rt on Linux
Michał Górny via cfe-commits
- [PATCH] D25402: [Driver] Pass -lunwind when using libc++ + compiler-rt on Linux
Jonas Hahnfeld via cfe-commits
- [PATCH] D25402: [Driver] Pass -lunwind when using libc++ + compiler-rt on Linux
Michał Górny via cfe-commits
- [PATCH] D25402: [Driver] Pass -lunwind when using libc++ + compiler-rt on Linux
Jonas Hahnfeld via cfe-commits
- [PATCH] D25403: [CUDA] Mark __libcpp_{isnan, isinf, isfinite} as constexpr.
Hal Finkel via cfe-commits
- [PATCH] D25403: [CUDA] Mark __libcpp_{isnan, isinf, isfinite} as constexpr.
Justin Lebar via cfe-commits
- [PATCH] D25403: [CUDA] Mark __libcpp_{isnan, isinf, isfinite} as constexpr.
Hal Finkel via cfe-commits
- [PATCH] D25403: [CUDA] Mark __libcpp_{isnan, isinf, isfinite} as constexpr.
Justin Lebar via cfe-commits
- [PATCH] D25403: [CUDA] Mark __libcpp_{isnan, isinf, isfinite} as constexpr.
Hal Finkel via cfe-commits
- [PATCH] D25403: [CUDA] Mark __libcpp_{isnan, isinf, isfinite} as constexpr.
Justin Lebar via cfe-commits
- [PATCH] D25403: [CUDA] Mark __libcpp_{isnan, isinf, isfinite} as constexpr.
Hal Finkel via cfe-commits
- [PATCH] D25403: [CUDA] Mark __libcpp_{isnan, isinf, isfinite} as constexpr.
Justin Lebar via cfe-commits
- [PATCH] D25403: [CUDA] Mark __libcpp_{isnan, isinf, isfinite} as constexpr.
Hal Finkel via cfe-commits
- [PATCH] D25403: [CUDA] Mark __libcpp_{isnan, isinf, isfinite} as constexpr.
Hal Finkel via cfe-commits
- [PATCH] D25403: [CUDA] Mark __libcpp_{isnan, isinf, isfinite} as constexpr.
Justin Lebar via cfe-commits
- [PATCH] D25439: Fixed column shift when formatting line containing bit shift operators
Paweł Żukowski via cfe-commits
- [PATCH] D25439: Fixed column shift when formatting line containing bit shift operators
Paweł Żukowski via cfe-commits
- [PATCH] D25439: Fixed column shift when formatting line containing bit shift operators
Daniel Jasper via cfe-commits
- [PATCH] D25450: [clang-tidy] Fix identifier naming in macro args.
Jason Henline via cfe-commits
- [PATCH] D25450: [clang-tidy] Fix identifier naming in macro args.
Jason Henline via cfe-commits
- [PATCH] D25475: [analyzer] Add a new SVal to support pointer-to-member operations.
Kirill Romanenkov via cfe-commits
- [PATCH] D25475: [analyzer] Add a new SVal to support pointer-to-member operations.
Devin Coughlin via cfe-commits
- [PATCH] D25483: [libcxx] [test] Fix non-Standard assumptions about how many elements are allocated
Eric Fiselier via cfe-commits
- [PATCH] D25483: [libcxx] [test] Fix non-Standard assumptions about how many elements are allocated
Stephan T. Lavavej via cfe-commits
- [PATCH] D25492: [libcxx] [test] Fix shadowing in string.assign and string.append
Eric Fiselier via cfe-commits
- [PATCH] D25531: [libcxx] [test] Include <algorithm> in string_view::copy test
Eric Fiselier via cfe-commits
- [PATCH] D25556: [Sema] Add variable captured by a block to the enclosing lambda's potential capture list
Akira Hatanaka via cfe-commits
- [PATCH] D25579: [codeview] emit debug info for indirect virtual base classes
Bob Haarman via cfe-commits
- [PATCH] D25593: [libcxx] Build with -fvisibility-inlines-hidden -- Remove 20 inline definitions from the dylib
Eric Fiselier via cfe-commits
- [PATCH] D25593: [libcxx] Build with -fvisibility-inlines-hidden -- Remove 20 inline definitions from the dylib
Eric Fiselier via cfe-commits
- [PATCH] D25604: Add support for Mageia Linux
Vassil Vassilev via cfe-commits
- [PATCH] D25604: Add support for Mageia Linux
Chandler Carruth via cfe-commits
- [PATCH] D25605: Empty the C/DtorLists once emitted. This is essential when running in incremental processing mode, because we don't want to reemit the 'tors over and over again.
Vassil Vassilev via cfe-commits
- [PATCH] D25624: Added 'inline' attribute to basic_string's destructor
Aditya Kumar via cfe-commits
- [PATCH] D25624: Added 'inline' attribute to basic_string's destructor
Sebastian Pop via cfe-commits
- [PATCH] D25624: Added 'inline' attribute to basic_string's destructor
Aditya Kumar via cfe-commits
- [PATCH] D25624: Added 'inline' attribute to basic_string's destructor
Sebastian Pop via cfe-commits
- [PATCH] D25624: Added 'inline' attribute to basic_string's destructor
Eric Fiselier via cfe-commits
- [PATCH] D25624: Added 'inline' attribute to basic_string's destructor
Eric Fiselier via cfe-commits
- [PATCH] D25624: Added 'inline' attribute to basic_string's destructor
Aditya Kumar via cfe-commits
- [PATCH] D25624: Added 'inline' attribute to basic_string's destructor
Eric Fiselier via cfe-commits
- [PATCH] D25624: Added 'inline' attribute to basic_string's destructor
Aditya Kumar via cfe-commits
- [PATCH] D25624: Added 'inline' attribute to basic_string's destructor
Mehdi AMINI via cfe-commits
- [PATCH] D25624: Added 'inline' attribute to basic_string's destructor
Sebastian Pop via cfe-commits
- [PATCH] D25624: Added 'inline' attribute to basic_string's destructor
Mehdi AMINI via cfe-commits
- [PATCH] D25624: Added 'inline' attribute to basic_string's destructor
Mehdi AMINI via cfe-commits
- [PATCH] D25624: Added 'inline' attribute to basic_string's destructor
Mehdi AMINI via cfe-commits
- [PATCH] D25624: Added 'inline' attribute to basic_string's destructor
Mehdi AMINI via cfe-commits
- [PATCH] D25624: Added 'inline' attribute to basic_string's destructor
Mehdi AMINI via cfe-commits
- [PATCH] D25624: Added 'inline' attribute to basic_string's destructor
Mehdi AMINI via cfe-commits
- [PATCH] D25624: Added 'inline' attribute to basic_string's destructor
Mehdi AMINI via cfe-commits
- [PATCH] D25640: [CUDA] [AST] Allow isInlineDefinitionExternallyVisible to be called on functions without bodies.
Artem Belevich via cfe-commits
- [PATCH] D25640: [CUDA] [AST] Allow isInlineDefinitionExternallyVisible to be called on functions without bodies.
Justin Lebar via cfe-commits
- [PATCH] D25640: [CUDA] [AST] Allow isInlineDefinitionExternallyVisible to be called on functions without bodies.
Richard Smith via cfe-commits
- [PATCH] D25640: [CUDA] [AST] Allow isInlineDefinitionExternallyVisible to be called on functions without bodies.
Justin Lebar via cfe-commits
- [PATCH] D25640: [CUDA] [AST] Allow isInlineDefinitionExternallyVisible to be called on functions without bodies.
Justin Lebar via cfe-commits
- [PATCH] D25640: [CUDA] [AST] Allow isInlineDefinitionExternallyVisible to be called on functions without bodies.
Richard Smith via cfe-commits
- [PATCH] D25640: [CUDA] [AST] Allow isInlineDefinitionExternallyVisible to be called on functions without bodies.
Justin Lebar via cfe-commits
- [PATCH] D25654: [Sema] Don't perform aggregate initialization for types with explicit constructors
Eric Fiselier via cfe-commits
- [PATCH] D25657: include-fixer: Don't overwrite buffer changes
Jens Massberg via cfe-commits
- [PATCH] D25657: include-fixer: Don't overwrite buffer changes
Eugene Zelenko via cfe-commits
- [PATCH] D25658: Load clang-include-fixer.el from the unit test suite so that the unit tests can run in batch mode
Jens Massberg via cfe-commits
- [PATCH] D25660: [Analyzer] Checker for iterators dereferenced beyond their range.
Balogh, Ádám via cfe-commits
- [PATCH] D25660: [Analyzer] Checker for iterators dereferenced beyond their range.
Balogh, Ádám via cfe-commits
- [PATCH] D25660: [Analyzer] Checker for iterators dereferenced beyond their range.
Artem Dergachev via cfe-commits
- [PATCH] D25660: [Analyzer] Checker for iterators dereferenced beyond their range.
Balogh, Ádám via cfe-commits
- [PATCH] D25660: [Analyzer] Checker for iterators dereferenced beyond their range.
Aleksei Sidorin via cfe-commits
- [PATCH] D25660: [Analyzer] Checker for iterators dereferenced beyond their range.
Aleksei Sidorin via cfe-commits
- [PATCH] D25660: [Analyzer] Checker for iterators dereferenced beyond their range.
Anna Zaks via cfe-commits
- [PATCH] D25661: [Driver] Support obtaining active toolchain from gcc-config on Gentoo
Benjamin Kramer via cfe-commits
- [PATCH] D25661: [Driver] Support obtaining active toolchain from gcc-config on Gentoo
Michał Górny via cfe-commits
- [PATCH] D25661: [Driver] Support obtaining active toolchain from gcc-config on Gentoo
Benjamin Kramer via cfe-commits
- [PATCH] D25661: [Driver] Support obtaining active toolchain from gcc-config on Gentoo
Michał Górny via cfe-commits
- [PATCH] D25669: [Driver] Simplify ToolChain::GetCXXStdlibType (NFC)
Jonas Hahnfeld via cfe-commits
- [PATCH] D25669: [Driver] Simplify ToolChain::GetCXXStdlibType (NFC)
Alexey Bataev via cfe-commits
- [PATCH] D25669: [Driver] Simplify ToolChain::GetCXXStdlibType (NFC)
Jonas Hahnfeld via cfe-commits
- [PATCH] D25674: [Concepts] Class template associated constraints
Hubert Tong via cfe-commits
- [PATCH] D25674: [Concepts] Class template associated constraints
Richard Smith via cfe-commits
- [PATCH] D25719: [Sema] Fix PR30664
Richard Smith via cfe-commits
- [PATCH] D25731: [analyzer] NumberObjectConversion: Support OSNumber and CFNumberRef.
Artem Dergachev via cfe-commits
- [PATCH] D25731: [analyzer] NumberObjectConversion: Support OSNumber and CFNumberRef.
Artem Dergachev via cfe-commits
- [PATCH] D25731: [analyzer] NumberObjectConversion: Support OSNumber and CFNumberRef.
Anna Zaks via cfe-commits
- [PATCH] D25731: [analyzer] NumberObjectConversion: Support OSNumber and CFNumberRef.
Artem Dergachev via cfe-commits
- [PATCH] D25731: [analyzer] NumberObjectConversion: Support OSNumber and CFNumberRef.
Devin Coughlin via cfe-commits
- [PATCH] D25731: [analyzer] NumberObjectConversion: Support OSNumber and CFNumberRef.
Phabricator via cfe-commits
- [PATCH] D25761: Use linker flag --fix-cortex-a53-843419 on Android ARM64 compilation.
Stephen Hines via cfe-commits
- [PATCH] D25777: [Sema][TreeTransform] Re-create DesignatedInitExpr when it has a field designator with a valid FieldDecl
Alex Lorenz via cfe-commits
- [PATCH] D25809: [CUDA] Improved target attribute-based overloading.
Artem Belevich via cfe-commits
- [PATCH] D25809: [CUDA] Improved target attribute-based overloading.
Artem Belevich via cfe-commits
- [PATCH] D25809: [CUDA] Improved target attribute-based overloading.
Artem Belevich via cfe-commits
- [PATCH] D25809: [CUDA] Improved target attribute-based overloading.
Justin Lebar via cfe-commits
- [PATCH] D25817: [Sema] Improve the error diagnostic for dot destructor calls on pointer objects
David Blaikie via cfe-commits
- [PATCH] D25817: [Sema] Improve the error diagnostic for dot destructor calls on pointer objects
Richard Smith via cfe-commits
- [PATCH] D25817: [Sema] Improve the error diagnostic for dot destructor calls on pointer objects
Alex Lorenz via cfe-commits
- [PATCH] D25820: [Sema][Objective-C] Formatting warnings should see through Objective-C message sends
Alex Lorenz via cfe-commits
- [PATCH] D25838: [Basic] Support 32-bit x86 and ARM targets for Fuchsia
Benjamin Kramer via cfe-commits
- [PATCH] D25838: [Basic] Support 32-bit x86 and ARM targets for Fuchsia
Richard Smith via cfe-commits
- [PATCH] D25838: [Basic] Support 32-bit x86 and ARM targets for Fuchsia
Petr Hosek via cfe-commits
- [PATCH] D25844: [Sema][ObjC] Warn about implicitly autoreleasing indirect parameters that are captured by blocks
Akira Hatanaka via cfe-commits
- [PATCH] D25845: [CUDA] Ignore implicit target attributes during function template instantiation.
Artem Belevich via cfe-commits
- [PATCH] D25845: [CUDA] Ignore implicit target attributes during function template instantiation.
Justin Lebar via cfe-commits
- [PATCH] D25850: [WIP] Accept nullability annotations (_Nullable) on array parameters
Jordan Rose via cfe-commits
- [PATCH] D25850: [WIP] Accept nullability annotations (_Nullable) on array parameters
Adrian Prantl via cfe-commits
- [PATCH] D25850: [WIP] Accept nullability annotations (_Nullable) on array parameters
Jordan Rose via cfe-commits
- [PATCH] D25850: Accept nullability annotations (_Nullable) on array parameters
Jordan Rose via cfe-commits
- [PATCH] D25850: Accept nullability annotations (_Nullable) on array parameters
Jordan Rose via cfe-commits
- [PATCH] D25857: [tsan][clang] Introduce a function attribute to disable TSan checking at run time
Kuba Brecka via cfe-commits
- [PATCH] D25857: [tsan][clang] Introduce a function attribute to disable TSan checking at run time
Dmitry Vyukov via cfe-commits
- [PATCH] D25866: [Sema] Support implicit scalar to vector conversions
Simon Dardis via cfe-commits
- [PATCH] D25866: [Sema] Support implicit scalar to vector conversions
Bruno Cardoso Lopes via cfe-commits
- [PATCH] D25869: [Driver] Add unit tests for DetectDistro()
Benjamin Kramer via cfe-commits
- [PATCH] D25869: [Driver] Add unit tests for DetectDistro()
Michał Górny via cfe-commits
- [PATCH] D25869: [Driver] Add unit tests for DetectDistro()
Bruno Cardoso Lopes via cfe-commits
- [PATCH] D25869: [Driver] Add unit tests for DetectDistro()
Michał Górny via cfe-commits
- [PATCH] D25870: Fix 'unknown documentation command' warning ranges
Erik Verbruggen via cfe-commits
- [PATCH] D25871: Include full filename range for missing includes
Erik Verbruggen via cfe-commits
- [PATCH] D25876: [analyzer] Report CFNumberGetValue API misuse
Artem Dergachev via cfe-commits
- [PATCH] D25876: [analyzer] Report CFNumberGetValue API misuse
Anna Zaks via cfe-commits
- [PATCH] D25876: [analyzer] Report CFNumberGetValue API misuse
Phabricator via cfe-commits
- [PATCH] D25888: Add support for __builtin_os_log_format[_buffer_size]
Benjamin Kramer via cfe-commits
- [PATCH] D25888: Add support for __builtin_os_log_format[_buffer_size]
Mehdi AMINI via cfe-commits
- [PATCH] D25888: Add support for __builtin_os_log_format[_buffer_size]
Mehdi AMINI via cfe-commits
- [PATCH] D25888: Add support for __builtin_os_log_format[_buffer_size]
Artem Belevich via cfe-commits
- [PATCH] D25888: Add support for __builtin_os_log_format[_buffer_size]
Mehdi AMINI via cfe-commits
- [PATCH] D25888: Add support for __builtin_os_log_format[_buffer_size]
Benjamin Kramer via cfe-commits
- [PATCH] D25893: [clang] Remove redundant --check-prefix=CHECK from tests
Hans Wennborg via cfe-commits
- [PATCH] D25893: [clang] Remove redundant --check-prefix=CHECK from tests
Mandeep Singh Grang via cfe-commits
- [PATCH] D25895: [MS ABI] Reuse getVFPtrOffsets instead of using getClassAtVTableLocation
Reid Kleckner via cfe-commits
- [PATCH] D25895: [MS ABI] Reuse getVFPtrOffsets instead of using getClassAtVTableLocation
David Majnemer via cfe-commits
- [PATCH] D25898: [clang-tidy] Enhance modernize-make-unique to handle unique_ptr.reset()
Aaron Ballman via cfe-commits
- [PATCH] D25898: [clang-tidy] Enhance modernize-make-unique to handle unique_ptr.reset()
Malcolm Parsons via cfe-commits
- [PATCH] D25902: [AVX-512] Fix the operand order for all calls to __builtin_ia32_vfmaddss3_mask.
Elena Demikhovsky via cfe-commits
- [PATCH] D25902: [AVX-512] Fix the operand order for all calls to __builtin_ia32_vfmaddss3_mask.
Craig Topper via cfe-commits
- [PATCH] D25902: [AVX-512] Fix the operand order for all calls to __builtin_ia32_vfmaddss3_mask.
Elena Demikhovsky via cfe-commits
- [PATCH] D25902: [AVX-512] Fix the operand order for all calls to __builtin_ia32_vfmaddss3_mask.
Phabricator via cfe-commits
- [PATCH] D25909: [analyzer] MacOSXApiChecker: Disallow dispatch_once predicates on heap and in ivars.
Artem Dergachev via cfe-commits
- [PATCH] D25909: [analyzer] MacOSXApiChecker: Disallow dispatch_once predicates on heap and in ivars.
Artem Dergachev via cfe-commits
- [PATCH] D25909: [analyzer] MacOSXApiChecker: Disallow dispatch_once predicates on heap and in ivars.
Devin Coughlin via cfe-commits
- [PATCH] D25909: [analyzer] MacOSXApiChecker: Disallow dispatch_once predicates on heap and in ivars.
Artem Dergachev via cfe-commits
- [PATCH] D25909: [analyzer] MacOSXApiChecker: Disallow dispatch_once predicates on heap and in ivars.
Anna Zaks via cfe-commits
- [PATCH] D25909: [analyzer] MacOSXApiChecker: Disallow dispatch_once predicates on heap and in ivars.
Artem Dergachev via cfe-commits
- [PATCH] D25909: [analyzer] MacOSXApiChecker: Disallow dispatch_once predicates on heap and in ivars.
Artem Dergachev via cfe-commits
- [PATCH] D25909: [analyzer] MacOSXApiChecker: Disallow dispatch_once predicates on heap and in ivars.
Devin Coughlin via cfe-commits
- [PATCH] D25909: [analyzer] MacOSXApiChecker: Disallow dispatch_once predicates on heap and in ivars.
Artem Dergachev via cfe-commits
- [PATCH] D25909: [analyzer] MacOSXApiChecker: Disallow dispatch_once predicates on heap and in ivars.
Artem Dergachev via cfe-commits
- [PATCH] D25909: [analyzer] MacOSXApiChecker: Disallow dispatch_once predicates on heap and in ivars.
Anna Zaks via cfe-commits
- [PATCH] D25911: [clang-move] Support moving template class forward declarations.
Haojian Wu via cfe-commits
- [PATCH] D25911: [clang-move] Support moving template class forward declarations.
Haojian Wu via cfe-commits
- [PATCH] D25916: Modules: emit an error instead of a random crash (or a misleading error) due to use-after-free.
Manman Ren via cfe-commits
- [PATCH] D25916: Modules: emit an error instead of a random crash (or a misleading error) due to use-after-free.
Manman Ren via cfe-commits
- [PATCH] D25920: AMDGPU: Add missing ISA versions gfx7.x.x and 8.x.x.
Yaxun Liu via cfe-commits
- [PATCH] D25920: AMDGPU: Add missing ISA versions gfx7.x.x and 8.x.x.
Tom Stellard via cfe-commits
- [PATCH] D25920: AMDGPU: Add missing ISA versions gfx7.x.x and 8.x.x.
Yaxun Liu via cfe-commits
- [PATCH] D25925: [clang-tidy] Update cert-err58-cpp to match its new generalised form.
Malcolm Parsons via cfe-commits
- [PATCH] D25925: [clang-tidy] Update cert-err58-cpp to match its new generalised form.
Aaron Ballman via cfe-commits
- [PATCH] D25925: [clang-tidy] Update cert-err58-cpp to match its new generalised form.
Malcolm Parsons via cfe-commits
- [PATCH] D25925: [clang-tidy] Update cert-err58-cpp to match its new generalised form.
Aaron Ballman via cfe-commits
- [PATCH] D25925: [clang-tidy] Update cert-err58-cpp to match its new generalised form.
Malcolm Parsons via cfe-commits
- [PATCH] D25925: [clang-tidy] Update cert-err58-cpp to match its new generalised form.
Malcolm Parsons via cfe-commits
- [PATCH] D25928: [cfi] Enable cfi-icall on ARM and AArch64.
Evgeniy Stepanov via cfe-commits
- [PATCH] D25928: [cfi] Enable cfi-icall on ARM and AArch64.
Stephen Hines via cfe-commits
- [PATCH] D25932: Unconditionally pass `-lto_library` to the linker on Darwin
Mehdi AMINI via cfe-commits
- [PATCH] D25932: Unconditionally pass `-lto_library` to the linker on Darwin
Duncan P. N. Exon Smith via cfe-commits
- [PATCH] D25932: Unconditionally pass `-lto_library` to the linker on Darwin
Mehdi AMINI via cfe-commits
- [PATCH] D25932: Unconditionally pass `-lto_library` to the linker on Darwin
Jack Howarth via cfe-commits
- [PATCH] D25932: Unconditionally pass `-lto_library` to the linker on Darwin
Mehdi AMINI via cfe-commits
- [PATCH] D25932: Unconditionally pass `-lto_library` to the linker on Darwin
Mehdi AMINI via cfe-commits
- [PATCH] D25932: Unconditionally pass `-lto_library` to the linker on Darwin
Jack Howarth via cfe-commits
- [PATCH] D25932: Unconditionally pass `-lto_library` to the linker on Darwin
Jack Howarth via cfe-commits
- [PATCH] D25932: Unconditionally pass `-lto_library` to the linker on Darwin
Mehdi AMINI via cfe-commits
- [PATCH] D25935: [OpenCL] Diagnose variadic arguments
Anastasia Stulova via cfe-commits
- [PATCH] D25935: [OpenCL] Diagnose variadic arguments
Yaxun Liu via cfe-commits
- [PATCH] D25936: Fix format string for err_os_log_argument_to_big (currently unused)
Sam McCall via cfe-commits
- [PATCH] D25936: Fix format string for err_os_log_argument_to_big (currently unused)
Mehdi AMINI via cfe-commits
- [PATCH] D25936: Fix format string for err_os_log_argument_to_big (currently unused)
Phabricator via cfe-commits
- [PATCH] D25936: Fix format string for err_os_log_argument_to_big (currently unused)
Sam McCall via cfe-commits
- [PATCH] D25937: [Sema] -Wunused-variable warning for variables with array types should behave similarly to variables with scalar types
Alex Lorenz via cfe-commits
- [PATCH] D25937: [Sema] -Wunused-variable warning for variables with array types should behave similarly to variables with scalar types
John McCall via cfe-commits
- [PATCH] D25937: [Sema] -Wunused-variable warning for variables with array types should behave similarly to variables with scalar types
Alex Lorenz via cfe-commits
- [PATCH] D25937: [Sema] -Wunused-variable warning for variables with array types should behave similarly to variables with scalar types
John McCall via cfe-commits
- [PATCH] D25937: [Sema] -Wunused-variable warning for variables with array types should behave similarly to variables with scalar types
Alex Lorenz via cfe-commits
- [PATCH] D25938: PP: Remove unused parameters from methods
Erik Verbruggen via cfe-commits
- [PATCH] D25938: PP: Remove unused parameters from methods
Benjamin Kramer via cfe-commits
- [PATCH] D25938: PP: Remove unused parameters from methods
Erik Verbruggen via cfe-commits
- [PATCH] D25939: PP: Replace some uses of unsigned with size_t
Benjamin Kramer via cfe-commits
- [PATCH] D25939: PP: Replace some uses of unsigned with size_t
Erik Verbruggen via cfe-commits
- [PATCH] D25939: PP: Replace some uses of unsigned with size_t
Benjamin Kramer via cfe-commits
- [PATCH] D25939: PP: Replace some uses of unsigned with size_t
Erik Verbruggen via cfe-commits
- [PATCH] D25940: [analyzer] LibraryFunctions: Fix errors due to different integral types and typedefs on different architectures.
Artem Dergachev via cfe-commits
- [PATCH] D25940: [analyzer] LibraryFunctions: Fix errors due to different integral types and typedefs on different architectures.
Devin Coughlin via cfe-commits
- [PATCH] D25940: [analyzer] LibraryFunctions: Fix errors due to different integral types and typedefs on different architectures.
Artem Dergachev via cfe-commits
- [PATCH] D25940: [analyzer] LibraryFunctions: Fix errors due to different integral types and typedefs on different architectures.
Anna Zaks via cfe-commits
- [PATCH] D25942: Fix crash in implicit default constructor creation for a template record specialization that has a field declaration with an initializer expression
Alex Lorenz via cfe-commits
- [PATCH] D25942: Fix crash in implicit default constructor creation for a template record specialization that has a field declaration with an initializer expression
Richard Smith via cfe-commits
- [PATCH] D25942: Fix crash in implicit default constructor creation for a template record specialization that has a field declaration with an initializer expression
Alex Lorenz via cfe-commits
- [PATCH] D25942: Fix crash in implicit default constructor creation for a template record specialization that has a field declaration with an initializer expression
Alex Lorenz via cfe-commits
- [PATCH] D25942: Fix crash in implicit default constructor creation for a template record specialization that has a field declaration with an initializer expression
Alex Lorenz via cfe-commits
- [PATCH] D25948: [VFS] Replace TimeValue usage with std::chrono
Pavel Labath via cfe-commits
- [PATCH] D25949: [Driver] Refactor distro detection & classification as a separate API
Michał Górny via cfe-commits
- [PATCH] D25954: [OpenCL] Add missing atom_xor for 64 bit to opencl-c.h
Yaxun Liu via cfe-commits
- [PATCH] D25954: [OpenCL] Add missing atom_xor for 64 bit to opencl-c.h
Anastasia Stulova via cfe-commits
- [PATCH] D25954: [OpenCL] Add missing atom_xor for 64 bit to opencl-c.h
Yaxun Liu via cfe-commits
- [PATCH] D25958: [libc++] Silence "unused parameter" warnings in test/support/archetypes.hpp
Casey Carter via cfe-commits
- [PATCH] D25958: [libc++] Silence "unused parameter" warnings in test/support/archetypes.hpp
Marshall Clow via cfe-commits
- [PATCH] D25958: [libc++] Silence "unused parameter" warnings in test/support/archetypes.hpp
Casey Carter via cfe-commits
- [PATCH] D25974: Fix implementation of the likely resolution of core issue 253 to support class based arrays.
Ian Tessier via cfe-commits
- [PATCH] D25974: Fix implementation of the likely resolution of core issue 253 to support class based arrays.
Richard Smith via cfe-commits
- [PATCH] D25981: [PP] Remove another unused parameter
Erik Verbruggen via cfe-commits
- [PATCH] D25981: [PP] Remove another unused parameter
Erik Verbruggen via cfe-commits
- [PATCH] D25982: [PP] Replace some index based for loops with range based ones
Erik Verbruggen via cfe-commits
- [PATCH] D25982: [PP] Replace some index based for loops with range based ones
Benjamin Kramer via cfe-commits
- [PATCH] D25982: [PP] Replace some index based for loops with range based ones
Erik Verbruggen via cfe-commits
- [PATCH] D25982: [PP] Replace some index based for loops with range based ones
Benjamin Kramer via cfe-commits
- [PATCH] D25982: [PP] Replace some index based for loops with range based ones
Erik Verbruggen via cfe-commits
- [PATCH] D25983: Fix use-after-free in ASTContext.
Sam McCall via cfe-commits
- [PATCH] D25983: Fix use-after-free in ASTContext.
Phabricator via cfe-commits
- [PATCH] D25985: [analyzer] Export coverage information from the analyzer.
Gábor Horváth via cfe-commits
- [PATCH] D25985: [analyzer] Export coverage information from the analyzer.
Gábor Horváth via cfe-commits
- [PATCH] D25985: [analyzer] Export coverage information from the analyzer.
Anna Zaks via cfe-commits
- [PATCH] D25985: [analyzer] Export coverage information from the analyzer.
Anna Zaks via cfe-commits
- [PATCH] D25989: Do not print include_next/pragma once warnings when input is a header.
Erik Verbruggen via cfe-commits
- [PATCH] D25989: Do not print include_next/pragma once warnings when input is a header.
Benjamin Kramer via cfe-commits
- [PATCH] D25989: Do not print include_next/pragma once warnings when input is a header.
Erik Verbruggen via cfe-commits
- [PATCH] D25990: Sema: do not warn about unused const vars if main file is a header
Erik Verbruggen via cfe-commits
- [PATCH] D25990: Sema: do not warn about unused const vars if main file is a header
Benjamin Kramer via cfe-commits
- [PATCH] D25990: Sema: do not warn about unused const vars if main file is a header
Benjamin Kramer via cfe-commits
- [PATCH] D25990: Sema: do not warn about unused const vars if main file is a header
Erik Verbruggen via cfe-commits
- [PATCH] D25992: [RecursiveASTVisitor] Visit the implicit expression of a CXXDefaultArgExpr
Malcolm Parsons via cfe-commits
- [PATCH] D25992: [RecursiveASTVisitor] Visit the implicit expression of a CXXDefaultArgExpr
Aaron Ballman via cfe-commits
- [PATCH] D25992: [RecursiveASTVisitor] Visit the implicit expression of a CXXDefaultArgExpr
Malcolm Parsons via cfe-commits
- [PATCH] D25993: [Objective-C] Add objc_subclassing_restricted attribute
Alex Lorenz via cfe-commits
- [PATCH] D25993: [Objective-C] Add objc_subclassing_restricted attribute
Jordan Rose via cfe-commits
- [PATCH] D25993: [Objective-C] Add objc_subclassing_restricted attribute
Manman Ren via cfe-commits
- [PATCH] D25993: [Objective-C] Add objc_subclassing_restricted attribute
Aaron Ballman via cfe-commits
- [PATCH] D25993: [Objective-C] Add objc_subclassing_restricted attribute
Alex Lorenz via cfe-commits
- [PATCH] D25993: [Objective-C] Add objc_subclassing_restricted attribute
Aaron Ballman via cfe-commits
- [PATCH] D25993: [Objective-C] Add objc_subclassing_restricted attribute
Alex Lorenz via cfe-commits
- [PATCH] D25993: [Objective-C] Add objc_subclassing_restricted attribute
Aaron Ballman via cfe-commits
- [PATCH] D25993: [Objective-C] Add objc_subclassing_restricted attribute
Alex Lorenz via cfe-commits
- [PATCH] D25995: Add documentation for transparent_union attribute
Alex Lorenz via cfe-commits
- [PATCH] D25995: Add documentation for transparent_union attribute
Aaron Ballman via cfe-commits
- [PATCH] D25995: Add documentation for transparent_union attribute
Alex Lorenz via cfe-commits
- [PATCH] D26002: Implement vector count leading/trailing bytes with zero lsb and vector parity builtins - clang portion
Zaara Syeda via cfe-commits
- [PATCH] D26002: Implement vector count leading/trailing bytes with zero lsb and vector parity builtins - clang portion
Nemanja Ivanovic via cfe-commits
- [PATCH] D26002: Implement vector count leading/trailing bytes with zero lsb and vector parity builtins - clang portion
Kit Barton via cfe-commits
- [PATCH] D26002: Implement vector count leading/trailing bytes with zero lsb and vector parity builtins - clang portion
Zaara Syeda via cfe-commits
- [PATCH] D26002: Implement vector count leading/trailing bytes with zero lsb and vector parity builtins - clang portion
Nemanja Ivanovic via cfe-commits
- [PATCH] D26007: [libc++] Cleanup non-portable std::any tests
Casey Carter via cfe-commits
- [PATCH] D26007: [libc++] Cleanup non-portable std::any tests
Casey Carter via cfe-commits
- [PATCH] D26007: [libc++] Cleanup non-portable std::any tests
Eric Fiselier via cfe-commits
- [PATCH] D26007: [libc++] Cleanup non-portable std::any tests
Casey Carter via cfe-commits
- [PATCH] D26007: [libc++] Cleanup non-portable std::any tests
Casey Carter via cfe-commits
- [PATCH] D26007: [libc++] Cleanup non-portable std::any tests
Casey Carter via cfe-commits
- [PATCH] D26007: [libc++] Cleanup non-portable std::any tests
Eric Fiselier via cfe-commits
- [PATCH] D26019: [AVX-512] Use scalar vfmsub/vfnmsub mask3 intrinsics instead of inverting the mask argument of a vfmadd intrinsic.
Craig Topper via cfe-commits
- [PATCH] D26024: [Xray] Don't generate output for xray tests
Sam McCall via cfe-commits
- [PATCH] D26024: [Xray] Don't generate output for xray tests
Benjamin Kramer via cfe-commits
- [PATCH] D26024: [Xray] Don't generate output for xray tests
Dean Michael Berris via cfe-commits
- [PATCH] D26024: [Xray] Don't generate output for xray tests
Phabricator via cfe-commits
- [PATCH] D26026: [libcxx] Make regex_match backtrack when search fails
Tim Shen via cfe-commits
- [PATCH] D26026: [libcxx] Make regex_match backtrack when search fails
Marshall Clow via cfe-commits
- [PATCH] D26026: [libcxx] Make regex_match backtrack when search fails
Tim Shen via cfe-commits
- [PATCH] D26026: [libcxx] Make regex_match backtrack when search fails
Tim Shen via cfe-commits
- [PATCH] D26026: [libcxx] Make regex_match backtrack when search fails
Tim Shen via cfe-commits
- [PATCH] D26030: Add shebang.
Vassil Vassilev via cfe-commits
- [PATCH] D26030: Add shebang.
Artem Dergachev via cfe-commits
- [PATCH] D26032: [ASTMatcher] Add operatorNew matcher for cxxNewExpr
Malcolm Parsons via cfe-commits
- [PATCH] D26032: [ASTMatcher] Add operatorNew matcher for cxxNewExpr
Aaron Ballman via cfe-commits
- [PATCH] D26032: [ASTMatcher] Add operatorNew matcher for cxxNewExpr
Malcolm Parsons via cfe-commits
- [PATCH] D26034: [CodeCompletion] Block property setters: Use dynamic priority heuristic
Alex Lorenz via cfe-commits
- [PATCH] D26035: Expand -Wlogical-not-parentheses to also fire on `!x & A`.
Nico Weber via cfe-commits
- [PATCH] D26035: Expand -Wlogical-not-parentheses to also fire on `!x & A`.
Hans Wennborg via cfe-commits
- [PATCH] D26035: Expand -Wlogical-not-parentheses to also fire on `!x & A`.
Nico Weber via cfe-commits
- [PATCH] D26035: Expand -Wlogical-not-parentheses to also fire on `!x & A`.
Nico Weber via cfe-commits
- [PATCH] D26041: [clang-tidy] Extend misc-use-after-move to support unique_ptr and shared_ptr.
Martin Böhme via cfe-commits
- [PATCH] D26044: Factor out libc++ version file to allow Clang to more easily sniff for the installed version
Richard Smith via cfe-commits
- [PATCH] D26044: Factor out libc++ version file to allow Clang to more easily sniff for the installed version
Eric Fiselier via cfe-commits
- [PATCH] D26044: Factor out libc++ version file to allow Clang to more easily sniff for the installed version
Eric Fiselier via cfe-commits
- [PATCH] D26054: Use `getFileLoc()` instead of `getSpellingLoc()` in the ASTImporter
Sean Callanan via cfe-commits
- [PATCH] D26054: Use `getFileLoc()` instead of `getSpellingLoc()` in the ASTImporter
Sean Callanan via cfe-commits
- [PATCH] D26054: Use `getFileLoc()` instead of `getSpellingLoc()` in the ASTImporter
Argyrios Kyrtzidis via cfe-commits
- [PATCH] D26054: Use `getFileLoc()` instead of `getSpellingLoc()` in the ASTImporter
Aleksei Sidorin via cfe-commits
- [PATCH] D26057: [coroutines] Add CoawaitDependentExpr AST node and use it to properly build await_transform.
Eric Fiselier via cfe-commits
- [PATCH] D26057: [coroutines] Add CoawaitDependentExpr AST node and use it to properly build await_transform.
Eric Fiselier via cfe-commits
- [PATCH] D26057: [coroutines] Add CoawaitDependentExpr AST node and use it to properly build await_transform.
Eric Fiselier via cfe-commits
- [PATCH] D26057: [coroutines] Add CoawaitDependentExpr AST node and use it to properly build await_transform.
Eric Fiselier via cfe-commits
- [PATCH] D26061: [analyzer] Refactor and simplify SimpleConstraintManager
Dominic Chen via cfe-commits
- [PATCH] D26061: [analyzer] Refactor and simplify SimpleConstraintManager
Dominic Chen via cfe-commits
- [PATCH] D26062: Alternative solution for detecting libc++'s version.
Eric Fiselier via cfe-commits
- [PATCH] D26062: Alternative solution for detecting libc++'s version.
Richard Smith via cfe-commits
- [PATCH] D26062: Alternative solution for detecting libc++'s version.
Eric Fiselier via cfe-commits
- [PATCH] D26065: Improve diagnostics if friend function redefines file-level function.
Serge Pavlov via cfe-commits
- [PATCH] D26067: [openmp] Remove test assumption that canonical binary name contains "clang"
Phabricator via cfe-commits
- [PATCH] D26067: [openmp] Remove test assumption that invoked binary name contains "clang"
Sam McCall via cfe-commits
- [PATCH] D26067: [openmp] Remove test assumption that invoked binary name contains "clang"
Sam McCall via cfe-commits
- [PATCH] D26071: [CodeCompletion] Show block invocation result for block property setters
Alex Lorenz via cfe-commits
- [PATCH] D26073: [PPC] Add vec_absd functions to altivec.h
Sean Fertile via cfe-commits
- [PATCH] D26073: [PPC] Add vec_absd functions to altivec.h
Nemanja Ivanovic via cfe-commits
- [PATCH] D26075: Change from "XFAIL: libcpp-no-exceptions" to "UNSUPPORTED: libcpp-no-exceptions" tests that only check exceptions and nothing else
Roger Ferrer Ibanez via cfe-commits
- [PATCH] D26075: Change from "XFAIL: libcpp-no-exceptions" to "UNSUPPORTED: libcpp-no-exceptions" tests that only check exceptions and nothing else
Asiri Rathnayake via cfe-commits
- [PATCH] D26075: Change from "XFAIL: libcpp-no-exceptions" to "UNSUPPORTED: libcpp-no-exceptions" tests that only check exceptions and nothing else
Eric Fiselier via cfe-commits
- [PATCH] D26082: Incomplete support for Python 3 in libclang python bindings
Jonathan B Coe via cfe-commits
- [PATCH] D26082: Support for Python 3 in libclang python bindings
Jonathan B Coe via cfe-commits
- [PATCH] D26082: Support for Python 3 in libclang python bindings
Jonathan B Coe via cfe-commits
- [PATCH] D26105: Allow CaseStmt to be initialized with a SubStmt
Kareem Khazem via cfe-commits
- [PATCH] D26105: Allow CaseStmt to be initialized with a SubStmt
Kareem Khazem via cfe-commits
- [PATCH] D26108: Add -Wnullability-completeness-on-arrays.
Jordan Rose via cfe-commits
- [PATCH] D26109: Warn when 'assume_nonnull' infers nullability within an array.
Jordan Rose via cfe-commits
- [PATCH] D26115: [test] Correctly include build llvm_shlib_dir in stand-alone builds
Michał Górny via cfe-commits
- [PATCH] D26117: [Devirtualization] Decorate vfunction load with invariant.load
Piotr Padlewski via cfe-commits
- [PATCH] D26117: [Devirtualization] Decorate vfunction load with invariant.load
Piotr Padlewski via cfe-commits
- [PATCH] D26117: [Devirtualization] Decorate vfunction load with invariant.load
Piotr Padlewski via cfe-commits
- [PATCH] D26117: [Devirtualization] Decorate vfunction load with invariant.load
Piotr Padlewski via cfe-commits
- [PATCH] D26117: [Devirtualization] Decorate vfunction load with invariant.load
Piotr Padlewski via cfe-commits
- [PATCH] D26117: [Devirtualization] Decorate vfunction load with invariant.load
Piotr Padlewski via cfe-commits
- [PATCH] D26118: [clang-tidy] Change readability-redundant-member-init to get base type from constructor
Malcolm Parsons via cfe-commits
- [PATCH] D26119: [clang-tidy] Handle bitfields in cppcoreguidelines-pro-type-member-init
Malcolm Parsons via cfe-commits
- [PATCH] D26125: [clang-tidy] Fixed else-after-return warning in cascade if statement
Paweł Żukowski via cfe-commits
- [PATCH] D26125: [clang-tidy] Fixed else-after-return warning in cascade if statement
Daniel Jasper via cfe-commits
- [PATCH] D26125: [clang-tidy] Fixed else-after-return warning in cascade if statement
Paweł Żukowski via cfe-commits
- [PATCH] D26125: [clang-tidy] Fixed else-after-return warning in cascade if statement
Daniel Jasper via cfe-commits
- [PATCH] D26125: [clang-tidy] Fixed else-after-return warning in cascade if statement
Paweł Żukowski via cfe-commits
- [PATCH] D26125: [clang-tidy] Fixed else-after-return warning in cascade if statement
Daniel Jasper via cfe-commits
- [PATCH] D26125: [clang-tidy] Fixed else-after-return warning in cascade if statement
Paweł Żukowski via cfe-commits
- [PATCH] D26125: [clang-tidy] Fixed else-after-return warning in cascade if statement
Daniel Jasper via cfe-commits
- [PATCH] D26125: [clang-tidy] Fixed else-after-return warning in cascade if statement
Matthias Gehre via cfe-commits
- [PATCH] D26125: [clang-tidy] Fixed else-after-return warning in cascade if statement
Paweł Żukowski via cfe-commits
- [PATCH] D26132: [clang-format] Skip over AnnotatedLines with >50 levels of nesting.
Sam McCall via cfe-commits
- [PATCH] D26132: [clang-format] Skip over AnnotatedLines with >50 levels of nesting.
Sam McCall via cfe-commits
- [PATCH] D9888: [OPENMP] Driver support for OpenMP offloading
Jonas Hahnfeld via cfe-commits
- [PATCH] D9888: [OPENMP] Driver support for OpenMP offloading
Samuel Antao via cfe-commits
- LLVM buildmaster will be updated and restarted at 3 PM Pacific time today
Galina Kistanova via cfe-commits
- LLVM buildmaster will restarted soon
Galina Kistanova via cfe-commits
- r284256 - Link static PIE programs against rcrt0.o on OpenBSD
Brad Smith via cfe-commits
- r284256 - Link static PIE programs against rcrt0.o on OpenBSD
Brad Smith via cfe-commits
- r284256 - Link static PIE programs against rcrt0.o on OpenBSD
Hal Finkel via cfe-commits
- r284272 - Implement no_sanitize_address for global vars
Kostya Serebryany via cfe-commits
- r284958 - Fix myriad test with CLANG_DEFAULT_CXX_STDLIB
Jonas Hahnfeld via cfe-commits
- r284959 - [Sema][TreeTransform] Re-create DesignatedInitExpr when a field designator
Alex Lorenz via cfe-commits
- r284960 - [analyzer] Add StdLibraryFunctions checker.
Artem Dergachev via cfe-commits
- r284960 - [analyzer] Add StdLibraryFunctions checker.
Renato Golin via cfe-commits
- r284960 - [analyzer] Add StdLibraryFunctions checker.
Artem Dergachev via cfe-commits
- r284960 - [analyzer] Add StdLibraryFunctions checker.
Renato Golin via cfe-commits
- r284960 - [analyzer] Add StdLibraryFunctions checker.
Evgenii Stepanov via cfe-commits
- r284960 - [analyzer] Add StdLibraryFunctions checker.
Artem Dergachev via cfe-commits
- r284961 - [Sema] Formatting warnings should see through Objective-C message sends
Alex Lorenz via cfe-commits
- r284963 - [X86][AVX512][Clang][Intrinsics][reduce] Adding missing reduce (Operators: +, *, &&, ||) intrinsics to Clang
Michael Zuckerman via cfe-commits
- r284964 - Adjust for TimePoint interface change in llvm: D25730. NFC
Pavel Labath via cfe-commits
- r284967 - revert r284963
Michael Zuckerman via cfe-commits
- r284969 - [analyzer] Fix an ARM buildbot after r284960.
Artem Dergachev via cfe-commits
- r284988 - Fix clang-format vim integration issue with non-ascii characters
Alexander Kornienko via cfe-commits
- r284990 - Add support for __builtin_os_log_format[_buffer_size]
Mehdi Amini via cfe-commits
- r284999 - Fix crash if StmtProfile finds a type-dependent member access for which we have
Richard Smith via cfe-commits
- r285000 - [analyzer] Use unsigned integers to rely on well-defined overflow semantics.
Artem Dergachev via cfe-commits
- r285001 - [clang] Remove redundant --check-prefix=CHECK from tests
Mandeep Singh Grang via cfe-commits
- r285007 - Revert "Add support for __builtin_os_log_format[_buffer_size]"
Mehdi Amini via cfe-commits
- r285015 - Fix mangling of implicit calls to operator-> to only include a single "pt",
Richard Smith via cfe-commits
- r285019 - Add support for __builtin_os_log_format[_buffer_size]
Mehdi Amini via cfe-commits
- r285022 - Fix bug where one of the cases where we mangle a <bare-unresolved-name> failed
Richard Smith via cfe-commits
- r285023 - CodeGen: centralise label construction for method lists
Saleem Abdulrasool via cfe-commits
- r285027 - Fix test on non-X86 platforms
Mehdi Amini via cfe-commits
- r285027 - Fix test on non-X86 platforms
Craig Topper via cfe-commits
- r285027 - Fix test on non-X86 platforms
Mehdi Amini via cfe-commits
- r285027 - Fix test on non-X86 platforms
Renato Golin via cfe-commits
- r285028 - CodeGen: remove incorrect temporary Twine
Saleem Abdulrasool via cfe-commits
- r285031 - [Sema][ObjC] Warn about implicitly autoreleasing out-parameters captured
Akira Hatanaka via cfe-commits
- r285037 - Link clangCodeGen with clangAnalysis required after r284990.
Artem Belevich via cfe-commits
- r285038 - [Basic] Support 32-bit x86 and ARM targets for Fuchsia
Petr Hosek via cfe-commits
- r285041 - test/CodeGen/builtins.c: reinstate #ifdef __x86_64__ around __builtin_longjmp
Mehdi Amini via cfe-commits
- r285042 - Add dependency from clangCodeGen to clangAnalysis
Mehdi Amini via cfe-commits
- r285047 - Fix handling of %% format specifier in os_log builtins.
Mehdi Amini via cfe-commits
- r285054 - [X86][AVX512][Clang][Intrinsics][reduce] Adding missing reduce (Operators: +, *, &&, ||) intrinsics to Clang
Michael Zuckerman via cfe-commits
- r285056 - Fix 'unknown documentation command' warning ranges
Erik Verbruggen via cfe-commits
- r285057 - Include full filename range for missing includes
Erik Verbruggen via cfe-commits
- r285065 - Fix diagnostic format string for err_os_log_argument_to_big
Benjamin Kramer via cfe-commits
- r285065 - Fix diagnostic format string for err_os_log_argument_to_big
Mehdi Amini via cfe-commits
- r285066 - Re-apply patch r279045.
Kelvin Li via cfe-commits
- r285067 - Fix MSVC unused variable warning.
Simon Pilgrim via cfe-commits
- r285073 - CodeGen: mark protocols as common data
Saleem Abdulrasool via cfe-commits
- r285074 - [Driver] Support obtaining active toolchain from gcc-config on Gentoo
Michal Gorny via cfe-commits
- r285076 - [Driver] Disable OpenSUSE rules for OpenSUSE/SLES 10 and older
Michal Gorny via cfe-commits
- r285098 - Reapply r284265: "[Sema] Refactor context checking for availability diagnostics"
Erik Pilkington via cfe-commits
- r285120 - [index] Fixes for locations and relations in Objective C categories and getters/setters
Argyrios Kyrtzidis via cfe-commits
- r285125 - [OpenCL] Add missing atom_xor for 64 bit to opencl-c.h
Yaxun Liu via cfe-commits
- r285126 - CodeGen: be more conservative about setting section
Saleem Abdulrasool via cfe-commits
- r285127 - Use linker flag --fix-cortex-a53-843419 on Android ARM64 compilation.
Stephen Hines via cfe-commits
- r285132 - [codeview] emit debug info for indirect virtual base classes
Bob Haarman via cfe-commits
- r285140 - [Myriad] Find libc++ adjacent to libstdc++
Douglas Katzman via cfe-commits
- r285144 - [Myriad] add empty file to simulated bin dir
Douglas Katzman via cfe-commits
- r285150 - Implement name mangling proposal for exception specifications from cxx-abi-dev 2016-10-11.
Richard Smith via cfe-commits
- r285152 - Treat module headers wrapped by our builtin headers as implicitly being textual
Richard Smith via cfe-commits
- r285154 - [cxx_status] update comment
Richard Smith via cfe-commits
- r285158 - [CodeGen] Move shouldEmitLifetimeMarkers into more convenient place
Vitaly Buka via cfe-commits
- r285159 - [Sema] Handle CaseStmt and DefaultStmt as SwitchCase
Vitaly Buka via cfe-commits
- r285160 - [modules] Fix assert if multiple update records provide a definition for a
Richard Smith via cfe-commits
- r285162 - Use printf instead of "echo -ne".
Rui Ueyama via cfe-commits
- r285175 - [AVX-512] Fix the operand order for all calls to __builtin_ia32_vfmaddss3_mask.
Craig Topper via cfe-commits
- r285176 - [CodeGen] Don't emit lifetime intrinsics for some local variables
Vitaly Buka via cfe-commits
- r285178 - Bug 28065 - clang-format incorrectly aligns backslash.
Andi-Bogdan Postelnicu via cfe-commits
- r285180 - PP: Remove unused parameters from methods
Erik Verbruggen via cfe-commits
- r285182 - [PP] Replace some uses of unsigned with size_t
Erik Verbruggen via cfe-commits
- r285184 - [modules] PR28812: Modules can return duplicate field decls.
Vassil Vassilev via cfe-commits
- r285188 - [PP] Remove another unused parameter
Erik Verbruggen via cfe-commits
- r285192 - Fix use-after-scope in ASTContext.
Benjamin Kramer via cfe-commits
- r285193 - [PP] Replace some index based for loops with range based ones
Erik Verbruggen via cfe-commits
- r285206 - [CMake] Adding example distribution CMake cache files
Chris Bieneman via cfe-commits
- r285211 - AMDGPU: Add missing ISA versions gfx7.x.x and 8.x.x.
Yaxun Liu via cfe-commits
- r285218 - [PPC] Implement vector reverse elements builtins (vec_reve)
Nemanja Ivanovic via cfe-commits
- r285229 - [PowerPC] Implement vector_insert_exp builtins - clang portion
Nemanja Ivanovic via cfe-commits
- r285239 - [RecursiveASTVisitor] Visit the implicit expression of a CXXDefaultArgExpr
Malcolm Parsons via cfe-commits
- r285250 - [CUDA] Switch cuda_wrappers/complex to use a proper include guard instead of #pragma once.
Justin Lebar via cfe-commits
- r285251 - [CUDA] Move device placement new definitions into a wrapper header.
Justin Lebar via cfe-commits
- r285253 - [analyzer] Report CFNumberGetValue API misuse
Anna Zaks via cfe-commits
- r285254 - Unconditionally pass `-lto_library` to the linker on Darwin
Mehdi Amini via cfe-commits
- r285258 - Refactor call emission to package the function pointer together with
John McCall via cfe-commits
- r285263 - Fix bug when compiling CUDA code with -emit-llvm and -o.
Samuel Antao via cfe-commits
- r285263 - Fix bug when compiling CUDA code with -emit-llvm and -o.
Justin Lebar via cfe-commits
- r285264 - Remove check for -o option in offloading actions builder.
Samuel Antao via cfe-commits
- r285266 - [XRay] Check in Clang whether XRay supports the target when -fxray-instrument is passed
Dean Michael Berris via cfe-commits
- r285268 - [PPC] add vector byte reverse functions to altivec.h
Nemanja Ivanovic via cfe-commits
- r285271 - [coroutines] Build fallthrough and set_exception statements.
Eric Fiselier via cfe-commits
- r285275 - Mark invalid RecordDecls as completed.
Erik Verbruggen via cfe-commits
- r285276 - [Xray] Don't generate output for xray tests
Benjamin Kramer via cfe-commits
- r285277 - Empty the CtorLists/DtorLists once emitted.
Vassil Vassilev via cfe-commits
- r285281 - Fix MSVC warning about missing 'this' from lambda default capture mode
Simon Pilgrim via cfe-commits
- r285281 - Fix MSVC warning about missing 'this' from lambda default capture mode
Simon Pilgrim via cfe-commits
- r285287 - Add const versions of Expr::getInits() and Expr::inits()
Erik Verbruggen via cfe-commits
- r285287 - Add const versions of Expr::getInits() and Expr::inits()
Richard Smith via cfe-commits
- r285289 - [Sema] -Wunused-variable warning for array variables should behave
Alex Lorenz via cfe-commits
- r285291 - Fix warnings from python difflib.
Alexander Kornienko via cfe-commits
- r285292 - Add documentation for the transparent_union attribute
Alex Lorenz via cfe-commits
- r285295 - Do not print include_next/pragma once warnings when input is a header.
Erik Verbruggen via cfe-commits
- r285295 - Do not print include_next/pragma once warnings when input is a header.
Richard Smith via cfe-commits
- r285301 - Attempt to make clang-format.py python 3 - compatible.
Alexander Kornienko via cfe-commits
- r285306 - [coroutines] Add allocation and deallocation substatements.
Gor Nishanov via cfe-commits
- r285307 - [Driver][CUDA][OpenMP] Reimplement tool selection in the driver.
Samuel Antao via cfe-commits
- r285310 - Expand -Wlogical-not-parentheses to also fire on `!x & A`.
Nico Weber via cfe-commits
- r285311 - [Driver][OpenMP] Create tool chains for OpenMP offloading kind.
Samuel Antao via cfe-commits
- r285314 - [Driver][OpenMP] Add specialized action builder for OpenMP offloading actions.
Samuel Antao via cfe-commits
- r285315 - [MS ABI] Reuse getVFPtrOffsets instead of using getClassAtVTableLocation
David Majnemer via cfe-commits
- r285316 - [CodeGen] Provide an appropriate alignment for dynamic allocas
David Majnemer via cfe-commits
- r285319 - [Driver][OpenMP] Build jobs for OpenMP offloading actions for targets using gcc tool chains.
Samuel Antao via cfe-commits
- r285320 - [Driver][OpenMP] Add logic for offloading-specific argument translation.
Samuel Antao via cfe-commits
- r285323 - [Driver][OpenMP] Update actions builder to create bundling action when necessary.
Samuel Antao via cfe-commits
- r285324 - [Driver][OpenMP] Update actions builder to create unbundling action when necessary.
Samuel Antao via cfe-commits
- r285325 - [Driver][OpenMP] Add support to create jobs for bundling actions.
Samuel Antao via cfe-commits
- r285326 - [Driver][OpenMP] Add support to create jobs for unbundling actions.
Samuel Antao via cfe-commits
- r285327 - Use -fopenmp=libomp in all OpenMP offloading tests.
Samuel Antao via cfe-commits
- r285331 - [coroutines] Add diagnostics for copy/move assignment operators and functions with deduced return types.
Eric Fiselier via cfe-commits
- r285341 - Add documentation describing the components of a complete toolchain including Clang.
Richard Smith via cfe-commits
- r285341 - Add documentation describing the components of a complete toolchain including Clang.
Sean Silva via cfe-commits
- r285341 - Add documentation describing the components of a complete toolchain including Clang.
Will Dietz via cfe-commits
- r285349 - [docs] Update the TSan and MSan docs to refer to the new no_sanitize attribute
Anna Zaks via cfe-commits
- r285370 - Fix a crash on invalid code.
Richard Trieu via cfe-commits
- r285377 - [Modules] Add testcase for builtins used in umbrella headers
Bruno Cardoso Lopes via cfe-commits
- r285378 - [Modules] Make test from r285377 darwin specific
Bruno Cardoso Lopes via cfe-commits
- r285386 - Sema: do not warn about unused const vars if main file is a header
Erik Verbruggen via cfe-commits
- r285388 - [openmp] Remove test assumption that canonical binary name contains "clang"
Benjamin Kramer via cfe-commits
- r285390 - Fix MSVC "not all control paths return a value" warning
Simon Pilgrim via cfe-commits
- r285391 - [Objective-C] Add objc_subclassing_restricted attribute
Alex Lorenz via cfe-commits
- r285395 - [OpenCL] Diagnose variadic arguments
Anastasia Stulova via cfe-commits
- r285404 - Change OpenMP offload driver tests so that it doesn't use the full file path during tests.
Samuel Antao via cfe-commits
- r285405 - 1. Fixing small types issue (PD|PS) (reduce) .
Michael Zuckerman via cfe-commits
- r285408 - Define extra variable in OpenMP offloading driver tests.
Samuel Antao via cfe-commits
- r285410 - [CUDA] [AST] Allow isInlineDefinitionExternallyVisible to be called on functions without bodies.
Justin Lebar via cfe-commits
- r285411 - [Preprocessor] Support for '-dI' flag
Bruno Cardoso Lopes via cfe-commits
- r285412 - Relax assertion in FunctionDecl::doesDeclarationForceExternallyVisibleDefinition.
Justin Lebar via cfe-commits
- r285416 - Revert "[Preprocessor] Support for '-dI' flag"
Bruno Cardoso Lopes via cfe-commits
- r285419 - Fixing small problem with avx512-reduceIntrin.c test on some OS.
Michael Zuckerman via cfe-commits
- r285428 - Add missing newline at EOF to avoid -Wnewline-eof warnings.
Bob Wilson via cfe-commits
- r285430 - Fix implementation of the likely resolution of core issue 253 to support class
Richard Smith via cfe-commits
- r285436 - Implement vector count leading/trailing bytes with zero lsb and vector parity
Nemanja Ivanovic via cfe-commits
- r285437 - PR30831: Teach template type diffing to cope with TemplateSpecializationTypes
Richard Smith via cfe-commits
- r285439 - [PPC] add float and double overloads for vec_orc and vec_nand in altivec.h
Nemanja Ivanovic via cfe-commits
- r285446 - Fix handling of constructor inherited through multiple levels of virtual base class.
Richard Smith via cfe-commits
- r285457 - [Sema] Delay partial availability diagnostics, just like deprecated
Erik Pilkington via cfe-commits
- r285458 - Make a function static. NFC.
George Burgess IV via cfe-commits
- r285493 - [X86][AVX512][Clang][Intrinsics][reduce] Adding missing reduce (max|min) intrinsics to Clang .
Michael Zuckerman via cfe-commits
- r285496 - NFC small format
Piotr Padlewski via cfe-commits
- r285497 - [Devirtualization] Decorate vfunction load with invariant.load
Piotr Padlewski via cfe-commits
- r285500 - Factor finding of libc++ include path out of building -cc1 arguments.
Richard Smith via cfe-commits
- r285502 - [AVX-512] Remove masked 128/256-bit floating point max/min builtins. Use unmasked builtins with select instead.
Craig Topper via cfe-commits
- r285503 - [AVX-512] Remove masked 128/256-bit pmuludq/pmuldq builtins and replace them with unmasked builtins and a select.
Craig Topper via cfe-commits
- r285504 - [AVX-512] Remove masked 128/256-bit sqrt builtins and replace them with unmasked builtins and a select.
Craig Topper via cfe-commits
- r285505 - [AVX-512] Remove 128/256-bit masked pmulhrsw/pmulhuw/pmulhw builtins and use unmasked builtins and select instead.
Craig Topper via cfe-commits
- r285511 - clang/test/Driver/openmp-offload.c: Relax expressions if "ld.exe" exists, like mingw.
NAKAMURA Takumi via cfe-commits
- r285516 - [AVX-512] Remove masked 128/256-bit builtins for vpmaddwd and vpmaddubsw. Replace with unmasked builtins and select.
Craig Topper via cfe-commits
- r285519 - Fixing "type" issue for (epi32)
Michael Zuckerman via cfe-commits
- r285525 - Fix clang installed path to handle case where clang is invoked through a symlink
Mehdi Amini via cfe-commits
- r285533 - [analyzer] NumberObjectConversion: support more types, misc updates.
Artem Dergachev via cfe-commits
- r285539 - [AVX-512] Remove many of the masked 128/256-bit shift builtins and replace them with unmasked builtins and selects.
Craig Topper via cfe-commits
- r285540 - [AVX-512] Remove masked vector extract builtins and replace with native shufflevectors and selects.
Craig Topper via cfe-commits
- r285543 - Make output of ast-print closer to C++ code
Serge Pavlov via cfe-commits
- r285544 - Add support for __builtin_alloca_with_align
David Majnemer via cfe-commits
- r285545 - [AVX-512] Use selectd instead of selectps for _mm256_mask_extracti32x4_epi32.
Craig Topper via cfe-commits
- r285547 - [AVX-512] Add a regular expression to a test that was missed in r285540.
Craig Topper via cfe-commits
Last message date:
Sun Oct 30 23:24:00 PDT 2016
Archived on: Sun Oct 30 23:31:18 PDT 2016
This archive was generated by
Pipermail 0.09 (Mailman edition).