The Week Of Monday 21 November 2016 Archives by subject
Starting: Mon Nov 21 00:31:09 PST 2016
Ending: Sun Nov 27 22:22:12 PST 2016
Messages: 371
- [clang-tools-extra] r287540 - readability-redundant-declaration: Fix crash
Daniel Marjamaki via cfe-commits
- [clang-tools-extra] r287540 - readability-redundant-declaration: Fix crash
Renato Golin via cfe-commits
- [clang-tools-extra] r287540 - readability-redundant-declaration: Fix crash
Aaron Ballman via cfe-commits
- [clang-tools-extra] r287544 - [include-fixer plugin] Make the plugin emit proper fixits in case multiple errors are found.
Benjamin Kramer via cfe-commits
- [clang-tools-extra] r287546 - clang-tidy: Attempt to fix build bot failure with mismatching size_t platform type.
Daniel Marjamaki via cfe-commits
- [clang-tools-extra] r287550 - clang-tidy: improve my test for readability-redundant-declaration
Daniel Marjamaki via cfe-commits
- [clang-tools-extra] r287649 - [clang-rename] Prune away AST nodes more correctly and effectively when looking for a point
Benjamin Kramer via cfe-commits
- [clang-tools-extra] r287752 - [clang-move] Add some options allowing to add old/new.h to new/old.h respectively.
Haojian Wu via cfe-commits
- [clang-tools-extra] r287758 - [clang-rename] Fix non-functional offset check.
Benjamin Kramer via cfe-commits
- [clang-tools-extra] r287759 - [clang-rename] Add test case for r287758.
Benjamin Kramer via cfe-commits
- [clang-tools-extra] r287863 - [clang-move] Enable dump all declarations in old header.
Haojian Wu via cfe-commits
- [libcxx] r287435 - Fix stdint/cstdint modules
Alex L via cfe-commits
- [libcxx] r287435 - Fix stdint/cstdint modules
Eric Fiselier via cfe-commits
- [libcxx] r287531 - Revert r287435 because of OS X test failures
Eric Fiselier via cfe-commits
- [libcxx] r287687 - Cleanup module.modulemap
Eric Fiselier via cfe-commits
- [libcxx] r287690 - Attempt to fix stdint/cstdint modules try 2
Eric Fiselier via cfe-commits
- [libcxx] r287693 - Allow libc++ to use modules in C++03.
Eric Fiselier via cfe-commits
- [libcxx] r287728 - Add <variant> tests but disable them for libc++
Eric Fiselier via cfe-commits
- [libcxx] r287729 - [libcxx] Fix max_size() across all containers
Eric Fiselier via cfe-commits
- [libcxx] r287732 - Don't "LIBCPP_ONLY(stuff;)" at namespace scope.
Casey Carter via cfe-commits
- [libcxx] r287749 - Fix __hash_table::max_size() on 32 bit systems
Eric Fiselier via cfe-commits
- [libcxx] r287768 - [libc++] Remove unneeded visibility pragmas
Shoaib Meenai via cfe-commits
- [libcxx] r287820 - [libcxx] [test] D27013: Fix MSVC warning C4018 "signed/unsigned mismatch", part 1/12.
Stephan T. Lavavej via cfe-commits
- [libcxx] r287822 - [libcxx] [test] D27014: Fix MSVC warning C4018 "signed/unsigned mismatch", part 2/12.
Stephan T. Lavavej via cfe-commits
- [libcxx] r287823 - [libcxx] [test] D27015: Fix MSVC warning C4018 "signed/unsigned mismatch", part 3/12.
Stephan T. Lavavej via cfe-commits
- [libcxx] r287824 - [libcxx] [test] D27016: Fix MSVC warning C4018 "signed/unsigned mismatch", part 4/12.
Stephan T. Lavavej via cfe-commits
- [libcxx] r287825 - [libcxx] [test] D27018: Fix MSVC warning C4018 "signed/unsigned mismatch", part 5/12.
Stephan T. Lavavej via cfe-commits
- [libcxx] r287826 - [libcxx] [test] D27019: Fix MSVC warning C4245 "conversion from 'X' to 'Y', signed/unsigned mismatch", part 6/12.
Stephan T. Lavavej via cfe-commits
- [libcxx] r287827 - [libcxx] [test] D27020: Fix MSVC warning C4245 "conversion from 'X' to 'Y', signed/unsigned mismatch", part 7/12.
Stephan T. Lavavej via cfe-commits
- [libcxx] r287828 - [libcxx] [test] D27026: Fix copy-paste silliness; ULL can't ever be 32-bit.
Stephan T. Lavavej via cfe-commits
- [libcxx] r287829 - [libcxx] [test] D27027: Strip trailing whitespace.
Stephan T. Lavavej via cfe-commits
- [libcxx] r287865 - Protect std::string tests under libcpp-no-exceptions
Roger Ferrer Ibanez via cfe-commits
- [libcxx] r287866 - Protect tests for std::uninitialized_{copy, fill} under libcpp-no-exceptions
Roger Ferrer Ibanez via cfe-commits
- [libcxx] r287868 - Reverting wrong diff
Roger Ferrer Ibanez via cfe-commits
- [libcxx] r287981 - Implement the 'detection idiom' from LFTS v2
Marshall Clow via cfe-commits
- [libcxx] r287988 - Implement conjuntion/disjuntion/negation for LFTS v2. Same code and tests for the ones in std::
Marshall Clow via cfe-commits
- [PATCH] D13289: [libc++] Provide additional templates for valarray transcendentals that satisfy the standard synopsis
Jason Liu via cfe-commits
- [PATCH] D18860: [analyzer] Fix the "Zombie symbols" issue.
Gábor Horváth via cfe-commits
- [PATCH] D21298: [Clang-tidy] delete null check
Gergely Angeli via Phabricator via cfe-commits
- [PATCH] D21737: [PATCH] [CodeGen] Insert TargetLibraryInfoWrapperPass before anything else.
Marcin Kościelnicki via cfe-commits
- [PATCH] D21741: Add test for D21736 + D21737.
Marcin Kościelnicki via cfe-commits
- [PATCH] D22725: [clang-tidy] Add check 'modernize-use-algorithm'
Jonas Devlieghere via cfe-commits
- [PATCH] D22862: [analyzer] Fix for PR15623: eliminate unwanted ProgramState checker data propagation.
Anton Yartsev via cfe-commits
- [PATCH] D22910: Add support for CXXOperatorCallExpr in Expr::HasSideEffects
Andi via cfe-commits
- [PATCH] D23765: Fix for clang PR 29087
Richard Smith via cfe-commits
- [PATCH] D23765: Fix for clang PR 29087
Hal Finkel via Phabricator via cfe-commits
- [PATCH] D23835: [compiler-rt] tsan/tests: Add missing -I for top-level include directory
Dmitry Vyukov via cfe-commits
- [PATCH] D23835: [compiler-rt] tsan/tests: Add missing -I for top-level include directory
Michał Górny via cfe-commits
- [PATCH] D24639: [Sema] Warn when returning a lambda that captures a local variable by reference
Erik Pilkington 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] D25669: [Driver] Simplify ToolChain::GetCXXStdlibType (NFC)
Jonas Hahnfeld via cfe-commits
- [PATCH] D25717: [x86][inline-asm][clang][fixup] accept 'v' constraint
coby via Phabricator via cfe-commits
- [PATCH] D25932: Unconditionally pass `-lto_library` to the linker on Darwin
Reid Kleckner via cfe-commits
- [PATCH] D25932: Unconditionally pass `-lto_library` to the linker on Darwin
Nico Weber 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
Reid Kleckner 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
Nico Weber via cfe-commits
- [PATCH] D25932: Unconditionally pass `-lto_library` to the linker on Darwin
Reid Kleckner 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
Nico Weber via cfe-commits
- [PATCH] D25932: Unconditionally pass `-lto_library` to the linker on Darwin
Reid Kleckner 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
Nico Weber 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
Mehdi Amini via cfe-commits
- [PATCH] D25932: Unconditionally pass `-lto_library` to the linker on Darwin
Nico Weber via cfe-commits
- [PATCH] D26082: Support for Python 3 in libclang python bindings
Mathieu Duponchelle via cfe-commits
- [PATCH] D26082: Support for Python 3 in libclang python bindings
Jonathan B Coe via Phabricator via cfe-commits
- [PATCH] D26082: Support for Python 3 in libclang python bindings
Mathieu Duponchelle via Phabricator via cfe-commits
- [PATCH] D26137: [clang-tidy] Add check name to YAML export
Alpha Abdoulaye via cfe-commits
- [PATCH] D26137: [clang-tidy] Add check name to YAML export
Malcolm Parsons via cfe-commits
- [PATCH] D26137: [clang-tidy] Add check name to YAML export
Alpha Abdoulaye via cfe-commits
- [PATCH] D26137: [clang-tidy] Add check name to YAML export
Malcolm Parsons via cfe-commits
- [PATCH] D26137: [clang-tidy] Add check name to YAML export
Alpha Abdoulaye via cfe-commits
- [PATCH] D26196: Add support for non-zero null pointer for C and OpenCL
Yaxun Liu via cfe-commits
- [PATCH] D26196: Add support for non-zero null pointer for C and OpenCL
John McCall via cfe-commits
- [PATCH] D26234: [Frontend] Add a predefined macro that describes the Objective-C bool type
Alex Lorenz via cfe-commits
- [PATCH] D26244: [Driver] Prefer libraries installed next to Clang over those from GCC
Jonas Hahnfeld via cfe-commits
- [PATCH] D26328: [ASTImporter] Added ability to import AtomicType nodes
Gábor Horváth via cfe-commits
- [PATCH] D26328: [ASTImporter] Added ability to import AtomicType nodes
Kareem Khazem via cfe-commits
- [PATCH] D26328: [ASTImporter] Added ability to import AtomicType nodes
Phabricator via cfe-commits
- [PATCH] D26442: [analyzer] Fix crash on getSVal: handle case of CompoundVal
Alexander Shaposhnikov via cfe-commits
- [PATCH] D26442: [analyzer] Fix crash on getSVal: handle case of CompoundVal
Phabricator via cfe-commits
- [PATCH] D26453: [clang-tidy] Remove duplicated check from move-constructor-init
Malcolm Parsons via cfe-commits
- [PATCH] D26546: [PPC] Add vec_insert4b/vec_extract4b to altivec.h
Sean Fertile via cfe-commits
- [PATCH] D26546: [PPC] Add vec_insert4b/vec_extract4b to altivec.h
Zaara Syeda via cfe-commits
- [PATCH] D26546: [PPC] Add vec_insert4b/vec_extract4b to altivec.h
Sean Fertile via cfe-commits
- [PATCH] D26546: [PPC] Add vec_insert4b/vec_extract4b to altivec.h
Sean Fertile via cfe-commits
- [PATCH] D26546: [PPC] Add vec_insert4b/vec_extract4b to altivec.h
Nemanja Ivanovic via cfe-commits
- [PATCH] D26546: [PPC] Add vec_insert4b/vec_extract4b to altivec.h
Kit Barton via cfe-commits
- [PATCH] D26546: [PPC] Add vec_insert4b/vec_extract4b to altivec.h
Nemanja Ivanovic via cfe-commits
- [PATCH] D26560: Add a test for vcall on a null ptr.
Ivan Krasin via cfe-commits
- [PATCH] D26560: Add a test for vcall on a null ptr.
Peter Collingbourne via cfe-commits
- [PATCH] D26587: [AVX512][inline-asm] Fix AVX512 inline assembly instruction resolution when the size qualifier of a memory operand is not specified explicitly.
Marina Yatsina via cfe-commits
- [PATCH] D26606: Protect tests for std::uninitialized_{copy, fill} under libcpp-no-exceptions
Roger Ferrer Ibanez via cfe-commits
- [PATCH] D26606: Protect tests for std::uninitialized_{copy, fill} under libcpp-no-exceptions
James Molloy via cfe-commits
- [PATCH] D26606: Protect tests for std::uninitialized_{copy, fill} under libcpp-no-exceptions
Roger Ferrer Ibanez via cfe-commits
- [PATCH] D26608: Protect std::string tests under libcpp-no-exceptions
Roger Ferrer Ibanez via cfe-commits
- [PATCH] D26608: Protect std::string tests under libcpp-no-exceptions
Roger Ferrer Ibanez via cfe-commits
- [PATCH] D26611: Protect test for dynarray under libcpp-no-exceptions
Roger Ferrer Ibanez via cfe-commits
- [PATCH] D26612: Protect std::string tests under libcpp-no-exceptions
Roger Ferrer Ibanez via cfe-commits
- [PATCH] D26636: patch for llvm/clang bug 25965, suppress warning diagnostic on float-to-bool conversion when in condition context
Melanie Blower via cfe-commits
- [PATCH] D26636: patch for llvm/clang bug 25965, suppress warning diagnostic on float-to-bool conversion when in condition context
Melanie Blower via cfe-commits
- [PATCH] D26636: patch for llvm/clang bug 25965, suppress warning diagnostic on float-to-bool conversion when in condition context
Erich Keane via cfe-commits
- [PATCH] D26657: [Sema] Respect DLL attributes more faithfully
Shoaib Meenai via cfe-commits
- [PATCH] D26664: [ObjC] Prevent infinite loops when iterating over redeclaration of a method that was declared in an invalid interface
Alex Lorenz via cfe-commits
- [PATCH] D26664: [ObjC] Prevent infinite loops when iterating over redeclaration of a method that was declared in an invalid interface
Alex Lorenz via cfe-commits
- [PATCH] D26753: ASTImporter: improve support for C++ templates
Aleksei Sidorin via cfe-commits
- [PATCH] D26762: Add a method to obtain this SVal of a method that created given StackFrameCtx
Krzysztof Wiśniewski via cfe-commits
- [PATCH] D26814: [libcxx] [test] Change ifstream constructor tests to handle read-only files.
Stephan T. Lavavej via cfe-commits
- [PATCH] D26827: Make tests more robust with Release builds
Alexey Bataev via cfe-commits
- [PATCH] D26827: Make tests more robust with Release builds
Douglas Yung via cfe-commits
- [PATCH] D26829: [clang] Allow lexer to handle string_view literals
Richard Smith via cfe-commits
- [PATCH] D26829: [clang] Allow lexer to handle string_view literals
Anton Bikineev via cfe-commits
- [PATCH] D26835: [analyzer] Minor fixes and improvements to debug.ExprInspection
Gábor Horváth via cfe-commits
- [PATCH] D26837: [analyzer] Litter the SVal/SymExpr/MemRegion class hierarchy with asserts.
Gábor Horváth via cfe-commits
- [PATCH] D26838: [analyzer] Enforce super-region classes for various memory regions through compile-time and run-time type checks.
Gábor Horváth via cfe-commits
- [PATCH] D26853: Make llvm::Error generated from replacement interfaces more specific.
Benjamin Kramer via cfe-commits
- [PATCH] D26853: Make llvm::Error generated from replacement interfaces more specific.
Eric Liu via cfe-commits
- [PATCH] D26853: Make llvm::Error generated from replacement interfaces more specific.
Eric Liu via cfe-commits
- [PATCH] D26853: Make llvm::Error generated from replacement interfaces more specific.
Eric Liu via cfe-commits
- [PATCH] D26858: [AArch64] Don't constrain the assembler when using -mgeneral-regs-only
James Molloy via cfe-commits
- [PATCH] D26882: Refactor how FunctionDecl handles constexpr:
Nathan Wilson via cfe-commits
- [PATCH] D26885: [libcxx] Fix max_size() across all containers
Eric Fiselier via cfe-commits
- [PATCH] D26885: [libcxx] Fix max_size() across all containers
Eric Fiselier via cfe-commits
- [PATCH] D26896: [libcxx] Make constexpr char_traits<T> and char_traits<char>
Marshall Clow via cfe-commits
- [PATCH] D26896: [libcxx] Make constexpr char_traits<T> and char_traits<char>
Anton Bikineev via cfe-commits
- [PATCH] D26896: [libcxx] Make constexpr char_traits<T> and char_traits<char>
Eric Fiselier via cfe-commits
- [PATCH] D26896: [libcxx] Make constexpr char_traits<T> and char_traits<char>
Eric Fiselier via cfe-commits
- [PATCH] D26896: [libcxx] Make constexpr char_traits<T> and char_traits<char>
Anton Bikineev via cfe-commits
- [PATCH] D26896: [libcxx] Make constexpr char_traits<T> and char_traits<char>
Anton Bikineev via cfe-commits
- [PATCH] D26903: [libcxx] Add <variant> tests (but not implementation)
Eric Fiselier via cfe-commits
- [PATCH] D26903: [libcxx] Add <variant> tests (but not implementation)
Casey Carter via cfe-commits
- [PATCH] D26903: [libcxx] Add <variant> tests (but not implementation)
Stephan T. Lavavej via cfe-commits
- [PATCH] D26903: [libcxx] Add <variant> tests (but not implementation)
Eric Fiselier via cfe-commits
- [PATCH] D26903: [libcxx] Add <variant> tests (but not implementation)
Casey Carter via cfe-commits
- [PATCH] D26903: [libcxx] Add <variant> tests (but not implementation)
Eric Fiselier via cfe-commits
- [PATCH] D26903: [libcxx] Add <variant> tests (but not implementation)
Eric Fiselier via cfe-commits
- [PATCH] D26903: [libcxx] Add <variant> tests (but not implementation)
Eric Fiselier via cfe-commits
- [PATCH] D26903: [libcxx] Add <variant> tests (but not implementation)
Stephan T. Lavavej via cfe-commits
- [PATCH] D26903: [libcxx] Add <variant> tests (but not implementation)
Casey Carter via cfe-commits
- [PATCH] D26903: [libcxx] Add <variant> tests (but not implementation)
Casey Carter via cfe-commits
- [PATCH] D26903: [libcxx] Add <variant> tests (but not implementation)
Eric Fiselier via cfe-commits
- [PATCH] D26903: [libcxx] Add <variant> tests (but not implementation)
Eric Fiselier via cfe-commits
- [PATCH] D26903: [libcxx] Add <variant> tests (but not implementation)
Eric Fiselier via cfe-commits
- [PATCH] D26903: [libcxx] Add <variant> tests (but not implementation)
Eric Fiselier via cfe-commits
- [PATCH] D26904: [astimporter] Support importing CXXDependentScopeMemberExpr and FunctionTemplateDecl
Aleksei Sidorin via cfe-commits
- [PATCH] D26904: [astimporter] Support importing CXXDependentScopeMemberExpr and FunctionTemplateDecl
Kareem Khazem via Phabricator via cfe-commits
- [PATCH] D26909: [ClangFormat] Do not insert #include into code after #include block in the beginning of the file.
Eric Liu via cfe-commits
- [PATCH] D26909: [ClangFormat] Do not insert #include into code after #include block in the beginning of the file.
Eric Liu via cfe-commits
- [PATCH] D26911: readability-redundant-declarations: Fix crash
Haojian Wu via cfe-commits
- [PATCH] D26911: readability-redundant-declarations: Fix crash
Daniel Marjamäki via cfe-commits
- [PATCH] D26916: [ObjC] Avoid a @try/@finally/@autoreleasepool fixit when parsing an expression
Alex Lorenz via cfe-commits
- [PATCH] D26920: Add validation to Stage 2 of num_get
Eric van Gyzen via cfe-commits
- [PATCH] D26922: [ObjC++] Don't enter a C++ declarator context when the current context is an Objective-C declaration
Alex Lorenz via cfe-commits
- [PATCH] D26934: [libc++] Add _LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS
Shoaib Meenai via cfe-commits
- [PATCH] D26934: [libc++] Add _LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS
Shoaib Meenai via cfe-commits
- [PATCH] D26934: [libc++] Add _LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS
Eric Fiselier via cfe-commits
- [PATCH] D26934: [libc++] Add _LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS
Shoaib Meenai via cfe-commits
- [PATCH] D26934: [libc++] Add _LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS
Shoaib Meenai via Phabricator via cfe-commits
- [PATCH] D26934: [libc++] Add _LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS
Shoaib Meenai via Phabricator via cfe-commits
- [PATCH] D26934: [libc++] Add _LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS
Shoaib Meenai via Phabricator via cfe-commits
- [PATCH] D26940: [libc++] Remove unneeded visibility pragmas
Shoaib Meenai via cfe-commits
- [PATCH] D26940: [libc++] Remove unneeded visibility pragmas
Shoaib Meenai via cfe-commits
- [PATCH] D26944: Suppress -Wliblto warning when -flto is not present
Reid Kleckner via cfe-commits
- [PATCH] D26944: Suppress -Wliblto warning when -flto is not present
Nico Weber via cfe-commits
- [PATCH] D26944: Suppress -Wliblto warning when -flto is not present
Mehdi Amini via cfe-commits
- [PATCH] D26944: Suppress -Wliblto warning when -flto is not present
Reid Kleckner via cfe-commits
- [PATCH] D26949: [libc++abi] Clean up visibility
Shoaib Meenai via cfe-commits
- [PATCH] D26950: [libc++abi] Add _LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS
Shoaib Meenai via cfe-commits
- [PATCH] D26953: clang-format: handle formatting on constexpr if
Visoiu Mistrih Francis via cfe-commits
- [PATCH] D26955: Fix bitwidth for x87 extended-precision floating-point type
Dominic Chen via cfe-commits
- [PATCH] D26955: Fix bitwidth for x87 extended-precision floating-point type
Dominic Chen via cfe-commits
- [PATCH] D26960: [docs] Use x86_64 and i386 instead of x86 as arch for triples.
Florian Hahn via cfe-commits
- [PATCH] D26964: Handle more declarations in DeclContextPrinter to fix -print-decl-contexts crashes
Alex Lorenz via cfe-commits
- [PATCH] D26966: [clang-move] Add some options allowing to add old/new.h to new/old.h respectively.
Haojian Wu via cfe-commits
- [PATCH] D26966: [clang-move] Add some options allowing to add old/new.h to new/old.h respectively.
Eric Liu via cfe-commits
- [PATCH] D26966: [clang-move] Add some options allowing to add old/new.h to new/old.h respectively.
Haojian Wu via cfe-commits
- [PATCH] D26966: [clang-move] Add some options allowing to add old/new.h to new/old.h respectively.
Haojian Wu via cfe-commits
- [PATCH] D26966: [clang-move] Add some options allowing to add old/new.h to new/old.h respectively.
Eric Liu via cfe-commits
- [PATCH] D26966: [clang-move] Add some options allowing to add old/new.h to new/old.h respectively.
Haojian Wu via cfe-commits
- [PATCH] D26966: [clang-move] Add some options allowing to add old/new.h to new/old.h respectively.
Eric Liu via cfe-commits
- [PATCH] D26966: [clang-move] Add some options allowing to add old/new.h to new/old.h respectively.
Haojian Wu via cfe-commits
- [PATCH] D26966: [clang-move] Add some options allowing to add old/new.h to new/old.h respectively.
Haojian Wu via cfe-commits
- [PATCH] D26968: [ARM] Add Driver support for emitting the missing Tag_ABI_enum_size build attribute values
Renato Golin via cfe-commits
- [PATCH] D26968: [ARM] Add Driver support for emitting the missing Tag_ABI_enum_size build attribute values
Alexandros Lamprineas via cfe-commits
- [PATCH] D26968: [ARM] Add Driver support for emitting the missing Tag_ABI_enum_size build attribute values
Renato Golin via cfe-commits
- [PATCH] D26968: [ARM] Add Driver support for emitting the missing Tag_ABI_enum_size build attribute values
Renato Golin via cfe-commits
- [PATCH] D26968: [ARM] Add Driver support for emitting the missing Tag_ABI_enum_size build attribute values
Alexandros Lamprineas via cfe-commits
- [PATCH] D26968: [ARM] Add Driver support for emmitting the missing Tag_ABI_enum_size build attribute values
Alexandros Lamprineas via cfe-commits
- [PATCH] D26978: [Sema][Atomics] Treat expected pointer in compare exchange atomics as _Nonnull
Alex Lorenz via cfe-commits
- [PATCH] D26978: [Sema][Atomics] Treat expected pointer in compare exchange atomics as _Nonnull
John McCall via cfe-commits
- [PATCH] D26978: [Sema][Atomics] Treat expected pointer in compare exchange atomics as _Nonnull
Alex Lorenz via cfe-commits
- [PATCH] D26979: Do not hard-code locale data in unit tests: get it from the OS instead
Eric van Gyzen via cfe-commits
- [PATCH] D26979: Do not hard-code locale data in unit tests: get it from the OS instead
Eric Fiselier via cfe-commits
- [PATCH] D26979: Do not hard-code locale data in unit tests: get it from the OS instead
Eric van Gyzen via cfe-commits
- [PATCH] D26979: Do not hard-code locale data in unit tests: get it from the OS instead
Eric van Gyzen via cfe-commits
- [PATCH] D26979: Do not hard-code locale data in unit tests: get it from the OS instead
Eric van Gyzen via cfe-commits
- [PATCH] D26979: Do not hard-code locale data in unit tests: get it from the OS instead
Eric van Gyzen via cfe-commits
- [PATCH] D26979: Do not hard-code locale data in unit tests: get it from the OS instead
Eric van Gyzen via cfe-commits
- [PATCH] D26979: Do not hard-code locale data in unit tests: get it from the OS instead
Eric Fiselier via cfe-commits
- [PATCH] D26979: Do not hard-code locale data in unit tests: get it from the OS instead
Eric van Gyzen via cfe-commits
- [PATCH] D26979: Do not hard-code locale data in unit tests: get it from the OS instead
Eric van Gyzen via cfe-commits
- [PATCH] D26979: Do not hard-code locale data in unit tests: get it from the OS instead
Eric van Gyzen via Phabricator via cfe-commits
- [PATCH] D26979: Do not hard-code locale data in unit tests: get it from the OS instead
Eric van Gyzen via Phabricator via cfe-commits
- [PATCH] D26979: Do not hard-code locale data in unit tests: get it from the OS instead
Eric van Gyzen via Phabricator via cfe-commits
- [PATCH] D26984: Unconditionally pass -lto_library, remove -Wliblto warning.
Nico Weber via cfe-commits
- [PATCH] D26984: Unconditionally pass -lto_library, remove -Wliblto warning.
Mehdi AMINI via cfe-commits
- [PATCH] D26984: Unconditionally pass -lto_library, remove -Wliblto warning.
Reid Kleckner via cfe-commits
- [PATCH] D26984: Unconditionally pass -lto_library, remove -Wliblto warning.
Nico Weber via cfe-commits
- [PATCH] D26991: Hoist redundant load
Aditya Kumar via cfe-commits
- [PATCH] D27005: [lit] Support custom parsers in parseIntegratedTestScript
Eric Fiselier via cfe-commits
- [PATCH] D27005: [lit] Support custom parsers in parseIntegratedTestScript
Mandeep Singh Grang via cfe-commits
- [PATCH] D27005: [lit] Support custom parsers in parseIntegratedTestScript
Eric Fiselier via cfe-commits
- [PATCH] D27005: [lit] Support custom parsers in parseIntegratedTestScript
Jonathan Roelofs via cfe-commits
- [PATCH] D27005: [lit] Support custom parsers in parseIntegratedTestScript
Eric Fiselier via cfe-commits
- [PATCH] D27005: [lit] Support custom parsers in parseIntegratedTestScript
Jonathan Roelofs via cfe-commits
- [PATCH] D27007: Remove C++ default arg side table for MS ABI ctor closures
Reid Kleckner via cfe-commits
- [PATCH] D27007: Remove C++ default arg side table for MS ABI ctor closures
Reid Kleckner via cfe-commits
- [PATCH] D27007: Remove C++ default arg side table for MS ABI ctor closures
Richard Smith via cfe-commits
- [PATCH] D27007: Remove C++ default arg side table for MS ABI ctor closures
Reid Kleckner via cfe-commits
- [PATCH] D27007: Remove C++ default arg side table for MS ABI ctor closures
Reid Kleckner via cfe-commits
- [PATCH] D27013: [libcxx] [test] Fix MSVC warning C4018 "signed/unsigned mismatch", part 1/12.
Stephan T. Lavavej via cfe-commits
- [PATCH] D27013: [libcxx] [test] Fix MSVC warning C4018 "signed/unsigned mismatch", part 1/12.
Stephan T. Lavavej via cfe-commits
- [PATCH] D27014: [libcxx] [test] Fix MSVC warning C4018 "signed/unsigned mismatch", part 2/12.
Stephan T. Lavavej via cfe-commits
- [PATCH] D27014: [libcxx] [test] Fix MSVC warning C4018 "signed/unsigned mismatch", part 2/12.
Stephan T. Lavavej via cfe-commits
- [PATCH] D27015: [libcxx] [test] Fix MSVC warning C4018 "signed/unsigned mismatch", part 3/12.
Stephan T. Lavavej via cfe-commits
- [PATCH] D27015: [libcxx] [test] Fix MSVC warning C4018 "signed/unsigned mismatch", part 3/12.
Stephan T. Lavavej via cfe-commits
- [PATCH] D27016: [libcxx] [test] Fix MSVC warning C4018 "signed/unsigned mismatch", part 4/12.
Stephan T. Lavavej via cfe-commits
- [PATCH] D27016: [libcxx] [test] Fix MSVC warning C4018 "signed/unsigned mismatch", part 4/12.
Stephan T. Lavavej via cfe-commits
- [PATCH] D27018: [libcxx] [test] Fix MSVC warning C4018 "signed/unsigned mismatch", part 5/12.
Stephan T. Lavavej via cfe-commits
- [PATCH] D27018: [libcxx] [test] Fix MSVC warning C4018 "signed/unsigned mismatch", part 5/12.
Stephan T. Lavavej via cfe-commits
- [PATCH] D27019: [libcxx] [test] Fix MSVC warning C4245 "conversion from 'X' to 'Y', signed/unsigned mismatch", part 6/12.
Stephan T. Lavavej via cfe-commits
- [PATCH] D27019: [libcxx] [test] Fix MSVC warning C4245 "conversion from 'X' to 'Y', signed/unsigned mismatch", part 6/12.
Stephan T. Lavavej via cfe-commits
- [PATCH] D27020: [libcxx] [test] Fix MSVC warning C4245 "conversion from 'X' to 'Y', signed/unsigned mismatch", part 7/12.
Stephan T. Lavavej via cfe-commits
- [PATCH] D27020: [libcxx] [test] Fix MSVC warning C4245 "conversion from 'X' to 'Y', signed/unsigned mismatch", part 7/12.
Stephan T. Lavavej via cfe-commits
- [PATCH] D27021: [libcxx] [test] Fix MSVC warning C4389 "signed/unsigned mismatch", part 8/12.
Stephan T. Lavavej via cfe-commits
- [PATCH] D27022: [libcxx] [test] Fix MSVC warning C4389 "signed/unsigned mismatch", part 9/12.
Stephan T. Lavavej via cfe-commits
- [PATCH] D27023: [libcxx] [test] Fix MSVC warning C4389 "signed/unsigned mismatch", part 10/12.
Stephan T. Lavavej via cfe-commits
- [PATCH] D27024: [libcxx] [test] Fix MSVC warning C4389 "signed/unsigned mismatch", part 11/12.
Stephan T. Lavavej via cfe-commits
- [PATCH] D27025: [libcxx] [test] Fix MSVC warning C4389 "signed/unsigned mismatch", part 12/12.
Stephan T. Lavavej via cfe-commits
- [PATCH] D27026: [libcxx] [test] Fix copy-paste silliness; ULL can't ever be 32-bit.
Stephan T. Lavavej via cfe-commits
- [PATCH] D27026: [libcxx] [test] Fix copy-paste silliness; ULL can't ever be 32-bit.
Stephan T. Lavavej via cfe-commits
- [PATCH] D27027: [libcxx] [test] Strip trailing whitespace.
Stephan T. Lavavej via cfe-commits
- [PATCH] D27027: [libcxx] [test] Strip trailing whitespace.
Stephan T. Lavavej via cfe-commits
- [PATCH] D27029: [libc++] [test] Unbreak variant::swap test for non-libc++ libraries
Casey Carter via cfe-commits
- [PATCH] D27029: [libc++] [test] Unbreak variant::swap test for non-libc++ libraries
Eric Fiselier via cfe-commits
- [PATCH] D27033: [ASTImporter] Support importing UnresolvedLookupExpr nodes
Kareem Khazem via cfe-commits
- [PATCH] D27033: [ASTImporter] Support importing UnresolvedLookupExpr nodes
Aleksei Sidorin via cfe-commits
- [PATCH] D27039: [CodeCompletion] Autocomplete NS_DESIGNATED_INITIALIZER in initializers with arguments
Alex Lorenz via cfe-commits
- [PATCH] D27043: Remove assertion on analysis of rvalue vector
Phil Camp via cfe-commits
- [PATCH] D27049: [OpenCL] Refactor out ReadPipe/WritePipe
Joey Gouly via cfe-commits
- [PATCH] D27049: [OpenCL] Refactor out ReadPipe/WritePipe
Yaron Keren via Phabricator via cfe-commits
- [PATCH] D27053: [CodeCompletion] Provide Objective-C class property completion results
Alex Lorenz via cfe-commits
- [PATCH] D27054: Introducing clang::tooling::EditList for refactoring tools.
Eric Liu via cfe-commits
- [PATCH] D27054: Introducing clang::tooling::EditList for refactoring tools.
Eric Liu via cfe-commits
- [PATCH] D27058: Testing phabricator email
Eric Liu via cfe-commits
- [PATCH] D27059: [clang-move] Enable dump all declarations in old header.
Haojian Wu via cfe-commits
- [PATCH] D27059: [clang-move] Enable dump all declarations in old header.
Haojian Wu via cfe-commits
- [PATCH] D27059: [clang-move] Enable dump all declarations in old header.
Eric Liu via cfe-commits
- [PATCH] D27059: [clang-move] Enable dump all declarations in old header.
Haojian Wu via cfe-commits
- [PATCH] D27059: [clang-move] Enable dump all declarations in old header.
Eric Liu via cfe-commits
- [PATCH] D27059: [clang-move] Enable dump all declarations in old header.
Haojian Wu via cfe-commits
- [PATCH] D27066: Fix crash with unsupported architectures in Linux/Gnu target triples.
Florian Hahn via cfe-commits
- [PATCH] D27068: Improve string::find
Aditya Kumar via cfe-commits
- [PATCH] D27084: [OpenMP] Sema and parsing for 'teams distribute parallel for simd' pragma
Kelvin Li via cfe-commits
- [PATCH] D27084: [OpenMP] Sema and parsing for 'teams distribute parallel for simd' pragma
Kelvin Li via cfe-commits
- [PATCH] D27084: [OpenMP] Sema and parsing for 'teams distribute parallel for simd' pragma
Alexey Bataev via Phabricator via cfe-commits
- [PATCH] D27090: Add LocationContext as a parameter to checkRegionChanges
Krzysztof Wiśniewski via cfe-commits
- [PATCH] D27091: Add the way to extract SVals of arguments used in a call for a given StackFrameCtx
Krzysztof Wiśniewski via cfe-commits
- [PATCH] D27092: Add RecursionChecker for finding infinite recursion
Krzysztof Wiśniewski via cfe-commits
- [PATCH] D27093: Protect std::{, unordered_}map tests under noexceptions
Roger Ferrer Ibanez via cfe-commits
- [PATCH] D27095: Protect std::array tests under noexceptions
Roger Ferrer Ibanez via cfe-commits
- [PATCH] D27096: Protect locale tests under noexceptions
Roger Ferrer Ibanez via cfe-commits
- [PATCH] D27099: [OpenCL] Prohibit using reserve_id_t in program scope.
Egor Churaev via cfe-commits
- [PATCH] D27099: [OpenCL] Prohibit using reserve_id_t in program scope.
Anastasia Stulova via cfe-commits
- [PATCH] D27099: [OpenCL] Prohibit using reserve_id_t in program scope.
Egor Churaev via Phabricator via cfe-commits
- [PATCH] D27099: [OpenCL] Prohibit using reserve_id_t in program scope.
Anastasia Stulova via Phabricator via cfe-commits
- [PATCH] D27099: [OpenCL] Prohibit using reserve_id_t in program scope.
Egor Churaev via Phabricator via cfe-commits
- [PATCH] D27104: Unify and simplify the behavior of the hasDeclaration matcher.
Manuel Klimek via cfe-commits
- [PATCH] D27109: [OpenCL] Prevent generation of globals in non-constant address space for OpenCL
Anastasia Stulova via cfe-commits
- [PATCH] D27116: Fix crash when using __has_nothrow_copy with inherited constructors
Richard Smith via Phabricator via cfe-commits
- [PATCH] D27116: Fix crash when using __has_nothrow_copy with inherited constructors
Philippe Daouadi via Phabricator via cfe-commits
- [PATCH] D27125: Consider nested namespaces in the canonical namespace as canonical as well.
Eric Liu via cfe-commits
- [PATCH] D27125: Consider nested namespaces in the canonical namespace as canonical as well.
Benjamin Kramer via cfe-commits
- [PATCH] D27125: Consider nested namespaces in the canonical namespace as canonical as well.
Eric Liu via cfe-commits
- [PATCH] D27125: Consider nested namespaces in the canonical namespace as canonical as well.
Eric Liu via Phabricator via cfe-commits
- [PATCH] D27125: Consider nested namespaces in the canonical namespace as canonical as well.
Eric Liu via Phabricator via cfe-commits
- [PATCH] D27125: Consider nested namespaces in the canonical namespace as canonical as well.
Eric Liu via Phabricator via cfe-commits
- [PATCH] D27132: Do not do raw name replacement when FromDecl is a class forward-declaration.
Eric Liu via Phabricator via cfe-commits
- [PATCH] D27132: Do not do raw name replacement when FromDecl is a class forward-declaration.
Benjamin Kramer via Phabricator via cfe-commits
- [PATCH] D27132: Do not do raw name replacement when FromDecl is a class forward-declaration.
Eric Liu via Phabricator via cfe-commits
- [PATCH] D27132: Do not do raw name replacement when FromDecl is a class forward-declaration.
Eric Liu via Phabricator via cfe-commits
- [PATCH] D27138: Extend CompilationDatabase by a field for the output filename
Joerg Sonnenberger via Phabricator via cfe-commits
- [PATCH] D27140: Allow clang to write compilation database records
Joerg Sonnenberger via Phabricator via cfe-commits
- [PATCH] D27153: [libc++] Make __num_get_float hidden
Shoaib Meenai via Phabricator via cfe-commits
- [PATCH] D27153: [libc++] Make __num_get_float hidden
Shoaib Meenai via Phabricator via cfe-commits
- [PATCH] D27157: IRGen: Remove all uses of CreateDefaultAlignedLoad.
Peter Collingbourne via Phabricator via cfe-commits
- [PATCH] D27157: IRGen: Remove all uses of CreateDefaultAlignedLoad.
John McCall via Phabricator via cfe-commits
- [PATCH] Update usage of RHEL devtoolsets
Michael Lampe via cfe-commits
- [PATCH] Warning for main returning a bool.
Joshua Hurwitz via cfe-commits
- [PATCH] Warning for main returning a bool.
David Blaikie via cfe-commits
- [PATCH] Warning for main returning a bool.
Richard Smith via cfe-commits
- [Phabricator] Emails are now sent via Phabricator
Eric Liu via cfe-commits
- Buildbot numbers for the week of 11/13/2016 - 11/19/2016
Galina Kistanova via cfe-commits
- LLVM buildmaster will be restarted tonight
Galina Kistanova via cfe-commits
- r282411 - [analyzer] Improve CastToStruct checker so it can also detect widening casts of struct data
Abramo Bagnara via cfe-commits
- r287229 - Link include-fixer into libclang if clang-tools-extra is checked out.
Nico Weber via cfe-commits
- r287229 - Link include-fixer into libclang if clang-tools-extra is checked out.
Nico Weber via cfe-commits
- r287343 - [OpenCL] Introduce ReadPipeType and WritePipeType.
Yaron Keren via cfe-commits
- r287343 - [OpenCL] Introduce ReadPipeType and WritePipeType.
Joey Gouly via cfe-commits
- r287437 - Introduce a helper class for building complex constant initializers. NFC.
Galina Kistanova via cfe-commits
- r287437 - Introduce a helper class for building complex constant initializers. NFC.
John McCall via cfe-commits
- r287437 - Introduce a helper class for building complex constant initializers. NFC.
Galina Kistanova via cfe-commits
- r287529 - [Frontend] Add a predefined macro that describes the Objective-C bool type
Alex Lorenz via cfe-commits
- r287530 - [ObjC] Prevent infinite loops when iterating over redeclaration
Alex Lorenz via cfe-commits
- r287599 - Indicate in AST dump whether special member functions are defaulted and trivial.
Richard Smith via cfe-commits
- r287600 - Sema, CodeGen: Ensure that an implicit copy ctor is available more often under the Microsoft C++ ABI.
Peter Collingbourne via cfe-commits
- r287602 - Fix -Asserts build, and add some more test cases.
Peter Collingbourne via cfe-commits
- r287618 - [analyzer] Fix a crash on accessing a field within a literal-initialized union.
Artem Dergachev via cfe-commits
- r287628 - Rename option to -lto-pass-remarks-output
Adam Nemet via cfe-commits
- r287633 - Missing initializer.
Axel Naumann via cfe-commits
- r287639 - Make llvm::Error generated from replacement interfaces more specific.
Eric Liu via cfe-commits
- r287685 - darwin: Unconditionally pass -lto_library, remove -Wliblto warning.
Nico Weber via cfe-commits
- r287688 - [CodeGen] Insert TargetLibraryInfoWrapperPass before anything else.
Marcin Koscielnicki via cfe-commits
- r287689 - Add test for D21736.
Marcin Koscielnicki via cfe-commits
- r287691 - Remove variable only used in an assertion.
John McCall via cfe-commits
- r287713 - Make diagnostic for use of default member initializer before enclosing class is
Richard Smith via cfe-commits
- r287733 - [X86] Replace valignd/q builtins with appropriate __builtin_shufflevector.
Craig Topper via cfe-commits
- r287754 - [CodeGen] Simplify code. No functionality change intended.
Benjamin Kramer via cfe-commits
- r287755 - [X86][AVX512VL] Add missing _mm256_maskz_alignr_epi64 shufflevector check
Simon Pilgrim via cfe-commits
- r287755 - [X86][AVX512VL] Add missing _mm256_maskz_alignr_epi64 shufflevector check
Craig Topper via cfe-commits
- r287763 - [ASTImporter] Added ability to import AtomicType nodes
Gabor Horvath via cfe-commits
- r287771 - [CodeCompletion] Fix incorrect Objective-C block parameter formatting
Alex Lorenz via cfe-commits
- r287772 - [PPC] support for arithmetic builtins in the FE
Ehsan Amiri via cfe-commits
- r287774 - Remove C++ default arg side table for MS ABI ctor closures
Reid Kleckner via cfe-commits
- r287774 - Remove C++ default arg side table for MS ABI ctor closures
Nico Weber via cfe-commits
- r287774 - Remove C++ default arg side table for MS ABI ctor closures
Reid Kleckner via cfe-commits
- r287775 - [PPC] Reverting r287772
Ehsan Amiri via cfe-commits
- r287776 - [Sema][Atomics] Treat expected pointer in compare exchange atomics as _Nonnull
Alex Lorenz via cfe-commits
- r287793 - Add dllexport default ctor closure PCH regression test for PR31121
Reid Kleckner via cfe-commits
- r287795 - [PPC] support for arithmetic builtins in the FE
Ehsan Amiri via cfe-commits
- r287796 - [PPC] revert r287795
Ehsan Amiri via cfe-commits
- r287847 - Spelling.
Joerg Sonnenberger via cfe-commits
- r287851 - Make these tests work more reliably with Release builds.
Douglas Yung via cfe-commits
- r287852 - Remove comments (NFC)
Kelvin Li via cfe-commits
- r287859 - [ASTDumper] Add some more character escapes for convenience.
Benjamin Kramer via cfe-commits
- r287872 - [PPC] support for arithmetic builtins in the FE
Ehsan Amiri via cfe-commits
- r287890 - [Sema] Pass APSInts by const ref, avoiding copies.
Benjamin Kramer via cfe-commits
- r287892 - [Format] Avoid copying std::sets and simplify code a bit.
Benjamin Kramer via cfe-commits
- r287894 - [CodeGen] Pass objects that are expensive to copy by const ref.
Benjamin Kramer via cfe-commits
- r287924 - Consider nested namespaces in the canonical namespace as canonical as well.
Eric Liu via cfe-commits
- r287926 - Document the arguments form of commands.
Joerg Sonnenberger via cfe-commits
- r287929 - Do not do raw name replacement when FromDecl is a class forward-declaration.
Eric Liu via cfe-commits
- r287947 - Typo.
Joerg Sonnenberger via cfe-commits
- r287990 - [DOXYGEN] Updated instruction names corresponding to avxintrin.h intrinsics.
Ekaterina Romanova via cfe-commits
- r287999 - Adjust type-trait evaluation to properly handle Using(Shadow)Decls
Hal Finkel via cfe-commits
- some bugs fixed in altivec.h
Zeson Wu via cfe-commits
- Upgrade and fix clang-format-vs
Antonio Maiorano via cfe-commits
- Upgrade and fix clang-format-vs
Zachary Turner via cfe-commits
- Upgrade and fix clang-format-vs
Antonio Maiorano via cfe-commits
- Upgrade and fix clang-format-vs
Antonio Maiorano via cfe-commits
- Upgrade and fix clang-format-vs
Zachary Turner via cfe-commits
- Upgrade and fix clang-format-vs
Antonio Maiorano via cfe-commits
- Upgrade and fix clang-format-vs
Zachary Turner via cfe-commits
- Upgrade and fix clang-format-vs
Antonio Maiorano via cfe-commits
Last message date:
Sun Nov 27 22:22:12 PST 2016
Archived on: Mon Nov 28 15:19:42 PST 2016
This archive was generated by
Pipermail 0.09 (Mailman edition).