The Week Of Monday 26 September 2016 Archives by thread
Starting: Mon Sep 26 00:04:53 PDT 2016
Ending: Sun Oct 2 19:36:34 PDT 2016
Messages: 729
- [PATCH] D24903: [libcxx] [include] Declare __STDC_*_MACROS for C++11 compat in old libc
Michał Górny via cfe-commits
- [clang-tools-extra] r282386 - [clang-tidy] make readability-redundant-smartptr-get report get() usage in conditions
Kirill Bobyrev via cfe-commits
- [clang-tools-extra] r282388 - [clang-rename] Use checktime when reloading vim buffer after applying clang-rename
Kirill Bobyrev via cfe-commits
- [PATCH] D24893: [clang-tidy] make readability-redundant-smartptr-get report get() usage in conditions
Kirill Bobyrev via cfe-commits
- [PATCH] D24791: Use checktime when reloading vim buffer after applying clang-rename
Kirill Bobyrev via cfe-commits
- [PATCH] D21279: Fix some issues in clang-format's AlignConsecutive modes
Ben Harper via cfe-commits
- [PATCH] D24380: [migrate-tool] Framework for a codebase-dependent migration tool.
Manuel Klimek via cfe-commits
- [PATCH] D24905: Fix unreachable code false positive, vardecl in switch
Daniel Marjamäki 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] D24848: [clang-tidy] fix false-positive for cppcoreguidelines-pro-type-member-init with in-class initializers
Malcolm Parsons via cfe-commits
- [PATCH] D24907: NFC: separate file for fp denormal regression tests
Sjoerd Meijer via cfe-commits
- [PATCH] D17815: [libc++abi] Use fallback_malloc to allocate __cxa_eh_globals in case of dynamic memory exhaustion.
Igor Kudrin via cfe-commits
- [PATCH] D24759: [RFC][StaticAnalyser] fix unreachable code false positives when block numbers mismatch
Daniel Marjamäki via cfe-commits
- [PATCH] D24909: fix for not copying fp denormal and trapping options.
Sjoerd Meijer via cfe-commits
- r282400 - update the link to the code coverage
Sylvestre Ledru via cfe-commits
- r282402 - In the get started page, also explain how to start the testsuite
Sylvestre Ledru via cfe-commits
- [PATCH] D24652: [clang-tidy] readability-avoid-const-params-in-decls template instantiation bugfix
Malcolm Parsons via cfe-commits
- [PATCH] D24444: [clang-tidy] modernize-use-default default constructor bugfix
Malcolm Parsons via cfe-commits
- [PATCH] D24669: {Sema] Gcc compatibility of vector shift.
Aaron Ballman via cfe-commits
- [PATCH] D24800: Merge conflicting replacements when they are order-independent.
Eric Liu via cfe-commits
- [PATCH] D24864: [libcxxabi] Refactor pthread usage into a separate API
Asiri Rathnayake via cfe-commits
- [PATCH] D24862: Workaround ASTMatcher crashes. Added some more test cases.
Aaron Ballman via cfe-commits
- [PATCH] D24278: [analyzer] Extend bug reports with extra notes.
Artem Dergachev via cfe-commits
- [PATCH] D24914: [clang-rename] Do not print out error message upon encountering multiple replacements in the same SourceLocation.
Kirill Bobyrev via cfe-commits
- [PATCH] D24887: [clang-tidy] cert-err58-cpp should not apply to function scope objects
Aaron Ballman via cfe-commits
- [PATCH] D24915: [analyzer] Extend bug reports with extra notes - ObjCDeallocChecker
Artem Dergachev via cfe-commits
- [PATCH] D24916: [analyzer] Extend bug reports with extra notes - CloneChecker
Artem Dergachev via cfe-commits
- [PATCH] D24917: Resolve response file names relative to including file
Serge Pavlov via cfe-commits
- [clang-tools-extra] r282409 - Silence a false positive with the cert-err58-cpp check; now allows objects with static or thread storage duration at function block scope.
Aaron Ballman via cfe-commits
- [PATCH] D23236: When ARC is enabled, no warning will be generated when a method1. Returns 'nil' in a method that is attributed to return a 'nonnull'2. The return-statement is a ConditionalOperator, where the lhs is nil and rhs an objC-method-call (or the other...
Aaron Ballman via cfe-commits
- [PATCH] D23236: When ARC is enabled, no warning will be generated when a method1. Returns 'nil' in a method that is attributed to return a 'nonnull'2. The return-statement is a ConditionalOperator, where the lhs is nil and rhs an objC-method-call (or the other...
Akira Hatanaka via cfe-commits
- [PATCH] D23236: When ARC is enabled, no warning will be generated when a method1. Returns 'nil' in a method that is attributed to return a 'nonnull'2. The return-statement is a ConditionalOperator, where the lhs is nil and rhs an objC-method-call (or the other...
Devin Coughlin via cfe-commits
- [PATCH] D23236: When ARC is enabled, no warning will be generated when a method1. Returns 'nil' in a method that is attributed to return a 'nonnull'2. The return-statement is a ConditionalOperator, where the lhs is nil and rhs an objC-method-call (or the other...
Devin Coughlin via cfe-commits
- [PATCH] D23236: When ARC is enabled, no warning will be generated when a method1. Returns 'nil' in a method that is attributed to return a 'nonnull'2. The return-statement is a ConditionalOperator, where the lhs is nil and rhs an objC-method-call (or the other...
Hendrik von Prince via cfe-commits
- [PATCH] D23236: When ARC is enabled, no warning will be generated when a method1. Returns 'nil' in a method that is attributed to return a 'nonnull'2. The return-statement is a ConditionalOperator, where the lhs is nil and rhs an objC-method-call (or the other...
Devin Coughlin via cfe-commits
- r282410 - clang-format: Only special-case top-level */& in multivar-declstmts.
Daniel Jasper via cfe-commits
- r282411 - [analyzer] Improve CastToStruct checker so it can also detect widening casts of struct data
Daniel Marjamaki via cfe-commits
- [PATCH] D24886: Add [[clang::suppress(rule, ...)]] attribute
Aaron Ballman via cfe-commits
- [PATCH] D24892: [clang-tidy] Add option "LiteralInitializers" to cppcoreguidelines-pro-type-member-init
Aaron Ballman via cfe-commits
- [PATCH] D24921: [PATCH] [Headers] Fix inttypes.h macros visibility in C++ with C99-compliant libc
Michał Górny via cfe-commits
- [PATCH] D24888: [clang-tidy] Use [[clang::suppress]] with cppcoreguidelines-pro-type-reinterpret-cast
Aaron Ballman via cfe-commits
- r282415 - [ASTMatcher] Add isStaticStorageClass matcher for varDecl and functionDecl.
Haojian Wu via cfe-commits
- [PATCH] D24821: [ASTMatcher] Add isStaticStorageClass matcher for varDecl and functionDecl.
Haojian Wu via cfe-commits
- [PATCH] D24922: [clang-move] Make it support both relative and absolute file path arguments.
Haojian Wu via cfe-commits
- [PATCH] D24820: Add -stats-stats option
Bruno Cardoso Lopes via cfe-commits
- [PATCH] D24516: [Driver][Diagnostics] Make 'show option names' default for driver warnings
Bruno Cardoso Lopes via cfe-commits
- [PATCH] D24361: hasDeclaration(qualType(...)) matcher should unwrap ElaboratedType and TemplateSpecializationType
Łukasz Anforowicz via cfe-commits
- [PATCH] D24928: [ASTMatcher] Clarify isStaticStorageClass and hasStaticStorageDuration documents.
Haojian Wu via cfe-commits
- r282417 - Complete support for the cxxCtorInitializer() AST matcher so that it can be used as a top-level matcher.
Aaron Ballman via cfe-commits
- [PATCH] D24874: Fully implement the matcher for CXXCtorInitializer
Aaron Ballman via cfe-commits
- [PATCH] D24813: Driver: Add a test for triple with opencl environment
Anastasia Stulova via cfe-commits
- [PATCH] D24932: Fix PR 30440
Alex Lorenz via cfe-commits
- [PATCH] D24933: Enable configuration files in clang
Serge Pavlov via cfe-commits
- r282426 - CC1: Add -save-stats option
Matthias Braun via cfe-commits
- [PATCH] D24609: [ARM] Add missing Interlocked intrinsics
Martin Storsjö via cfe-commits
- [libcxx] r282435 - [include] Declare __STDC_*_MACROS for C++11 compat in old libc
Michal Gorny via cfe-commits
- [PATCH] D17979: [OPENMP] Add regression test for codegen of distribute pragma for NVPTX
Eugene Zelenko via cfe-commits
- [PATCH] D17890: [OpenMP][NVPTX][CUDA] Adding support for printf for an NVPTX OpenMP device.
Eugene Zelenko via cfe-commits
- [PATCH] D17840: [OPENMP] Private, firstprivate, and lastprivate clauses for distribute, host code generation
Eugene Zelenko via cfe-commits
- [PATCH] D24628: [ASAN] Pass previous stack information through __sanitizer_finish_switch_fiber
Andrii Grynenko via cfe-commits
- [PATCH] D17469: [libcxx] Add deployment knobs to tests (for Apple platforms)
Eugene Zelenko via cfe-commits
- r282438 - Fix test on windows
Matthias Braun via cfe-commits
- [libcxx] r282439 - [libc++] Extension: Make `move` and `forward` constexpr in C++11.
Eric Fiselier via cfe-commits
- [PATCH] D24372: [libcxx] Sprinkle constexpr over compressed_pair
Eric Fiselier via cfe-commits
- [PATCH] D16951: [MS ABI] dllimport'd class cannot have constexpr ctors
Eugene Zelenko via cfe-commits
- [PATCH] D16761: clang-cl: Support loading plugins on Windows
Eugene Zelenko via cfe-commits
- r282443 - [Modules TS] Diagnose 'export' declaration within 'export' declaration.
Richard Smith via cfe-commits
- [PATCH] D16262: [libc++] Treat trailing backslashes in a regex pattern as invalid.
Eugene Zelenko via cfe-commits
- [libcxx] r282446 - [libc++] Fix typos causing compilation errors when _LIBCPP_DEBUG_LEVEL >= 2
Oleg Ranevskyy via cfe-commits
- [PATCH] D15994: Allow for unfinished #if blocks in preambles.
Eugene Zelenko via cfe-commits
- [PATCH] D15691: [OpenCL] Improving OpenCL function pointer error checking to catch lone function designator
Eugene Zelenko via cfe-commits
- [PATCH] D15643: [clang-format] Don't allow newline after uppercase Obj-C block return types
Eugene Zelenko via cfe-commits
- r282447 - headers: add missing Windows ARM Interlocked intrinsics
Saleem Abdulrasool via cfe-commits
- r282448 - [clang-format] Don't allow newline after uppercase Obj-C block return types
Daniel Jasper via cfe-commits
- [libcxx] r282449 - Expect DLL builds on Windows by default and require a custom __config for static
Eric Fiselier via cfe-commits
- [PATCH] D24877: [libc++] Default to DLL semantics on Windows
Eric Fiselier via cfe-commits
- [PATCH] D24944: [CUDA] Added __nvvm_atom_{sys|cta}_* builtins for sm_60 GPUs.
Artem Belevich via cfe-commits
- [PATCH] D14353: Allow use of private headers in different sub-modules.
Eugene Zelenko via cfe-commits
- r282453 - P0145R3 (C++17 evaluation order tweaks): consistently emit the LHS of array
Richard Smith via cfe-commits
- [PATCH] D14259: The maximum alignment of std::aligned_storage applies to all Windows compilers
Eugene Zelenko via cfe-commits
- [PATCH] D24945: [libc++abi] Default to DLL annotations on Windows
Shoaib Meenai via cfe-commits
- r282457 - P0145R3 (C++17 evaluation order tweaks): evaluate the base expression before
Richard Smith via cfe-commits
- [PATCH] D24946: [CUDA] Added support for CUDA-8
Artem Belevich via cfe-commits
- [PATCH] D13891: Apply modernize-use-default to llvm.
Eugene Zelenko via cfe-commits
- [PATCH] D13813: Teach MyriadToolchain how to find its C++ header paths.
Eugene Zelenko via cfe-commits
- r282463 - Defend test against differences between 32-bit and 64-bit MSABI manglings.
Richard Smith via cfe-commits
- r282464 - Remove default argument from lambda to appease old MSVC.
Richard Smith via cfe-commits
- [libcxx] r282466 - Remove out of date items in TODO.txt
Eric Fiselier via cfe-commits
- [PATCH] D13419: Fix several problems at the intersection of template instantiations and visibility
Eugene Zelenko via cfe-commits
- [PATCH] D24693: [CodeGen] Don't emit lifetime intrinsics for some local variables
Richard Smith via cfe-commits
- [PATCH] D13349: [OpenCL] Casting boolean to an integer vector in OpenCL should set all bits if boolean is true
Eugene Zelenko via cfe-commits
- [PATCH] D13280: [OpenCL] Adding reserved operator logical xor for OpenCL
Eugene Zelenko via cfe-commits
- [PATCH] D24809: [libcxx] [cmake] Stop stripping -m32 from compiler flags
Eric Fiselier via cfe-commits
- [libcxx] r282468 - Fix possible division by zero
Eric Fiselier via cfe-commits
- [PATCH] D24119: [libc++] add linker option "-Wl, -z, defs" in standalone build
Eric Fiselier via cfe-commits
- [PATCH] D24119: [libc++] add linker option "-Wl, -z, defs" in standalone build
Michał Górny via cfe-commits
- [PATCH] D24119: [libc++] add linker option "-Wl, -z, defs" in standalone build
Asiri Rathnayake via cfe-commits
- [PATCH] D24119: [libc++] add linker option "-Wl, -z, defs" in standalone build
Lei Zhang via cfe-commits
- [PATCH] D24119: [libc++] add linker option "-Wl, -z, defs" in standalone build
Asiri Rathnayake via cfe-commits
- [PATCH] D24119: [libc++] add linker option "-Wl, -z, defs" in standalone build
Michał Górny via cfe-commits
- [PATCH] D24119: [libc++] add linker option "-Wl, -z, defs" in standalone build
Asiri Rathnayake via cfe-commits
- [PATCH] D24119: [libc++] add linker option "-Wl, -z, defs" in standalone build
Michał Górny via cfe-commits
- [libcxxabi] r282470 - [libc++abi] Default to DLL annotations on Windows
Shoaib Meenai via cfe-commits
- [PATCH] D24601: XFAIL Driver/darwin-stdlib.cpp if CLANG_DEFAULT_CXX_STDLIB is set
Vedant Kumar via cfe-commits
- [PATCH] D24809: [libcxx] [cmake] Strip possibly-inherited compiler flags in in-tree build only
Michał Górny via cfe-commits
- [PATCH] D23754: cmake: Add CLANG_GOLD_LIBDIR_SUFFIX to specify loc of LLVMgold.so
Michał Górny via cfe-commits
- [PATCH] D24954: [ToolChains] Do not assume OpenSUSE for other SUSE variants
Michał Górny via cfe-commits
- r282474 - [ASTMatcher] Clarify isStaticStorageClass and hasStaticStorageDuration documents.
Haojian Wu via cfe-commits
- [libcxx] r282475 - [cmake] Strip possibly-inherited compiler flags in in-tree build only
Michal Gorny via cfe-commits
- [clang-tools-extra] r282476 - [clang-tidy] Use isStaticStorageClass ast matcher.
Haojian Wu via cfe-commits
- [PATCH] D24752: [Modules] Add missing dependencies to clang builtins modulemap
Elad Cohen via cfe-commits
- [clang-tools-extra] r282477 - [clang-move] Use isStaticStorageClass matcher.
Haojian Wu via cfe-commits
- [PATCH] D14326: ASTImporter: expressions, pt.2
Aleksei Sidorin via cfe-commits
- [PATCH] D24719: [include-fixer] Add customized editor settings documents.
Benjamin Kramer via cfe-commits
- [PATCH] D24861: [Sema] extend Wshift-op-parentheses so it warns for multiplicative operators
Daniel Marjamäki via cfe-commits
- [clang-tools-extra] r282480 - [include-fixer] Add customized editor settings documents.
Haojian Wu via cfe-commits
- r282481 - [Power9] Builtins for ELF v.2 ABI conformance - front end portion
Nemanja Ivanovic via cfe-commits
- [PATCH] D19586: Misleading Indentation check
Gábor Horváth via cfe-commits
- [PATCH] D24397: Target Power9 bit counting and vector comparison instructions through builtins (front end portion)
Nemanja Ivanovic via cfe-commits
- [PATCH] D24958: Test linked to D24957
Ziv Izhar via cfe-commits
- [libcxx] r282483 - [cmake] Add linker option "-Wl, -z, defs" in standalone build
Michal Gorny via cfe-commits
- r282484 - Silencing a Sphinx diagnostic with options, again.
Aaron Ballman via cfe-commits
- [clang-tools-extra] r282486 - Workaround ASTMatcher crashes. Added some more test cases.
Eric Liu via cfe-commits
- [PATCH] D24961: [avx512] Add aliases to some missing avx512 intrinsics.
Ayman Musa via cfe-commits
- [PATCH] D24962: [ASTMatchers] Let registerMatcher() take a const char * instead of a StringRef
Martin Böhme via cfe-commits
- r282488 - [avx512] Add aliases to some missing avx512 intrinsics.
Ayman Musa via cfe-commits
- [PATCH] D24963: [change-namespace] fix namespace specifier of global variables.
Eric Liu via cfe-commits
- [PATCH] D24825: [X86] Remove the mm_malloc.h include guard hack from the X86 builtins tests
Simon Pilgrim via cfe-commits
- [PATCH] D24717: Merge deletions that are contained in a larger deletion.
Eric Liu via cfe-commits
- [PATCH] D24965: [clang-tidy] Fix cppcoreguidelines-pro-type-member-init false negatives
Malcolm Parsons via cfe-commits
- r282492 - Update to commit r282488, fix the buildboot failure.
Ayman Musa via cfe-commits
- r282500 - Adapt to LLVM optimization remark interface change. NFC
Adam Nemet via cfe-commits
- [PATCH] D24969: [Sema] Use the instantiated name of destructors in FindInstantiatedDecl and RebuildMemberExpr
Akira Hatanaka via cfe-commits
- r282504 - Revert "Adapt to LLVM optimization remark interface change. NFC"
Adam Nemet via cfe-commits
- [PATCH] D23712: [OpenCL] Override supported OpenCL extensions with -cl-ext option
Anastasia Stulova via cfe-commits
- [PATCH] D24975: [CUDA] Add #pragma clang force_cuda_host_device_{begin, end} pragmas.
Justin Lebar via cfe-commits
- [PATCH] D24977: [CUDA] Declare our __device__ math functions in the same inline namespace as our standard library.
Justin Lebar via cfe-commits
- [PATCH] D24978: [CUDA] Rename cuda_builtin_vars.h to __clang_cuda_builtin_vars.h.
Justin Lebar via cfe-commits
- [PATCH] D24979: [CUDA] Support <complex> and std::min/max on the device.
Justin Lebar via cfe-commits
- [libcxx] r282524 - Revert r282483 - [cmake] Add linker option "-Wl, -z, defs" in standalone build
Michal Gorny via cfe-commits
- r282533 - Adapt to LLVM EnableStatistics() change.
Matthias Braun via cfe-commits
- [PATCH] D24981: [Coverage] The coverage region for a switch should cover the code after the switch
Alex Lorenz via cfe-commits
- [PATCH] D24984: [libunwind] Add support for a single-threaded libunwind build
Asiri Rathnayake via cfe-commits
- [PATCH] D24986: Headers: Add iso_volatile load/store intrinsics
Martin Storsjö via cfe-commits
- r282540 - Adapt to LLVM optimization remark interface change. NFC
Adam Nemet via cfe-commits
- [PATCH] D12505: [X86] Set MaxVectorAlign for non-Darwin targets as well.
Eugene Zelenko via cfe-commits
- [PATCH] D11472: [ARM] Pass subtarget feature "+strict-align" instead of backend option "arm-strict-align"
Eugene Zelenko via cfe-commits
- [PATCH] D24682: [PR30341] Alias must point to a definition
Aditya Kumar via cfe-commits
- r282545 - Shorten DiagnosticInfoOptimizationRemark* to OptimizationRemark*. NFC
Adam Nemet via cfe-commits
- [PATCH] D11235: clang-format: Fix breaking before nested 'operator' in function declarations
Eugene Zelenko via cfe-commits
- r282547 - Fix defaulted member functions for templated classes.
Richard Trieu via cfe-commits
- [PATCH] D10370: clang-format: Implement AlwaysBreakAfterDeclarationReturnType.
Eugene Zelenko via cfe-commits
- [PATCH] D24991: Inline hot functions in libcxx shared_ptr implementation.
Kevin Hu via cfe-commits
- r282554 - [Coverage] The coverage region for switch covers the code after the switch.
Alex Lorenz via cfe-commits
- [PATCH] D24373: [Coroutines] Adding builtins for coroutine intrinsics and backendutil support.
Gor Nishanov via cfe-commits
- r282555 - Revert r282547 and add test to show correct behavior.
Richard Trieu via cfe-commits
- r282556 - P0145R3 (C++17 evaluation order tweaks): evaluate the right-hand side of
Richard Smith via cfe-commits
- r282557 - Put new warning in a diagnostic group.
Matthias Braun via cfe-commits
- [PATCH] D9127: PR23175 (fix) - Infinite loop iterating Objective-C method declarations in categories when the AST was deserialized from an .ast file
Eugene Zelenko via cfe-commits
- [PATCH] D24997: [ClangTidy] Add UsingInserter and NamespaceAliaser
Julian Bangert via cfe-commits
- r282564 - Revert r282556. This change made several bots unhappy.
Richard Smith via cfe-commits
- [PATCH] D24998: Add a new optimization option -Og
Sylvestre Ledru via cfe-commits
- [PATCH] D24999: [Sema] Only relax array-at-end-of-object checks in __builtin_object_size when -fno-strict-aliasing is given.
George Burgess IV via cfe-commits
- [PATCH] D25001: [Module] Merge function prototype with a non-prototype function declaration
Akira Hatanaka via cfe-commits
- [PATCH] D23662: [libclang] Control whether crash recovery is enabled/disabled using function argument.
will via cfe-commits
- [PATCH] D25003: [libcxxabi] [cmake] Update LLVM_CMAKE_PATH following install layout change
Michał Górny via cfe-commits
- [PATCH] D25006: Make FilePath of Replacement an absolute file path when possible.
Haojian Wu via cfe-commits
- [PATCH] D25004: [x86][inline-asm][clang] accept 'v' constraint
Elena Demikhovsky via cfe-commits
- [PATCH] D25008: [libcxx] Include unwinder library in the linker script
Michał Górny via cfe-commits
- r282569 - [Headers] Replace stray indentation with tabs with spaces. NFC.
Martin Storsjo via cfe-commits
- [PATCH] D25011: [x86][inline-asm] Introducing (AVX512) k0-k7 registers for inline-asm usage
Matan via cfe-commits
- [PATCH] D22725: [clang-tidy] Add check 'modernize-use-algorithm'
Malcolm Parsons via cfe-commits
- [PATCH] D25012: [x86][inline-asm] Add support for curly brackets escape using "%" in extended inline asm.
Matan via cfe-commits
- r282572 - [ASTImporter] Implement some expression-related AST node import (part 2)
Aleksei Sidorin via cfe-commits
- r282573 - Fix warnings in clang-completion-mode.el.
Manuel Klimek via cfe-commits
- [PATCH] D22910: Add support for CXXOperatorCallExpr in Expr::HasSideEffects
Andi via cfe-commits
- r282574 - [StaticAnalyzer] Fix false positives for vardecls that are technically unreachable but they are needed.
Daniel Marjamaki via cfe-commits
- [libunwind] r282575 - [libunwind] Add support for a single-threaded libunwind build
Asiri Rathnayake via cfe-commits
- r282576 - ASTMerge: specify arch for GCCAsmStmt test explicitly to calm non-x86 buildbots
Aleksei Sidorin via cfe-commits
- r282577 - Merge conflicting replacements when they are order-independent.
Eric Liu via cfe-commits
- r282578 - ASTMerge: explicitly specify arch for GCCAsmStmt test to calm non-x86 buildbots
Aleksei Sidorin via cfe-commits
- r282581 - [X86] Remove the mm_malloc.h include guard hack from the X86 builtins tests
Elad Cohen via cfe-commits
- [PATCH] D24656: [clang-tidy] Add check readability-redundant-declaration
Daniel Marjamäki via cfe-commits
- r282583 - Trying to buildbot failures caused by r282577.
Eric Liu via cfe-commits
- [PATCH] D25017: [mips][msa] Range check MSA intrinsics with immediates
Simon Dardis via cfe-commits
- [libunwind] r282589 - Also use the proper register numbers on CloudABI.
Ed Schouten via cfe-commits
- [PATCH] D25019: [clang-tidy] Make add_new_check.py Python 3 compatible
Kirill Bobyrev via cfe-commits
- [PATCH] D25024: [clang-tidy] Add check for detecting declarations with multiple names
Kirill Bobyrev via cfe-commits
- [PATCH] D25027: Add getCommonRoot Interface in CompilationDatabase.
Haojian Wu via cfe-commits
- [libunwind] r282599 - libunwind: Add OpenBSD case for _Unwind_Ptr typedef
Ed Maste via cfe-commits
- [PATCH] D18172: [CUDA][OpenMP] Add a generic offload action builder
Hal Finkel via cfe-commits
- r282609 - [CUDA] added __nvvm_atom_{sys|cta}_* builtins.
Artem Belevich via cfe-commits
- r282610 - [CUDA] Added support for CUDA-8
Artem Belevich via cfe-commits
- [PATCH] D24472: [Sema] Support lax conversions for compound assignments
Bruno Cardoso Lopes 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.
Hal Finkel via cfe-commits
- [PATCH] D25036: [CUDA] Disallow exceptions in device code.
Justin Lebar via cfe-commits
- [PATCH] D21845: [Driver][OpenMP] Add specialized action builder for OpenMP offloading actions.
Hal Finkel via cfe-commits
- r282619 - Re-commit r282556, reverted in r282564, with a fix to CallArgList::addFrom to
Richard Smith via cfe-commits
- [PATCH] D21847: [Driver][OpenMP] Build jobs for OpenMP offloading actions for targets using gcc tool chains.
Hal Finkel via cfe-commits
- r282621 - Long-overdue update to cxx_status: C++14 is no longer "upcoming".
Richard Smith via cfe-commits
- [PATCH] D21848: [Driver][OpenMP] Add logic for offloading-specific argument translation.
Hal Finkel via cfe-commits
- [PATCH] D21852: [Driver][OpenMP] Update actions builder to create bundling action when necessary.
Hal Finkel via cfe-commits
- [PATCH] D21853: [Driver][OpenMP] Update actions builder to create unbundling action when necessary.
Hal Finkel via cfe-commits
- r282622 - P0096R2: Implement more recent revision of SD-6 (C++ feature test macros).
Richard Smith via cfe-commits
- [PATCH] D21856: [Driver][OpenMP] Add support to create jobs for bundling actions.
Hal Finkel via cfe-commits
- [PATCH] D21857: [Driver][OpenMP] Add support to create jobs for unbundling actions.
Hal Finkel via cfe-commits
- Re: [PATCH] D24481: make “#pragma STDC FP_CONTRACT” on by default
Matthias Braun via cfe-commits
- [PATCH] D25040: [Coverage] Do not emit coverage mappings for functions marked 'unused'
Vedant Kumar via cfe-commits
- [clang-tools-extra] r282625 - [clang-tidy] fix false-positive for cppcoreguidelines-pro-type-member-init with in-class initializers
Matthias Gehre via cfe-commits
- r282627 - P0095R3: Implement the latest published revision of SD-6 (C++ feature test macros).
Richard Smith via cfe-commits
- r282629 - Add a couple more tentative names for upcoming SD-6 feature checks. These might
Richard Smith via cfe-commits
- [PATCH] D25042: [libc++] Clarify _LIBCPP_NEW_DELETE_VIS for Windows
Shoaib Meenai via cfe-commits
- r282631 - cxx_status: use HTML5 details/summary elements to hide implementation status
Richard Smith via cfe-commits
- [libcxx] r282634 - Improve 'last_write_time(...)' accuracy and detect overflow errors.
Eric Fiselier via cfe-commits
- [PATCH] D25045: [Coroutines] Add proper mangling for operator co_await for MicrosoftABI
Gor Nishanov via cfe-commits
- [PATCH] D8048: TypePrinter print __restrict if not in C99 mode
Eugene Zelenko via cfe-commits
- [PATCH] D25047: [AST] Add a const version of CallExpr::children() (NFC)
Vedant Kumar via cfe-commits
- [PATCH] D24695: [CodeGen] Move shouldEmitLifetimeMarkers into more convenient place
Vitaly Buka via cfe-commits
- [libcxx] r282640 - Mark libc++ internal globals with _LIBCPP_SAFE_STATIC.
Eric Fiselier via cfe-commits
- r282641 - Fix bug where template argument deduction of a non-type template parameter used
Richard Smith via cfe-commits
- [PATCH] D25049: Add missing std::move in Replacements::add
Alexander Shaposhnikov via cfe-commits
- [libcxx] r282644 - [libc++] Clarify _LIBCPP_NEW_DELETE_VIS for Windows
Shoaib Meenai via cfe-commits
- [PATCH] D25050: [CUDA] Disallow variable-length arrays in CUDA device code.
Justin Lebar via cfe-commits
- r282645 - [Coroutines] Add proper mangling for operator co_await for MicrosoftABI
Gor Nishanov via cfe-commits
- r282646 - [CUDA] Disallow exceptions in device code.
Justin Lebar via cfe-commits
- r282647 - [CUDA] Disallow variable-length arrays in CUDA device code.
Justin Lebar via cfe-commits
- [PATCH] D25051: Fix PR 10758: Infinite recursion when dealing with copy-initialization
Alex Lorenz via cfe-commits
- [PATCH] D25053: [libc++] Correct alignment condition
Shoaib Meenai via cfe-commits
- [PATCH] D24573: [CUDA] Do a better job at detecting wrong-side calls.
Justin Lebar via cfe-commits
- Buildbot numbers for the last week of 9/18/2016 - 9/24/2016
Galina Kistanova via cfe-commits
- r282651 - P0127R2: Support type deduction for types of non-type template parameters in
Richard Smith via cfe-commits
- r281192 - Add a mode to clang-tblgen to generate reference documentation for warning and
Sean Silva via cfe-commits
- [PATCH] D5789: C99 partial re-initialization behavior (DR-253)
Eugene Zelenko via cfe-commits
- r282652 - Mark P0127R3 as done, and replace its __has_feature check with the corresponding SD-6 macro.
Richard Smith via cfe-commits
- [PATCH] D25056: Fixed "MultiSource/Benchmarks/MiBench/telecomm-FFT" test to use an FP tolerance and check the actual output instead of hashing the output and demanding exact bitwise equality [modulo hash collisions].
Abe Skolnik via cfe-commits
- [PATCH] D5109: Fix "#pragma clang __debug overflow_stack" for MSVC builds
Eugene Zelenko via cfe-commits
- [PATCH] D5041: Fix for clang_Cursor_getSpellingNameRange() reportage of C++ functions
Eugene Zelenko via cfe-commits
- [libcxx] r282660 - Partially revert overflow checking in last_write_time
Eric Fiselier via cfe-commits
- [PATCH] D25059: [libc++] Add missing locale aliases
Shoaib Meenai via cfe-commits
- r282679 - [PR30341] Alias must point to a definition
Aditya Kumar via cfe-commits
- [libcxx] r282681 - [libc++] Add missing locale aliases
Shoaib Meenai via cfe-commits
- [PATCH] D24599: Add 'inline' but not _LIBCPP_INLINE_VISIBILITY to basic_string's destructor
Aditya Kumar via cfe-commits
- [PATCH] D25060: [Coroutines] Fix assertion about uncorrected typos in co_await/co_yield/co_return expressions.
Eric Fiselier via cfe-commits
- [libcxxabi] r282692 - [libc++abi] Use fallback_malloc to allocate __cxa_eh_globals in case of dynamic memory exhaustion.
Igor Kudrin via cfe-commits
- r282701 - XFAIL Driver/darwin-stdlib.cpp if CLANG_DEFAULT_CXX_STDLIB is set
Jonas Hahnfeld 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
- [libcxxabi] r282703 - Revert r282692: Use fallback_malloc to allocate __cxa_eh_globals in case of dynamic memory exhaustion.
Igor Kudrin via cfe-commits
- r282710 - Revert "[PR30341] Alias must point to a definition"
Aditya Kumar via cfe-commits
- r282735 - [sanitizer-coverage/libFuzzer] make the guards for trace-pc 32-bit; create one array of guards per function, instead of one guard per BB. reorganize the code so that trace-pc-guard does not create unneeded globals
Kostya Serebryany via cfe-commits
- r282749 - [sanitize-coverage] doc typo
Kostya Serebryany via cfe-commits
- r282751 - [sanitizer-coverage] more docs
Kostya Serebryany via cfe-commits
- r282752 - [sanitizer-coverage] a bit more docs
Kostya Serebryany via cfe-commits
- r282757 - [Myriad] Silently ignore -fno-split-dwarf-inlining
Douglas Katzman via cfe-commits
- r282777 - Switch to a different workaround for unimplementability of P0145R3 in MS ABIs.
Richard Smith via cfe-commits
- r282792 - [Coroutines] Fix assertion about uncorrected typos in co_await/co_yield/co_return expressions
Eric Fiselier via cfe-commits
- r282800 - P0035R4: add std::align_val_t overloads of operator new/delete in C++17 mode.
Richard Smith via cfe-commits
- r282822 - Move UTF functions into namespace llvm.
Justin Lebar via cfe-commits
- [PATCH] [coroutines] Rename driver flag -fcoroutines to -fcoroutines-ts
Gor Nishanov via cfe-commits
- [PATCH] [Request, 41 lines] D25065: [change-namespace] Fixed a bug in getShortestQualifiedNameInNamespace.
Eric Liu via cfe-commits
- [llvm-dev] Upgrading phabricator
Eric Liu via cfe-commits
- [clang-tools-extra] r282837 - [change-namespace] fix namespace specifier of global variables.
Eric Liu via cfe-commits
- [PATCH] [Request, 69 lines] D25068: [coroutines] Switch to using std::experimental namespace per P0057R5
Gor Nishanov via cfe-commits
- [PATCH] [Updated, 105 lines] D24886: Add [[clang::suppress(rule, ...)]] attribute
Matthias Gehre via cfe-commits
- [PATCH] [Request, 2 lines] D25071: [openmp] fix a compile error on musl-libc
Lei Zhang via cfe-commits
- r282846 - Cosmetic fix: deleted unnecessary line break in comment.
Victor Leschuk via cfe-commits
- [PATCH] [Request, 142 lines] D25074: [clang-tidy] Improve rename_check.py
Kirill Bobyrev via cfe-commits
- [PATCH] [Request, 15 lines] D25078: [Coroutines] Diagnose when 'main' is declared as a coroutine.
Eric Fiselier via cfe-commits
- [PATCH] [Commented On] D24380: [migrate-tool] Framework for a codebase-dependent migration tool.
Manuel Klimek via cfe-commits
- [PATCH] [Updated, 225 lines] D24864: [libcxxabi] Refactor pthread usage into a separate API
Asiri Rathnayake via cfe-commits
- [PATCH] [Updated] D21803: [libcxxabi] Provide a fallback __cxa_thread_atexit() implementation
Asiri Rathnayake via cfe-commits
- [PATCH] [Commented On] D21803: [libcxxabi] Provide a fallback __cxa_thread_atexit() implementation
Eric Fiselier via cfe-commits
- [PATCH] [Updated] D17815: [libc++abi] Use fallback_malloc to allocate __cxa_eh_globals in case of dynamic memory exhaustion.
Asiri Rathnayake via cfe-commits
- [PATCH] [Updated, 2, 442 lines] D23300: [analyzer] Add "Assuming..." diagnostic pieces for unsupported condition expressions.
Artem Dergachev via cfe-commits
- [PATCH] [Updated, 2, 456 lines] D23300: [analyzer] Add "Assuming..." diagnostic pieces for unsupported condition expressions.
Artem Dergachev via cfe-commits
- [PATCH] [Commented On] D24864: [libcxxabi] Refactor pthread usage into a separate API
Asiri Rathnayake via cfe-commits
- [PATCH] [Updated, 223 lines] D24864: [libcxxabi] Refactor pthread usage into a separate API
Asiri Rathnayake via cfe-commits
- [PATCH] [Reopened] D17815: [libc++abi] Use fallback_malloc to allocate __cxa_eh_globals in case of dynamic memory exhaustion.
Igor Kudrin via cfe-commits
- [PATCH] [Commented On] D21698: [OpenCL] Allow disabling types and declarations associated with extensions
Anastasia Stulova via cfe-commits
- [PATCH] [Updated, 2, 653 lines] D23300: [analyzer] Add "Assuming..." diagnostic pieces for unsupported condition expressions.
Artem Dergachev via cfe-commits
- [PATCH] D25092: [analyzer] Add "Assuming..." diagnostic pieces for short-circuit logical operators.
Artem Dergachev via cfe-commits
- [PATCH] D15075: No error for conflict between inputs\outputs and clobber list
Akira Hatanaka via cfe-commits
- r282857 - Fix int <= bool comparison warning on MSVC
Simon Pilgrim via cfe-commits
- [PATCH] D25093: [libcxx] [cmake] Allow testing against installed LLVM with no sources
Michał Górny via cfe-commits
- r282858 - Strip trailing whitespace (NFCI)
Simon Pilgrim via cfe-commits
- [PATCH] D24815: [clang] make reciprocal estimate codegen a function attribute
Sanjay Patel via cfe-commits
- r282865 - [CUDA][OpenMP] Add a generic offload action builder
Samuel Antao via cfe-commits
- [PATCH] D25103: [CUDA] Handle attributes on CUDA lambdas appearing between [...] and (...).
Justin Lebar via cfe-commits
- [PATCH] D25105: [CUDA] Make lambdas inherit __host__ and __device__ attributes from the scope in which they're created.
Justin Lebar via cfe-commits
- [PATCH] D24598: Separate builtins for x84-64 and i386; implement __mulh and __umulh
Albert Gutowski via cfe-commits
- [PATCH] D25106: Packed member warning: Use the typedef name for anonymous structures when it is available
Alex Lorenz via cfe-commits
- r282878 - [CUDA] Add missing comment on Sema::CheckCUDAVLA.
Justin Lebar via cfe-commits
- r282879 - [CUDA] Handle attributes on CUDA lambdas appearing between [...] and (...).
Justin Lebar via cfe-commits
- r282880 - [CUDA] Make lambdas inherit __host__ and __device__ attributes from the scope in which they're created.
Justin Lebar via cfe-commits
- [PATCH] D25113: [Sema] Don't display an invalid redefinition error when dealing with a redefinition of a function whose previous definition was typo-corrected
Alex Lorenz via cfe-commits
- [PATCH] D25114: [CUDA] Fix up MaybeParseGNUAttributes call used for out-of-place attributes on CUDA lambdas.
Justin Lebar via cfe-commits
- [PATCH] D25115: [CUDA] Emit a warning if a CUDA host/device/global attribute is placed after '(...)'.
Justin Lebar via cfe-commits
- r282900 - [MS] Implement __iso_volatile loads/stores as builtins
Martin Storsjo via cfe-commits
- [PATCH] D25117: Add driver support for Fuchsia
Petr Hosek via cfe-commits
- [PATCH] D23657: Remove some false positives when taking the address of packed members
Roger Ferrer Ibanez via cfe-commits
- r282910 - [CUDA] Fix up MaybeParseGNUAttributes call used for out-of-place attributes on CUDA lambdas.
Justin Lebar via cfe-commits
- r282911 - [CUDA] Emit a warning if a CUDA host/device/global attribute is placed after '(...)'.
Justin Lebar via cfe-commits
- r282912 - [CUDA] Remove incorrect comment in CUDASetLambdaAttrs.
Justin Lebar via cfe-commits
- r282927 - [CUDA] Fix implicit-device-lambda.cu after r282911.
Justin Lebar via cfe-commits
- [PATCH] D25123: [OpenCL] Fix bug in __builtin_astype causing invalid LLVM cast instructions
Yaxun Liu via cfe-commits
- [PATCH] D24644: Pass -ffunction-sections/-fdata-sections along to gold-plugin
Peter Collingbourne via cfe-commits
- [PATCH] D25125: [CUDA] Disallow 'extern __shared__' variables.
Justin Lebar via cfe-commits
- r282948 - [sancov] -symbolize documentation update
Mike Aizatsky via cfe-commits
- r282949 - Add missing std::move in Replacements::add
Alexander Shaposhnikov via cfe-commits
- [PATCH] D25129: [CUDA] Disallow __constant__ local variables.
Justin Lebar via cfe-commits
- [PATCH] D25130: [coroutines] Rename driver flag -fcoroutines to -fcoroutines-ts
Gor Nishanov via cfe-commits
- [PATCH] D25131: Fix PR 28885: Fix AST Printer output for inheriting constructor using declarations
Alex Lorenz via cfe-commits
- r282962 - [sanitizer-coverage] fix docs
Kostya Serebryany via cfe-commits
- r282968 - [Sema] Support lax conversions for compound assignments
Bruno Cardoso Lopes via cfe-commits
- r282973 - [coroutines] Diagnose when 'main' is declared as a coroutine.
Eric Fiselier via cfe-commits
- r282974 - P0035R4: add predefined __STDCPP_DEFAULT_NEW_ALIGNMENT__ macro. By default, we
Richard Smith via cfe-commits
- [PATCH] D22507: Clang-tidy - Enum misuse check
Peter Szecsi via cfe-commits
- r282980 - CodeGen: inherit DLLExport attribute in Windows Itanium
Saleem Abdulrasool via cfe-commits
- r282981 - Fix bogus "inline namespace cannot be reopened as non-inline" diagnostic to
Richard Smith via cfe-commits
- [PATCH] D25139: [CUDA] Add Sema::CUDADiagBuilder and Sema::CUDADiagIfDeviceCode().
Justin Lebar via cfe-commits
- [PATCH] D23685: [libcxx] [test] Include the iterator header for back_inserter.
Stephan T. Lavavej via cfe-commits
- [PATCH] D25141: [libcxx] [test] Remove MSVC workarounds
Stephan T. Lavavej via cfe-commits
- [clang-tools-extra] r282984 - Fix tests to not assume they know exactly what will be in Clang's predefines buffer.
Richard Smith via cfe-commits
- [PATCH] D22973: [libcxx] [test] Add TEST_STACK_ALLOCATOR_WORKAROUND.
Stephan T. Lavavej via cfe-commits
- [PATCH] D25143: [CUDA] Disallow __shared__ variables in host functions.
Justin Lebar via cfe-commits
- r282985 - [CUDA] Disallow 'extern __shared__' variables.
Justin Lebar via cfe-commits
- r282986 - [CUDA] Disallow __constant__ local variables.
Justin Lebar via cfe-commits
- r282987 - [CUDA] Harmonize asserts in SemaCUDA, NFC.
Justin Lebar via cfe-commits
- r282989 - Fix crash when emitting error.
Richard Trieu via cfe-commits
- [PATCH] D25145: [libc++] Correct explanation of _LIBCPP_NEW_DELETE_VIS
Shoaib Meenai via cfe-commits
- [PATCH] D25150: [CUDA] Allow static variables in __host__ __device__ functions, so long as they're never codegen'ed for device.
Justin Lebar via cfe-commits
- r282996 - Use StringRef in Triple API (NFC)
Mehdi Amini via cfe-commits
- r283004 - Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini via cfe-commits
- [PATCH] D25154: [libc++] Fix stack_allocator
Eric Fiselier via cfe-commits
- [PATCH] D23745: [cmake] Update lit search to match the one in LLVM
Michał Górny via cfe-commits
- [libcxx] r283030 - Replace test_throw.h header with a single test macro
Eric Fiselier via cfe-commits
- [libcxx] r283032 - Remove all instances of _LIBCPP_HAS_NO_RVALUE_REFERENCES from test/std/utilities
Eric Fiselier via cfe-commits
- [PATCH] D25157: [compiler-rt] [cmake] Respect COMPILER_RT_BUILD_* consistently for libs & tests
Michał Górny via cfe-commits
- r283039 - Use StringRef in Registry API (NFC)
Mehdi Amini via cfe-commits
- r283043 - Use StringRef for MemoryBuffer identifier API (NFC)
Mehdi Amini via cfe-commits
- [PATCH] D18639: Use __builtin_isnan/isinf/isfinite in complex
Hal Finkel via cfe-commits
- [libcxx] r283051 - Use __builtin_isnan/isinf/isfinite in complex
Hal Finkel via cfe-commits
- [libcxx] r283052 - Remove some additional unnecessary std:: in cmath
Hal Finkel via cfe-commits
- r283053 - [AVX-512] Add _MM_FROUND_NO_EXC to test cases that pass a rounding mode intrinsics. This is preparation for a follow up commit that will check validity of rounding mode argument.
Craig Topper via cfe-commits
- r283054 - [AVX-512] Check rounding mode for builtins that take one. Rounding mode should be either _MM_FROUND_CUR_DIRECTION or a 2-bit rounding mode ORed with _MM_FROUND_NO_EXC.
Craig Topper via cfe-commits
- r278483 - This patch implements PR#22821.
Joerg Sonnenberger via cfe-commits
- r283061 - [PowerPC] Enable soft-float for PPC64, and +soft-float -> -hard-float
Hal Finkel via cfe-commits
- r283063 - Alias must point to a definition
Aditya Kumar via cfe-commits
- r283064 - [coroutines] Rename driver flag -fcoroutines to -fcoroutines-ts
Gor Nishanov via cfe-commits
- [PATCH] D25161: [cmake] Install 'clang-cpp' symlink
Michał Górny via cfe-commits
- [PATCH] D25162: Make DeletedLines local variables in checkEmptyNamespace.
Eric Liu via cfe-commits
- [clang-tools-extra] r283067 - [clang-rename] Overhaul clang-rename.el.
Kirill Bobyrev via cfe-commits
- r283068 - [CUDA] Allow extern __shared__ on empty-length arrays.
Justin Lebar via cfe-commits
- [PATCH] D25153: preprocessor supports `-dI` flag
Steve O'Brien via cfe-commits
- [PATCH] D24894: [clang-tidy] Prefer transparent functors to non-transparent one.
Aaron Ballman via cfe-commits
- r283073 - [AVX-512] Use native IR for masked 512-bit add/sub/mul/div ps/pd intrinsics when rounding mode isn't used.
Craig Topper via cfe-commits
- r283075 - [cmake] Install 'clang-cpp' symlink
Michal Gorny via cfe-commits
- [PATCH] D25166: [CUDA] Mark device functions as nounwind.
Justin Lebar via cfe-commits
- [PATCH] D24426: DebugInfo: Pass non-zero alignment to DIBuilder only if aligment was forced
Victor Leschuk via cfe-commits
- [PATCH] D25171: clang-format: Add two new formatting options
Robin Sommer via cfe-commits
- r283085 - Keep the test only for Itanium abi
Aditya Kumar via cfe-commits
Last message date:
Sun Oct 2 19:36:34 PDT 2016
Archived on: Sun Oct 2 19:43:50 PDT 2016
This archive was generated by
Pipermail 0.09 (Mailman edition).