The Week Of Monday 3 October 2016 Archives by subject
Starting: Mon Oct 3 00:10:08 PDT 2016
Ending: Sun Oct 9 23:55:42 PDT 2016
Messages: 870
- [Clang-Tidy]: modernize-avoid-bind erroneous scope resolution.
Idriss RIOUAK via cfe-commits
- [clang-tools-extra] r281453 - [clang-tidy] Add check 'misc-use-after-move'
Chandler Carruth via cfe-commits
- [clang-tools-extra] r283202 - [clang-move] Make it support both relative and absolute file path arguments.
Haojian Wu via cfe-commits
- [clang-tools-extra] r283205 - Fix windows builtbot error.
Haojian Wu via cfe-commits
- [clang-tools-extra] r283210 - [change-namespace] Fix a misplaced case when there is no trailing newline character at the end of the file.
Haojian Wu via cfe-commits
- [clang-tools-extra] r283211 - Fix a documentation warning.
Haojian Wu via cfe-commits
- [clang-tools-extra] r283224 - Fix some false-positives with cppcoreguidelines-pro-type-member-init. Handle classes with default constructors that are defaulted or are not present in the AST.
Aaron Ballman via cfe-commits
- [clang-tools-extra] r283261 - Make building the clang-tidy VS extension less spammy.
Zachary Turner via cfe-commits
- [clang-tools-extra] r283306 - Overhaul clang-include-fixer.el
Haojian Wu via cfe-commits
- [clang-tools-extra] r283333 - [change-namespace] Fixed a bug in getShortestQualifiedNameInNamespace.
Eric Liu via cfe-commits
- [clang-tools-extra] r283338 - [change-namespace] Pass Style to ChangeNamespaceTool.
Haojian Wu via cfe-commits
- [clang-tools-extra] r283424 - [clang-move] Cleanup around replacements.
Haojian Wu via cfe-commits
- [clang-tools-extra] r283425 - [clang-move] Move comments which are associated with the moved class.
Haojian Wu via cfe-commits
- [clang-tools-extra] r283525 - Revert "Revert "Add a static_assert to enforce that parameters to llvm::format() are not totally unsafe""
Mehdi Amini via cfe-commits
- [clang-tools-extra] r283526 - [clang-move] Support moving multiple classes in one run.
Haojian Wu via cfe-commits
- [clang-tools-extra] r283534 - Fix buildbot error.
Haojian Wu via cfe-commits
- [clang-tools-extra] r283534 - Fix buildbot error.
Renato Golin via cfe-commits
- [clang-tools-extra] r283534 - Fix buildbot error.
Renato Golin via cfe-commits
- [clang-tools-extra] r283538 - Revert "fix buildbot error" since it is not right fix.
Haojian Wu via cfe-commits
- [clang-tools-extra] r283545 - [clang-move] Simplify lint tests
Haojian Wu via cfe-commits
- [clang-tools-extra] r283553 - Revert "[clang-move] Support moving multiple classes in one run."
Renato Golin via cfe-commits
- [clang-tools-extra] r283671 - Turn cl::values() (for enum) from a vararg function to using C++ variadic template
Mehdi Amini via cfe-commits
- [libcxx] r281673 - [libc++] Fix and document visibility attributes for Clang, GCC and Windows.
Nico Weber via cfe-commits
- [libcxx] r283112 - List tentatively ready issues for Issaquah
Marshall Clow via cfe-commits
- [libcxx] r283113 - Change titie of page from Oulu to Issaquah
Marshall Clow via cfe-commits
- [libcxx] r283118 - [lit] Allow more file extensions for test cases.
Logan Chien via cfe-commits
- [libcxx] r283124 - Mark a couple issues as done (2742 and 2760)
Marshall Clow via cfe-commits
- [libcxx] r283161 - Add tests to make sure that is_constructible<cv-void> is false. We already checked 'unqualified void'. This was brought up by LWG#2738
Marshall Clow via cfe-commits
- [libcxx] r283162 - Change a couple of 'template <typename's to 'template <class' which is what we use in the rest of the library.
Marshall Clow via cfe-commits
- [libcxx] r283163 - Mark a couple more Issaquah issues as done: 2578 and 2738
Marshall Clow via cfe-commits
- [libcxx] r283218 - Mark #2739 as ready
Marshall Clow via cfe-commits
- [libcxx] r283220 - Mark #2598 as ready
Marshall Clow via cfe-commits
- [libcxx] r283222 - Mark #2759 as ready and #2755 as complete
Marshall Clow via cfe-commits
- [libcxx] r283260 - [libcxx] [test] Guard __has_include usage with a macro
Eric Fiselier via cfe-commits
- [libcxx] r283325 - Mark LWG issues 2221, 2556 and 2589 as complete
Marshall Clow via cfe-commits
- [libcxx] r283331 - Add another append test for basic_string
Marshall Clow via cfe-commits
- [libcxx] r283339 - Make tests for is_empty better. No functional change.
Marshall Clow via cfe-commits
- [libcxx] r283341 - Mark LWG#2358 as done
Marshall Clow via cfe-commits
- [libcxx] r283356 - Mark LWG#2679 as complete
Marshall Clow via cfe-commits
- [libcxx] r283360 - Comment out failing test while I figure out who is at fault
Marshall Clow via cfe-commits
- [libcxx] r283408 - Fix strict-aliasing violation in typeinfo::hash_code()
Eric Fiselier via cfe-commits
- [libcxx] r283441 - [libcxx] Recover no-exceptions XFAILs - I
Asiri Rathnayake via cfe-commits
- [libcxx] r283452 - Mark issues 2514, 2519, 2536 and 2475 as done
Marshall Clow via cfe-commits
- [libcxx] r283580 - Remove MSVC workarounds. Patch from STL at microsoft.com
Eric Fiselier via cfe-commits
- [libcxx] r283606 - Fix various issues in std::any and the related tests.
Eric Fiselier via cfe-commits
- [libcxx] r283618 - Fix shadow warnings. Patch from STL at microsoft.com
Eric Fiselier via cfe-commits
- [libcxx] r283620 - Fix PR30642 - libc++ leaks always-visible symbols into programs
Eric Fiselier via cfe-commits
- [libcxx] r283621 - Disable alignment support of 0x4000 for Win32. https://reviews.llvm.org/D25053
Marshall Clow via cfe-commits
- [libcxx] r283631 - [libc++] Fix stack_allocator
Eric Fiselier via cfe-commits
- [libcxx] r283632 - Add missing include in test_allocator.h
Eric Fiselier via cfe-commits
- [libcxx] r283633 - Add missing <memory> include in test
Eric Fiselier via cfe-commits
- [libcxx] r283643 - Purge all usages of _LIBCPP_STD_VER under test/std/algorithm
Eric Fiselier via cfe-commits
- [libcxx] r283644 - Remove all _LIBCPP_VERSION tests from under test/std
Eric Fiselier via cfe-commits
- [libcxx] r283659 - [cmake] Split linked libraries into private & public, for linker script
Michal Gorny via cfe-commits
- [libcxx] r283659 - [cmake] Split linked libraries into private & public, for linker script
Renato Golin via cfe-commits
- [libcxx] r283659 - [cmake] Split linked libraries into private & public, for linker script
Hal Finkel via cfe-commits
- [libcxx] r283659 - [cmake] Split linked libraries into private & public, for linker script
Hal Finkel via cfe-commits
- [libcxx] r283659 - [cmake] Split linked libraries into private & public, for linker script
Hal Finkel via cfe-commits
- [libcxx] r283659 - [cmake] Split linked libraries into private & public, for linker script
Hal Finkel via cfe-commits
- [libcxx] r283659 - [cmake] Split linked libraries into private & public, for linker script
Renato Golin via cfe-commits
- [libcxx] r283659 - [cmake] Split linked libraries into private & public, for linker script
Eric Fiselier via cfe-commits
- [libcxx] r283684 - [CMake] Fix in-tree libcxxabi build support after r283659
Hal Finkel via cfe-commits
- [libcxx] r283700 - Fix linker script generation for in-tree builds
Eric Fiselier via cfe-commits
- [libcxx] r283701 - Remove debug output from gen_linker_script.py
Eric Fiselier via cfe-commits
- [libcxx] r283712 - Remove use of int128_t inside the filesystem implementation
Eric Fiselier via cfe-commits
- [libcxx] r283714 - Workaround missing C++14 constexpr semantics in filesystem
Eric Fiselier via cfe-commits
- [libcxx] r283715 - Provide a constexpr addressof with GCC 7.
Eric Fiselier via cfe-commits
- [libcxx] r283721 - Cleanup CMake status output
Eric Fiselier via cfe-commits
- [libcxxabi] r283100 - [CMake] Fix libc++abi standalone cmake build.
Logan Chien via cfe-commits
- [libcxxabi] r283531 - Recommit r282692: [libc++abi] Use fallback_malloc to allocate __cxa_eh_globals in case of dynamic memory exhaustion.
Igor Kudrin via cfe-commits
- [libcxxabi] r283699 - [libc++abi] Fix bug which cased the static libunwind to always be chosen
Eric Fiselier via cfe-commits
- [llvm-dev] Upgrading phabricator
Sjoerd Meijer via cfe-commits
- [llvm-dev] Upgrading phabricator
Michał Górny via cfe-commits
- [llvm-dev] Upgrading phabricator
Eric Liu via cfe-commits
- [PATCH] D1067: Variable templates w/ partial support for static data members
Eugene Zelenko via cfe-commits
- [PATCH] D1147: FIXME fix: improving diagnostics for template arguments deduction of class templates and explicit specializations
Eugene Zelenko via cfe-commits
- [PATCH] D1391: Bug fix: note diagnosis on expression narrowing...
Eugene Zelenko via cfe-commits
- [PATCH] D14259: The maximum alignment of std::aligned_storage applies to all Windows compilers
Marshall Clow via cfe-commits
- [PATCH] D15075: No error for conflict between inputs\outputs and clobber list
Ziv Izhar via cfe-commits
- [PATCH] D15075: No error for conflict between inputs\outputs and clobber list
Reid Kleckner via cfe-commits
- [PATCH] D15075: No error for conflict between inputs\outputs and clobber list
Akira Hatanaka via cfe-commits
- [PATCH] D15075: No error for conflict between inputs\outputs and clobber list
Ziv Izhar via cfe-commits
- [PATCH] D15075: No error for conflict between inputs\outputs and clobber list
Akira Hatanaka via cfe-commits
- [PATCH] D15075: No error for conflict between inputs\outputs and clobber list
Ziv Izhar via cfe-commits
- [PATCH] D16989: Change interpretation of function definition in friend declaration of template class.
Serge Pavlov via cfe-commits
- [PATCH] D16989: Change interpretation of function definition in friend declaration of template class.
Richard Smith via cfe-commits
- [PATCH] D16989: Change interpretation of function definition in friend declaration of template class.
Serge Pavlov via cfe-commits
- [PATCH] D1752: Implement aarch64 neon instruction class AdvSIMD (by element) - Clang
Eugene Zelenko via cfe-commits
- [PATCH] D1753: Implement aarch64 neon instruction class AdvSIMD (by element) - LLVM
Eugene Zelenko 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] D1801: Pass a SourceLocation down to ubsan's "load_invalid_value" handler.
Eugene Zelenko via cfe-commits
- [PATCH] D1816: Implement aarch64 neon instruction class SIMD Across - LLVM
Eugene Zelenko via cfe-commits
- [PATCH] D1817: Implement aarch64 neon instruction class SIMD Across - Clang
Eugene Zelenko via cfe-commits
- [PATCH] D1818: For clang-cl, implement additional compatibility arguments (/vm, /GF, /GF-, /Zm, /bigobj).
Eugene Zelenko via cfe-commits
- [PATCH] D1837: Files in a compilation database using relative paths are not being transformed
Eugene Zelenko via cfe-commits
- [PATCH] D1854: Implement aarch64 neon instruction class SIMD copy - LLVM
Eugene Zelenko via cfe-commits
- [PATCH] D1869: [AArch64] implement aarch64 neon vector load/store N-element structure class AdvSIMD (lselem)
Eugene Zelenko via cfe-commits
- [PATCH] D1885: [AArch64] implement aarch64 neon vector load/store N-element structure class AdvSIMD (lselem)
Eugene Zelenko via cfe-commits
- [PATCH] D19063: clang-format: Fixed line merging of more than two lines
Daniel Jasper via cfe-commits
- [PATCH] D19063: clang-format: Fixed line merging of more than two lines
Cameron via cfe-commits
- [PATCH] D19066: clang-format: `SpaceAfterTemplate` and `SpacesInBraces` options
Daniel Jasper via cfe-commits
- [PATCH] D19385: [scan-build] fix warnings emitted on Clang Format code base
Daniel Jasper via cfe-commits
- [PATCH] D19586: Misleading Indentation check
Pauer Gergely via cfe-commits
- [PATCH] D19586: Misleading Indentation check
Daniel Marjamäki via cfe-commits
- [PATCH] D19678: Annotated-source optimization reports (a.k.a. "listing" files)
Hal Finkel via cfe-commits
- [PATCH] D20428: Tracking exception specification source locations
Stanisław Barzowski via cfe-commits
- [PATCH] D2072: Implement aarch64 neon instruction class SIMD Bitwise Extract - Clang
Eugene Zelenko via cfe-commits
- [PATCH] D2075: Implement aarch64 neon instruction class SIMD Perm - Clang
Eugene Zelenko via cfe-commits
- [PATCH] D2076: Implement aarch64 neon instruction class SIMD Perm - LLVM
Eugene Zelenko via cfe-commits
- [PATCH] D2088: Implement aarch64 neon instruction class SIMD Crypto - LLVM
Eugene Zelenko via cfe-commits
- [PATCH] D21021: [Clang][AVX512][BuiltIn]Adding intrinsics move_{sd|ss} to clang
Phabricator via cfe-commits
- [PATCH] D21026: [clang-format] append newline after code when inserting new headers at the end of the code which does not end with newline.
Daniel Jasper via cfe-commits
- [PATCH] D21026: [clang-format] append newline after code when inserting new headers at the end of the code which does not end with newline.
Eric Liu via cfe-commits
- [PATCH] D21026: [clang-format] append newline after code when inserting new headers at the end of the code which does not end with newline.
Eric Liu via cfe-commits
- [PATCH] D21026: [clang-format] append newline after code when inserting new headers at the end of the code which does not end with newline.
Daniel Jasper via cfe-commits
- [PATCH] D21026: [clang-format] append newline after code when inserting new headers at the end of the code which does not end with newline.
Eric Liu via cfe-commits
- [PATCH] D21279: Fix some issues in clang-format's AlignConsecutive modes
Ben Harper via cfe-commits
- [PATCH] D21279: Fix some issues in clang-format's AlignConsecutive modes
Daniel Jasper 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] D21675: New ODR checker for modules
Richard Smith via cfe-commits
- [PATCH] D22057: Prevent devirtualization of calls to un-instantiated functions.
Sunil Srivastava via cfe-commits
- [PATCH] D22189: llvm.noalias - Clang CodeGen - check restrict variable map only for restrict-qualified lvalues
Hal Finkel via cfe-commits
- [PATCH] D22221: Decide whether to enable plugin tests based on cmake variables
Philip Reames via cfe-commits
- [PATCH] D22227: [ubsan] Disable bounds-check for flexible array ivars
Adrian Prantl via cfe-commits
- [PATCH] D22227: [ubsan] Disable bounds-check for flexible array ivars
Vedant Kumar via cfe-commits
- [PATCH] D22227: [ubsan] Disable bounds-check for flexible array ivars
Vedant Kumar via cfe-commits
- [PATCH] D22227: [ubsan] Disable bounds-check for flexible array ivars
Adrian Prantl via cfe-commits
- [PATCH] D22227: [ubsan] Disable bounds-check for flexible array ivars
Vedant Kumar via cfe-commits
- [PATCH] D22227: [ubsan] Disable bounds-check for flexible array ivars
Phabricator via cfe-commits
- [PATCH] D22272: ARM: define __ARM_VFPV5__ when present.
Renato Golin via cfe-commits
- [PATCH] D22507: Clang-tidy - Enum misuse check
Peter Szecsi via cfe-commits
- [PATCH] D22910: Add support for CXXOperatorCallExpr in Expr::HasSideEffects
Aaron Ballman via cfe-commits
- [PATCH] D22910: Add support for CXXOperatorCallExpr in Expr::HasSideEffects
Andi via cfe-commits
- [PATCH] D22944: [Driver] Replace one-off uses of default triples with effective triples (NFCI)
Eugene Zelenko via cfe-commits
- [PATCH] D22945: [Driver] Replace more uses of default triples with effective triples (NFCI)
Eugene Zelenko via cfe-commits
- [PATCH] D22968: [analyzer] A checker for macOS-specific bool- and number-like objects.
Artem Dergachev via cfe-commits
- [PATCH] D2302: Add some missing intrinsics like vmull_high_n_s16 and friends - clang
Eugene Zelenko via cfe-commits
- [PATCH] D2304: [AArch64] Add some missing intrinsics like vuqadd_s64 and friends - clang
Eugene Zelenko via cfe-commits
- [PATCH] D23096: [Sema] Pass CombineWithOuterScope = true to constructor of LocalInstantiationScope
Serge Pavlov 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
- [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] D23300: [analyzer] Add "Assuming..." diagnostic pieces for unsupported condition expressions.
Artem Dergachev via cfe-commits
- [PATCH] D23300: [analyzer] Add "Assuming..." diagnostic pieces for unsupported condition expressions.
Phabricator via cfe-commits
- [PATCH] D2344: [AArch64 NEON] Support poly128_t and implement relevant intrinsic. -LLVM
Eugene Zelenko via cfe-commits
- [PATCH] D23493: Fix PR28366: Teach the const-expression evaluator to be more fault tolerant with non-const enclosing local variables, or otherwise fold them if const.
Eugene Zelenko via cfe-commits
- [PATCH] D23602: Port tools/clang-format/git-clang-format to work Python beyond 2.7
Eugene Zelenko via cfe-commits
- [PATCH] D23657: Remove some false positives when taking the address of packed members
Richard Smith via cfe-commits
- [PATCH] D23657: Remove some false positives when taking the address of packed members
Joerg Sonnenberger via cfe-commits
- [PATCH] D23657: Remove some false positives when taking the address of packed members
Roger Ferrer Ibanez via cfe-commits
- [PATCH] D23657: Remove some false positives when taking the address of packed members
Alex Lorenz via cfe-commits
- [PATCH] D23657: Remove some false positives when taking the address of packed members
Alex Lorenz via cfe-commits
- [PATCH] D23657: Remove some false positives when taking the address of packed members
Roger Ferrer Ibanez via cfe-commits
- [PATCH] D23657: Remove some false positives when taking the address of packed members
Joerg Sonnenberger via cfe-commits
- [PATCH] D23712: [OpenCL] Override supported OpenCL extensions with -cl-ext option
Andrew Savonichev via cfe-commits
- [PATCH] D23712: [OpenCL] Override supported OpenCL extensions with -cl-ext option
Yaxun Liu via cfe-commits
- [PATCH] D23734: Add -fprofile-dir= to clang.
Eugene Zelenko via cfe-commits
- [PATCH] D23765: Fix for clang PR 29087
Taewook Oh via cfe-commits
- [PATCH] D23832: cmake: Add ordering dep between HTML Sphinx docs and manpages
Michał Górny via cfe-commits
- [PATCH] D23853: Assert in performTrivialCopy - Bug report and a possible solution
Peter Szecsi via cfe-commits
- [PATCH] D23853: Assert in performTrivialCopy - Bug report and a possible solution
Anna Zaks via cfe-commits
- [PATCH] D24012: Fix strict-aliasing violation in typeinfo::hash_code()
John McCall via cfe-commits
- [PATCH] D24012: Fix strict-aliasing violation in typeinfo::hash_code()
Marshall Clow via cfe-commits
- [PATCH] D24012: Fix strict-aliasing violation in typeinfo::hash_code()
Marshall Clow via cfe-commits
- [PATCH] D24081: [CMake] Fix libc++abi standalone cmake build.
Logan Chien via cfe-commits
- [PATCH] D24082: [CMake] Fix libc++abi arm build w/o libunwind.
Logan Chien via cfe-commits
- [PATCH] D24082: [CMake] Fix libc++abi arm build w/o libunwind.
Asiri Rathnayake via cfe-commits
- [PATCH] D24083: [CMake] Fix libc++abi __aeabi_idiv() link error.
Renato Golin via cfe-commits
- [PATCH] D24084: [CMake] Cleanup libunwind lookup code.
Logan Chien via cfe-commits
- [PATCH] D24084: [CMake] Cleanup libunwind lookup code.
Renato Golin 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] D24087: [lit] Allow more file extensions for test cases.
Logan Chien via cfe-commits
- [PATCH] D24278: [analyzer] Extend bug reports with extra notes.
Phabricator via cfe-commits
- [PATCH] D24339: [clang-tidy] Add check 'readability-redundant-member-init'
Malcolm Parsons via cfe-commits
- [PATCH] D24339: [clang-tidy] Add check 'readability-redundant-member-init'
Aaron Ballman via cfe-commits
- [PATCH] D24339: [clang-tidy] Add check 'readability-redundant-member-init'
Malcolm Parsons via cfe-commits
- [PATCH] D24339: [clang-tidy] Add check 'readability-redundant-member-init'
Malcolm Parsons via cfe-commits
- [PATCH] D24361: hasDeclaration(qualType(...)) matcher should unwrap ElaboratedType and TemplateSpecializationType
Łukasz Anforowicz via cfe-commits
- [PATCH] D24371: Add diagnostics to require_constant_initialization
Eric Fiselier via cfe-commits
- [PATCH] D24372: [libcxx] Sprinkle constexpr over compressed_pair
Keno Fischer via cfe-commits
- [PATCH] D24373: [coroutines] Adding builtins for coroutine intrinsics and backendutil support.
Richard Smith via cfe-commits
- [PATCH] D24373: [coroutines] Adding builtins for coroutine intrinsics and backendutil support.
Gor Nishanov via cfe-commits
- [PATCH] D24373: [coroutines] Adding builtins for coroutine intrinsics and backendutil support.
Gor Nishanov via cfe-commits
- [PATCH] D24380: [migrate-tool] Framework for a codebase-dependent migration tool.
Eric Liu via cfe-commits
- [PATCH] D24380: [migrate-tool] Framework for a codebase-dependent migration tool.
Eric Liu via cfe-commits
- [PATCH] D24397: Target Power9 bit counting and vector comparison instructions through builtins (front end portion)
Bjorn Pettersson via cfe-commits
- [PATCH] D24397: Target Power9 bit counting and vector comparison instructions through builtins (front end portion)
Sanjay Patel via cfe-commits
- [PATCH] D24397: Target Power9 bit counting and vector comparison instructions through builtins (front end portion)
Nemanja Ivanovic via cfe-commits
- [PATCH] D24397: Target Power9 bit counting and vector comparison instructions through builtins (front end portion)
Sanjay Patel via cfe-commits
- [PATCH] D24397: Target Power9 bit counting and vector comparison instructions through builtins (front end portion)
Nemanja Ivanovic via cfe-commits
- [PATCH] D24397: Target Power9 bit counting and vector comparison instructions through builtins (front end portion)
Nemanja Ivanovic via cfe-commits
- [PATCH] D24397: Target Power9 bit counting and vector comparison instructions through builtins (front end portion)
Björn Pettersson A via cfe-commits
- [PATCH] D24426: DebugInfo: Pass non-zero alignment to DIBuilder only if aligment was forced
Reid Kleckner via cfe-commits
- [PATCH] D24426: DebugInfo: Pass non-zero alignment to DIBuilder only if aligment was forced
Victor Leschuk via cfe-commits
- [PATCH] D24426: DebugInfo: Pass non-zero alignment to DIBuilder only if aligment was forced
Reid Kleckner via cfe-commits
- [PATCH] D24426: DebugInfo: Pass non-zero alignment to DIBuilder only if aligment was forced
Victor Leschuk via cfe-commits
- [PATCH] D24461: CodeGen: Cast llvm.flt.rounds result to match __builtin_flt_rounds
Edward Jones via cfe-commits
- [PATCH] D24488: Simplify Clang's version number configuration in CMake.
Eugene Zelenko via cfe-commits
- [PATCH] D24508: PR28752: Do not instantiate var decls which are not visible.
Vassil Vassilev via cfe-commits
- [PATCH] D24508: PR28752: Do not instantiate var decls which are not visible.
Richard Smith via cfe-commits
- [PATCH] D24508: PR28752: Do not instantiate var decls which are not visible.
Vassil Vassilev via cfe-commits
- [PATCH] D24508: PR28752: Do not instantiate var decls which are not visible.
Vassil Vassilev via cfe-commits
- [PATCH] D24508: PR28752: Do not instantiate var decls which are not visible.
Richard Smith via cfe-commits
- [PATCH] D24516: [Driver][Diagnostics] Make 'show option names' default for driver warnings
Bruno Cardoso Lopes via cfe-commits
- [PATCH] D24562: [libcxx] Recover no-exceptions XFAILs
Eugene Zelenko via cfe-commits
- [PATCH] D24562: [libcxx] Recover no-exceptions XFAILs
Asiri Rathnayake via cfe-commits
- [PATCH] D24562: [libcxx] Recover no-exceptions XFAILs
Eric Fiselier via cfe-commits
- [PATCH] D24562: [libcxx] Recover no-exceptions XFAILs
Asiri Rathnayake via cfe-commits
- [PATCH] D24562: [libcxx] Recover no-exceptions XFAILs
Eric Fiselier via cfe-commits
- [PATCH] D24562: [libcxx] Recover no-exceptions XFAILs
Asiri Rathnayake via cfe-commits
- [PATCH] D24562: [libcxx] Recover no-exceptions XFAILs
Asiri Rathnayake via cfe-commits
- [PATCH] D24571: [CUDA] Disallow overloading destructors.
Reid Kleckner via cfe-commits
- [PATCH] D24571: [CUDA] Disallow overloading destructors.
Justin Lebar via cfe-commits
- [PATCH] D24571: [CUDA] Disallow overloading destructors.
Justin Lebar via cfe-commits
- [PATCH] D24573: [CUDA] Do a better job at detecting wrong-side calls.
Justin Lebar via cfe-commits
- [PATCH] D24598: Separate builtins for x84-64 and i386; implement __mulh and __umulh
Reid Kleckner via cfe-commits
- [PATCH] D24598: Separate builtins for x84-64 and i386; implement __mulh and __umulh
Reid Kleckner via cfe-commits
- [PATCH] D24598: Separate builtins for x84-64 and i386; implement __mulh and __umulh
Albert Gutowski via cfe-commits
- [PATCH] D24598: Separate builtins for x84-64 and i386; implement __mulh and __umulh
Reid Kleckner via cfe-commits
- [PATCH] D24598: Separate builtins for x84-64 and i386; implement __mulh and __umulh
Albert Gutowski via cfe-commits
- [PATCH] D24598: Separate builtins for x84-64 and i386; implement __mulh and __umulh
Albert Gutowski via cfe-commits
- [PATCH] D24598: Separate builtins for x84-64 and i386; implement __mulh and __umulh
Albert Gutowski via cfe-commits
- [PATCH] D24598: Separate builtins for x84-64 and i386; implement __mulh and __umulh
Reid Kleckner via cfe-commits
- [PATCH] D24598: Separate builtins for x84-64 and i386; implement __mulh and __umulh
Albert Gutowski via cfe-commits
- [PATCH] D24615: [OpenMP] clang doesnt diagnose if there is a lexical block around a for stmt for OpenMP loops. It is technically not allowed in the OpenMP standard
David Sheinkman via cfe-commits
- [PATCH] D24615: [OpenMP] clang doesnt diagnose if there is a lexical block around a for stmt for OpenMP loops. It is technically not allowed in the OpenMP standard
Kelvin Li via cfe-commits
- [PATCH] D24615: [OpenMP] clang doesnt diagnose if there is a lexical block around a for stmt for OpenMP loops. It is technically not allowed in the OpenMP standard
Alexey Bataev via cfe-commits
- [PATCH] D24644: Pass -ffunction-sections/-fdata-sections along to gold-plugin
Peter Collingbourne via cfe-commits
- [PATCH] D24644: Pass -ffunction-sections/-fdata-sections along to gold-plugin
Eric Christopher via cfe-commits
- [PATCH] D24644: Pass -ffunction-sections/-fdata-sections along to gold-plugin
Mehdi AMINI via cfe-commits
- [PATCH] D24644: Pass -ffunction-sections/-fdata-sections along to gold-plugin
Eric Christopher via cfe-commits
- [PATCH] D24656: [clang-tidy] Add check readability-redundant-declaration
Daniel Marjamäki via cfe-commits
- [PATCH] D24669: {Sema] Gcc compatibility of vector shift.
Aaron Ballman via cfe-commits
- [PATCH] D24669: {Sema] Gcc compatibility of vector shift.
Vladimir Yakovlev via cfe-commits
- [PATCH] D24669: {Sema] Gcc compatibility of vector shift.
Vladimir Yakovlev via cfe-commits
- [PATCH] D24669: {Sema] Gcc compatibility of vector shift.
Akira Hatanaka via cfe-commits
- [PATCH] D24669: {Sema] Gcc compatibility of vector shift.
Vladimir Yakovlev via cfe-commits
- [PATCH] D24669: {Sema] Gcc compatibility of vector shift.
Vladimir Yakovlev via cfe-commits
- [PATCH] D24669: {Sema] Gcc compatibility of vector shift.
Bruno Cardoso Lopes via cfe-commits
- [PATCH] D24693: [CodeGen] Don't emit lifetime intrinsics for some local variables
Richard Smith via cfe-commits
- [PATCH] D24693: [CodeGen] Don't emit lifetime intrinsics for some local variables
Richard Smith via cfe-commits
- [PATCH] D24703: [clang-format] BreakBeforeBinaryOperations and AlignAfterOpenBracket conflict, bug 30304
Eugene Zelenko via cfe-commits
- [PATCH] D24712: Replace 'isProvablyNonNull' with existing utility llvm::IsKnownNonNull.
Eugene Zelenko via cfe-commits
- [PATCH] D24715: [OpenCL] Block captured variables in dynamic parallelism - OpenCL 2.0
bekket mcclane via cfe-commits
- [PATCH] D24715: [OpenCL] Block captured variables in dynamic parallelism - OpenCL 2.0
Anastasia Stulova via cfe-commits
- [PATCH] D24715: [OpenCL] Block captured variables in dynamic parallelism - OpenCL 2.0
bekket mcclane via cfe-commits
- [PATCH] D24715: [OpenCL] Block captured variables in dynamic parallelism - OpenCL 2.0
Anastasia Stulova via cfe-commits
- [PATCH] D24752: [Modules] Add missing dependencies to clang builtins modulemap
Bruno Cardoso Lopes via cfe-commits
- [PATCH] D24759: [RFC][StaticAnalyser] fix unreachable code false positives when block numbers mismatch
Daniel Marjamäki 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
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] 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] 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] D24807: [Serialization] ArrayTypeTraitExpr: serialize sub-expression to avoid keeping it undefined
Aleksei Sidorin via cfe-commits
- [PATCH] D24815: [clang] make reciprocal estimate codegen a function attribute
Sanjay Patel via cfe-commits
- [PATCH] D24815: [clang] make reciprocal estimate codegen a function attribute
Sanjay Patel via cfe-commits
- [PATCH] D24815: [clang] make reciprocal estimate codegen a function attribute
Sanjay Patel via cfe-commits
- [PATCH] D24815: [clang] make reciprocal estimate codegen a function attribute
Eric Christopher via cfe-commits
- [PATCH] D24815: [clang] make reciprocal estimate codegen a function attribute
Mehdi AMINI via cfe-commits
- [PATCH] D24815: [clang] make reciprocal estimate codegen a function attribute
Sanjay Patel via cfe-commits
- [PATCH] D24815: [clang] make reciprocal estimate codegen a function attribute
Mehdi AMINI via cfe-commits
- [PATCH] D24815: [clang] make reciprocal estimate codegen a function attribute
Sanjay Patel via cfe-commits
- [PATCH] D24815: [clang] make reciprocal estimate codegen a function attribute
Mehdi AMINI via cfe-commits
- [PATCH] D24815: [clang] make reciprocal estimate codegen a function attribute
Eric Christopher via cfe-commits
- [PATCH] D24815: [clang] make reciprocal estimate codegen a function attribute
Sanjay Patel via cfe-commits
- [PATCH] D24815: [clang] make reciprocal estimate codegen a function attribute
Sanjay Patel via cfe-commits
- SV: [PATCH] D24861: [Sema] extend Wshift-op-parentheses so it warns for multiplicative operators
Daniel Marjamäki via cfe-commits
- [PATCH] D24861: [Sema] extend Wshift-op-parentheses so it warns for multiplicative operators
Richard Trieu via cfe-commits
- [PATCH] D24861: [Sema] extend Wshift-op-parentheses so it warns for multiplicative operators
Richard Trieu via cfe-commits
- [PATCH] D24861: [Sema] extend Wshift-op-parentheses so it warns for multiplicative operators
Daniel Marjamäki via cfe-commits
- [PATCH] D24878: ASTImporter: expressions, pt.2
Gábor Horváth via cfe-commits
- [PATCH] D24905: Fix unreachable code false positive, vardecl in switch
Daniel Marjamäki via cfe-commits
- [PATCH] D24907: NFC: separate file for fp denormal regression tests
Hal Finkel via cfe-commits
- [PATCH] D24907: NFC: separate file for fp denormal regression tests
Sjoerd Meijer via cfe-commits
- [PATCH] D24907: NFC: separate file for fp denormal regression tests
Sjoerd Meijer via cfe-commits
- [PATCH] D24909: fix for not copying fp denormal and trapping options.
Sjoerd Meijer via cfe-commits
- [PATCH] D24909: fix for not copying fp denormal and trapping options.
Hal Finkel via cfe-commits
- [PATCH] D24909: fix for not copying fp denormal and trapping options.
Sjoerd Meijer via cfe-commits
- [PATCH] D24909: fix for not copying fp denormal and trapping options.
Hal Finkel via cfe-commits
- [PATCH] D24909: fix for not copying fp denormal and trapping options.
Eric Christopher via cfe-commits
- [PATCH] D24909: fix for not copying fp denormal and trapping options.
Sjoerd Meijer via cfe-commits
- [PATCH] D24915: [analyzer] Extend bug reports with extra notes - ObjCDeallocChecker
Vitaly Buka via cfe-commits
- [PATCH] D24915: [analyzer] Extend bug reports with extra notes - ObjCDeallocChecker
Phabricator via cfe-commits
- [PATCH] D24916: [analyzer] Extend bug reports with extra notes - CloneChecker
Vitaly Buka via cfe-commits
- [PATCH] D24916: [analyzer] Extend bug reports with extra notes - CloneChecker
Vitaly Buka via cfe-commits
- [PATCH] D24916: [analyzer] Extend bug reports with extra notes - CloneChecker
Phabricator via cfe-commits
- [PATCH] D24916: [analyzer] Extend bug reports with extra notes - CloneChecker
NAKAMURA Takumi via cfe-commits
- [PATCH] D24916: [analyzer] Extend bug reports with extra notes - CloneChecker
Vitaly Buka via cfe-commits
- [PATCH] D24916: [analyzer] Extend bug reports with extra notes - CloneChecker
Artem Dergachev via cfe-commits
- [PATCH] D24916: [analyzer] Extend bug reports with extra notes - CloneChecker
Artem Dergachev via cfe-commits
- [PATCH] D24922: [clang-move] Make it support both relative and absolute file path arguments.
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] D24932: Fix PR 30440
Dmitry Polukhin 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
- [PATCH] D24933: Enable configuration files in clang
Serge Pavlov via cfe-commits
- [PATCH] D24933: Enable configuration files in clang
Michał Górny via cfe-commits
- [PATCH] D24933: Enable configuration files in clang
Serge Pavlov via cfe-commits
- [PATCH] D24933: Enable configuration files in clang
Serge Pavlov via cfe-commits
- [PATCH] D24933: Enable configuration files in clang
Michał Górny via cfe-commits
- [PATCH] D24954: [ToolChains] Disable OpenSUSE rules for SLES10
İsmail Dönmez via cfe-commits
- [PATCH] D24961: [avx512] Add aliases to some missing avx512 intrinsics.
Eugene Zelenko via cfe-commits
- [PATCH] D24965: [clang-tidy] Fix cppcoreguidelines-pro-type-member-init false negatives
Aaron Ballman via cfe-commits
- [PATCH] D24965: [clang-tidy] Fix cppcoreguidelines-pro-type-member-init false negatives
Malcolm Parsons via cfe-commits
- [PATCH] D24965: [clang-tidy] Fix cppcoreguidelines-pro-type-member-init false negatives
Aaron Ballman via cfe-commits
- [PATCH] D24965: [clang-tidy] Fix cppcoreguidelines-pro-type-member-init false negatives
Malcolm Parsons via cfe-commits
- [PATCH] D24965: [clang-tidy] Fix cppcoreguidelines-pro-type-member-init false negatives
Aaron Ballman via cfe-commits
- [PATCH] D24965: [clang-tidy] Fix cppcoreguidelines-pro-type-member-init false negatives
Malcolm Parsons via cfe-commits
- [PATCH] D24965: [clang-tidy] Fix cppcoreguidelines-pro-type-member-init false negatives
Aaron Ballman via cfe-commits
- [PATCH] D24969: [Sema] Use the instantiated name of destructors in FindInstantiatedDecl and RebuildMemberExpr
Akira Hatanaka via cfe-commits
- [PATCH] D24969: [Sema] Use the instantiated name of destructors in FindInstantiatedDecl and RebuildMemberExpr
Richard Smith via cfe-commits
- [PATCH] D24969: [Sema] Use the instantiated name of destructors in FindInstantiatedDecl and RebuildMemberExpr
Akira Hatanaka via cfe-commits
- [PATCH] D24975: [CUDA] Add #pragma clang force_cuda_host_device_{begin, end} pragmas.
Richard Smith via cfe-commits
- [PATCH] D24975: [CUDA] Add #pragma clang force_cuda_host_device_{begin, end} pragmas.
Justin Lebar 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
- [PATCH] D24991: Inline hot functions in libcxx shared_ptr implementation.
Kevin Hu via cfe-commits
- [PATCH] D24991: Inline hot functions in libcxx shared_ptr implementation.
Marshall Clow via cfe-commits
- [PATCH] D24991: Inline hot functions in libcxx shared_ptr implementation.
Eric Fiselier via cfe-commits
- [PATCH] D24997: [ClangTidy] Add UsingInserter and NamespaceAliaser
Haojian Wu via cfe-commits
- [PATCH] D24998: Add a new optimization option -Og
Renato Golin via cfe-commits
- [PATCH] D24998: Add a new optimization option -Og
David Blaikie via cfe-commits
- [PATCH] D24998: Add a new optimization option -Og
Paul Robinson via cfe-commits
- [PATCH] D24998: Add a new optimization option -Og
Keith Walker via cfe-commits
- [PATCH] D24999: [Sema] Only relax array-at-end-of-object checks in __builtin_object_size when -fno-strict-aliasing is given.
Akira Hatanaka via cfe-commits
- [PATCH] D25001: [Module] Merge function prototype with a non-prototype function declaration
Akira Hatanaka via cfe-commits
- [PATCH] D25001: [Module] Merge function prototype with a non-prototype function declaration
Richard Smith via cfe-commits
- [PATCH] D25003: [libcxxabi] [cmake] Update LLVM_CMAKE_PATH following install layout change
Michał Górny via cfe-commits
- [PATCH] D25004: [x86][inline-asm][clang] accept 'v' constraint
coby 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
Eric Fiselier 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
Michał Górny 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
Michał Górny via cfe-commits
- [PATCH] D25008: [cmake] Split linked libraries into private & public, for linker script
Eric Fiselier via cfe-commits
- [PATCH] D25008: [cmake] Split linked libraries into private & public, for linker script
Michał Górny via cfe-commits
- [PATCH] D25011: [x86][inline-asm] Introducing (AVX512) k0-k7 registers for inline-asm usage
Matan via cfe-commits
- [PATCH] D25012: [x86][inline-asm] Add support for curly brackets escape using "%" in extended inline asm.
Matan via cfe-commits
- [PATCH] D25012: [x86][inline-asm] Add support for curly brackets escape using "%" in extended inline asm.
Matan via cfe-commits
- [PATCH] D25019: [clang-tidy] Make add_new_check.py Python 3 compatible
Alexander Kornienko via cfe-commits
- [PATCH] D25024: [clang-tidy] Add check for detecting declarations with multiple names
Aaron Ballman via cfe-commits
- [PATCH] D25024: [clang-tidy] Add check for detecting declarations with multiple names
Malcolm Parsons via cfe-commits
- [PATCH] D25047: [AST] Add a const version of CallExpr::children() (NFC)
Vedant Kumar via cfe-commits
- [PATCH] D25053: [libc++] Correct alignment condition
Marshall Clow via cfe-commits
- [PATCH] D25053: [libc++] Correct alignment condition
Marshall Clow via cfe-commits
- [PATCH] D25062: [x86][inline-asm][AVX512][llvm][PART-2] Introducing "k" and "Yk" constraints for extended inline assembly, enabling use of AVX512 masked vectorized instructions.
Reid Kleckner 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] D25065: [change-namespace] Fixed a bug in getShortestQualifiedNameInNamespace.
Eric Liu via cfe-commits
- [PATCH] D25065: [change-namespace] Fixed a bug in getShortestQualifiedNameInNamespace.
Haojian Wu via cfe-commits
- [PATCH] D25065: [change-namespace] Fixed a bug in getShortestQualifiedNameInNamespace.
Eric Liu via cfe-commits
- [PATCH] D25065: [change-namespace] Fixed a bug in getShortestQualifiedNameInNamespace.
Eric Liu via cfe-commits
- [PATCH] D25065: [change-namespace] Fixed a bug in getShortestQualifiedNameInNamespace.
Haojian Wu via cfe-commits
- [PATCH] D25065: [change-namespace] Fixed a bug in getShortestQualifiedNameInNamespace.
Eric Liu via cfe-commits
- [PATCH] D25068: [coroutines] Switch to using std::experimental namespace per P0057R5
Gor Nishanov via cfe-commits
- [PATCH] D25068: [coroutines] Switch to using std::experimental namespace per P0057R5
Richard Smith via cfe-commits
- [PATCH] D25068: [coroutines] Switch to using std::experimental namespace per P0057R5
Gor Nishanov via cfe-commits
- [PATCH] D25068: [coroutines] Switch to using std::experimental namespace per P0057R5
Gor Nishanov via cfe-commits
- [PATCH] D25092: [analyzer] Add "Assuming..." diagnostic pieces for short-circuit logical operators.
Artem Dergachev via cfe-commits
- [PATCH] D25092: [analyzer] Add "Assuming..." diagnostic pieces for short-circuit logical operators.
Artem Dergachev via cfe-commits
- [PATCH] D25092: [analyzer] Add "Assuming..." diagnostic pieces for short-circuit logical operators.
Phabricator via cfe-commits
- [PATCH] D25106: Packed member warning: Use the typedef name for anonymous structures when it is available
Aaron Ballman via cfe-commits
- [PATCH] D25106: Packed member warning: Use the typedef name for anonymous structures when it is available
Alex Lorenz via cfe-commits
- [PATCH] D25106: Packed member warning: Use the typedef name for anonymous structures when it is available
Aaron Ballman via cfe-commits
- [PATCH] D25106: Packed member warning: Use the typedef name for anonymous structures when it is available
Alex Lorenz via cfe-commits
- [PATCH] D25117: [Driver] Add driver support for Fuchsia
Petr Hosek via cfe-commits
- [PATCH] D25117: [Driver] Add driver support for Fuchsia
Petr Hosek via cfe-commits
- [PATCH] D25123: [OpenCL] Fix bug in __builtin_astype causing invalid LLVM cast instructions
Yaxun Liu via cfe-commits
- [PATCH] D25131: Fix PR 28885: Fix AST Printer output for inheriting constructor using declarations
Alex Lorenz via cfe-commits
- [PATCH] D25131: Fix PR 28885: Fix AST Printer output for inheriting constructor using declarations
Alex Lorenz via cfe-commits
- [PATCH] D25139: [CUDA] Add Sema::CUDADiagBuilder and Sema::CUDADiagIfDeviceCode().
Reid Kleckner via cfe-commits
- [PATCH] D25139: [CUDA] Add Sema::CUDADiagBuilder and Sema::CUDADiagIfDeviceCode().
Justin Lebar via cfe-commits
- [PATCH] D25139: [CUDA] Add Sema::CUDADiagBuilder and Sema::CUDADiagIfDeviceCode().
Justin Lebar via cfe-commits
- [PATCH] D25139: [CUDA] Add Sema::CUDADiagBuilder and Sema::CUDADiagIfDeviceCode().
Reid Kleckner via cfe-commits
- [PATCH] D25139: [CUDA] Add Sema::CUDADiagBuilder and Sema::CUDADiagIfDeviceCode().
Justin Lebar via cfe-commits
- [PATCH] D25139: [CUDA] Add Sema::CUDADiagBuilder and Sema::CUDADiagIfDeviceCode().
Justin Lebar via cfe-commits
- [PATCH] D25141: [libcxx] [test] Remove MSVC workarounds
Eric Fiselier via cfe-commits
- [PATCH] D25143: [CUDA] Disallow __shared__ variables in host functions.
Reid Kleckner via cfe-commits
- [PATCH] D25145: [libc++] Correct explanation of _LIBCPP_NEW_DELETE_VIS
Marshall Clow via cfe-commits
- [PATCH] D25150: [CUDA] Allow static variables in __host__ __device__ functions, so long as they're never codegen'ed for device.
Reid Kleckner via cfe-commits
- [PATCH] D25153: preprocessor supports `-dI` flag
Steve O'Brien via cfe-commits
- [PATCH] D25153: preprocessor supports `-dI` flag
Richard Smith via cfe-commits
- [PATCH] D25153: preprocessor supports `-dI` flag
Steve O'Brien via cfe-commits
- [PATCH] D25153: preprocessor supports `-dI` flag
Steve O'Brien via cfe-commits
- [PATCH] D25153: preprocessor supports `-dI` flag
Steve O'Brien via cfe-commits
- [PATCH] D25153: preprocessor supports `-dI` flag
David Majnemer via cfe-commits
- [PATCH] D25153: preprocessor supports `-dI` flag
Steve O'Brien via cfe-commits
- [PATCH] D25153: preprocessor supports `-dI` flag
Richard Smith via cfe-commits
- [PATCH] D25153: preprocessor supports `-dI` flag
Steve O'Brien via cfe-commits
- [PATCH] D25153: preprocessor supports `-dI` flag
David Majnemer via cfe-commits
- [PATCH] D25153: preprocessor supports `-dI` flag
Steve O'Brien via cfe-commits
- [PATCH] D25153: preprocessor supports `-dI` flag
Steve O'Brien via cfe-commits
- [PATCH] D25153: preprocessor supports `-dI` flag
David Majnemer via cfe-commits
- [PATCH] D25153: preprocessor supports `-dI` flag
Steve O'Brien via cfe-commits
- [PATCH] D25153: preprocessor supports `-dI` flag
Steve O'Brien via cfe-commits
- [PATCH] D25153: preprocessor supports `-dI` flag
David Majnemer via cfe-commits
- [PATCH] D25153: preprocessor supports `-dI` flag
Steve O'Brien via cfe-commits
- [PATCH] D25153: preprocessor supports `-dI` flag
Steve O'Brien via cfe-commits
- [PATCH] D25153: preprocessor supports `-dI` flag
Steve O'Brien via cfe-commits
- [PATCH] D25153: preprocessor supports `-dI` flag
Steve O'Brien via cfe-commits
- [PATCH] D25153: preprocessor supports `-dI` flag
David Majnemer via cfe-commits
- [PATCH] D25153: preprocessor supports `-dI` flag
Steve O'Brien via cfe-commits
- [PATCH] D25153: preprocessor supports `-dI` flag
Steve O'Brien via cfe-commits
- [PATCH] D25153: preprocessor supports `-dI` flag
Steve O'Brien via cfe-commits
- [PATCH] D25153: preprocessor supports `-dI` flag
Steve O'Brien via cfe-commits
- [PATCH] D25153: preprocessor supports `-dI` flag
Steve O'Brien via cfe-commits
- [PATCH] D25154: [libc++] Fix stack_allocator
Stephan T. Lavavej via cfe-commits
- [PATCH] D25154: [libc++] Fix stack_allocator
Eric Fiselier via cfe-commits
- [PATCH] D25154: [libc++] Fix stack_allocator
Eric Fiselier via cfe-commits
- [PATCH] D25154: [libc++] Fix stack_allocator
Stephan T. Lavavej via cfe-commits
- [PATCH] D25154: [libc++] Fix stack_allocator
Eric Fiselier via cfe-commits
- [PATCH] D25154: [libc++] Fix stack_allocator
Stephan T. Lavavej via cfe-commits
- [PATCH] D25154: [libc++] Fix stack_allocator
Eric Fiselier via cfe-commits
- [PATCH] D25161: [cmake] Install 'clang-cpp' symlink
Michał Górny via cfe-commits
- [PATCH] D25162: Make DeletedLines local variables in checkEmptyNamespace.
Daniel Jasper via cfe-commits
- [PATCH] D25162: Make DeletedLines local variables in checkEmptyNamespace.
Eric Liu via cfe-commits
- [PATCH] D25162: Make DeletedLines local variables in checkEmptyNamespace.
Daniel Jasper via cfe-commits
- [PATCH] D25162: Make DeletedLines local variables in checkEmptyNamespace.
Eric Liu via cfe-commits
- [PATCH] D25166: [CUDA] Mark device functions as nounwind.
Reid Kleckner via cfe-commits
- [PATCH] D25166: [CUDA] Mark device functions as nounwind.
Justin Lebar via cfe-commits
- [PATCH] D25166: [CUDA] Mark device functions as nounwind.
Reid Kleckner via cfe-commits
- [PATCH] D25166: [CUDA] Mark device functions as nounwind.
Justin Lebar via cfe-commits
- [PATCH] D25166: [CUDA] Mark device functions as nounwind.
Reid Kleckner via cfe-commits
- [PATCH] D25166: [CUDA] Mark device functions as nounwind.
Justin Lebar via cfe-commits
- [PATCH] D25166: [CUDA] Mark device functions as nounwind.
Justin Lebar via cfe-commits
- [PATCH] D25171: clang-format: Add two new formatting options
Steve O'Brien via cfe-commits
- [PATCH] D25171: clang-format: Add two new formatting options
Robin Sommer via cfe-commits
- [PATCH] D25171: clang-format: Add two new formatting options
Daniel Jasper via cfe-commits
- [PATCH] D25171: clang-format: Add two new formatting options
Robin Sommer via cfe-commits
- [PATCH] D25171: clang-format: Add two new formatting options
Daniel Jasper via cfe-commits
- [PATCH] D25171: clang-format: Add two new formatting options
Robin Sommer via cfe-commits
- [PATCH] D25171: clang-format: Add two new formatting options
Daniel Jasper via cfe-commits
- [PATCH] D25190: [ThinLTO doc] Fix typo
Davide Italiano via cfe-commits
- [PATCH] D25190: [ThinLTO doc] Fix typo
Mehdi AMINI via cfe-commits
- [PATCH] D25199: [ubsan] Sanitize deleted pointers
Matt Gingell via cfe-commits
- [PATCH] D25199: [ubsan] Sanitize deleted pointers
Vedant Kumar via cfe-commits
- [PATCH] D25199: [ubsan] Sanitize deleted pointers
Kostya Serebryany via cfe-commits
- [PATCH] D25199: [ubsan] Sanitize deleted pointers
Kostya Serebryany via cfe-commits
- [PATCH] D25199: [ubsan] Sanitize deleted pointers
Vedant Kumar via cfe-commits
- [PATCH] D25199: [ubsan] Sanitize deleted pointers
Peter Collingbourne via cfe-commits
- [PATCH] D25199: [ubsan] Sanitize deleted pointers
Vedant Kumar via cfe-commits
- [PATCH] D25199: [ubsan] Sanitize deleted pointers
Kostya Serebryany via cfe-commits
- [PATCH] D25199: [ubsan] Sanitize deleted pointers
Vedant Kumar via cfe-commits
- [PATCH] D25199: [ubsan] Sanitize deleted pointers
Filipe Cabecinhas via cfe-commits
- [PATCH] D25199: [ubsan] Sanitize deleted pointers
Richard Smith via cfe-commits
- [PATCH] D25199: [ubsan] Sanitize deleted pointers
Matt Gingell via cfe-commits
- [PATCH] D25204: Register Calling Convention, Clang changes
Erich Keane via cfe-commits
- [PATCH] D25204: Register Calling Convention, Clang changes
Alexey Bataev 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
Erich Keane via cfe-commits
- [PATCH] D25204: Register Calling Convention, Clang changes
Alexey Bataev via cfe-commits
- [PATCH] D25204: Register Calling Convention, Clang changes
Erich Keane via cfe-commits
- [PATCH] D25204: Register Calling Convention, Clang changes
Alexey Bataev 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
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] 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
David Majnemer via cfe-commits
- [PATCH] D25204: Register Calling Convention, Clang changes
Erich Keane via cfe-commits
- [PATCH] D25204: Register Calling Convention, Clang changes
Oren Ben Simhon via cfe-commits
- [PATCH] D25204: Register Calling Convention, Clang changes
Alexey Bataev 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
Oren Ben Simhon 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] D25207: Added more comments to tooling::Replacements.
Eric Liu via cfe-commits
- [PATCH] D25207: Added more comments to tooling::Replacements.
Eric Liu via cfe-commits
- [PATCH] D25207: Added more comments to tooling::Replacements.
Eric Liu via cfe-commits
- [PATCH] D25208: [libc++] Make _LIBCPP_TYPE_VIS export members
Shoaib Meenai via cfe-commits
- [PATCH] D25208: [libc++] Make _LIBCPP_TYPE_VIS export members
Eric Fiselier via cfe-commits
- [PATCH] D25210: [ARM] Add Cortex-R52 target to CLANG
Javed Absar via cfe-commits
- [PATCH] D25210: [ARM] Add Cortex-R52 target to CLANG
James Molloy via cfe-commits
- [PATCH] D25210: [ARM] Add Cortex-R52 target to CLANG
Javed Absar via cfe-commits
- [PATCH] D25210: [ARM] Add Cortex-R52 target to CLANG
James Molloy via cfe-commits
- [PATCH] D25213: Fix PR28181: Prevent operator overloading related assertion failure crash that happens in C only
Alex Lorenz via cfe-commits
- [PATCH] D25213: Fix PR28181: Prevent operator overloading related assertion failure crash that happens in C only
Richard Smith via cfe-commits
- [PATCH] D25213: Fix PR28181: Prevent operator overloading related assertion failure crash that happens in C only
Alex Lorenz via cfe-commits
- [PATCH] D25216: Improve error message when referencing a non-tag type with a tag
Reid Kleckner via cfe-commits
- [PATCH] D25225: Add an option to save the backend-produced YAML optimization record to a file
Hal Finkel via cfe-commits
- [PATCH] D25225: Add an option to save the backend-produced YAML optimization record to a file
Hal Finkel via cfe-commits
- [PATCH] D25225: Add an option to save the backend-produced YAML optimization record to a file
Hal Finkel via cfe-commits
- [PATCH] D25225: Add an option to save the backend-produced YAML optimization record to a file
Hal Finkel via cfe-commits
- [PATCH] D25225: Add an option to save the backend-produced YAML optimization record to a file
Adam Nemet via cfe-commits
- [PATCH] D25225: Add an option to save the backend-produced YAML optimization record to a file
Adam Nemet via cfe-commits
- [PATCH] D25225: Add an option to save the backend-produced YAML optimization record to a file
Hal Finkel via cfe-commits
- [PATCH] D25225: Add an option to save the backend-produced YAML optimization record to a file
Hal Finkel via cfe-commits
- [PATCH] D25225: Add an option to save the backend-produced YAML optimization record to a file
Adam Nemet via cfe-commits
- [PATCH] D25226: [change-namespace] Fix a misplaced case when there is no trailing newline character at the end of the file.
Haojian Wu via cfe-commits
- [PATCH] D25226: [change-namespace] Fix a misplaced case when there is no trailing newline character at the end of the file.
Eric Liu via cfe-commits
- [PATCH] D25226: [change-namespace] Fix a misplaced case when there is no trailing newline character at the end of the file.
Haojian Wu via cfe-commits
- [PATCH] D25227: [clang-move] Move comments which are associated with the moved class.
Haojian Wu via cfe-commits
- [PATCH] D25227: [clang-move] Move comments which are associated with the moved class.
Eric Liu via cfe-commits
- [PATCH] D25227: [clang-move] Move comments which are associated with the moved class.
Haojian Wu via cfe-commits
- [PATCH] D25227: [clang-move] Move comments which are associated with the moved class.
Haojian Wu via cfe-commits
- [PATCH] D25227: [clang-move] Move comments which are associated with the moved class.
Eric Liu via cfe-commits
- [PATCH] D25227: [clang-move] Move comments which are associated with the moved class.
Haojian Wu via cfe-commits
- [PATCH] D25238: [clang-tidy] Ignore empty members and bases in cppcoreguidelines-pro-type-member-init
Malcolm Parsons via cfe-commits
- [PATCH] D25241: [libcxx] Improve code generation for vector::clear().
Bruce Mitchener via cfe-commits
- [PATCH] D25241: [libcxx] Improve code generation for vector::clear().
Marshall Clow via cfe-commits
- [PATCH] D25241: [libcxx] Improve code generation for vector::clear().
Bruce Mitchener via cfe-commits
- [PATCH] D25244: [clang-tidy] Add a whitelist option in google-runtime-references.
Haojian Wu via cfe-commits
- [PATCH] D25244: [clang-tidy] Add a whitelist option in google-runtime-references.
Haojian Wu via cfe-commits
- [PATCH] D25244: [clang-tidy] Add a whitelist option in google-runtime-references.
Aaron Ballman via cfe-commits
- [PATCH] D25248: [libcxx] [test] Fix shadow warnings.
Stephan T. Lavavej via cfe-commits
- [PATCH] D25248: [libcxx] [test] Fix shadow warnings.
Marshall Clow via cfe-commits
- [PATCH] D25248: [libcxx] [test] Fix shadow warnings.
Stephan T. Lavavej via cfe-commits
- [PATCH] D25248: [libcxx] [test] Fix shadow warnings.
Eric Fiselier via cfe-commits
- [PATCH] D25249: [libc++] Many any test fixes
Casey Carter via cfe-commits
- [PATCH] D25249: [libc++] Many any test fixes
Casey Carter via cfe-commits
- [PATCH] D25249: [libc++] Many any test fixes
Casey Carter via cfe-commits
- [PATCH] D25249: [libc++] Many any test fixes
Eric Fiselier via cfe-commits
- [PATCH] D25249: [libc++] Many any test fixes
Eric Fiselier via cfe-commits
- [PATCH] D25251: [libcxx] [test] Guard __has_include usage with a macro
Stephan T. Lavavej via cfe-commits
- [PATCH] D25251: [libcxx] [test] Guard __has_include usage with a macro
Eric Fiselier via cfe-commits
- [PATCH] D25251: [libcxx] [test] Guard __has_include usage with a macro
Eric Fiselier via cfe-commits
- [PATCH] D25252: [OpenMP] Check if the template specialization is mappable instead of specialized template
David Sheinkman via cfe-commits
- [PATCH] D25252: [OpenMP] Check if the template specialization is mappable instead of specialized template
Alexey Bataev via cfe-commits
- [PATCH] D25254: test-suite: Change extension used for reference outputs by Makefile-based harness so we can start improving how the CMake-based harness works without breaking the old system or the buildbots
Abe Skolnik via cfe-commits
- [PATCH] D25254: test-suite: Change extension used for reference outputs by Makefile-based harness so we can start improving how the CMake-based harness works without breaking the old system or the buildbots
Renato Golin via cfe-commits
- [PATCH] D25254: test-suite: Change extension used for reference outputs by Makefile-based harness so we can start improving how the CMake-based harness works without breaking the old system or the buildbots
Abe Skolnik via cfe-commits
- [PATCH] D25256: [Driver] Print path to correct rtlib for -print_libgcc_file_name
Petr Hosek via cfe-commits
- [PATCH] D25258: [coroutines] Create allocation and deallocation sub-statements.
Gor Nishanov via cfe-commits
- [PATCH] D25258: [coroutines] Create allocation and deallocation sub-statements.
David Majnemer via cfe-commits
- [PATCH] D25258: [coroutines] Create allocation and deallocation sub-statements.
Gor Nishanov via cfe-commits
- [PATCH] D25258: [coroutines] Create allocation and deallocation sub-statements.
Gor Nishanov via cfe-commits
- [PATCH] D25260: [CUDA] Destroy deferred diagnostics before destroying the ASTContext's PartialDiagnostic allocator.
Justin Lebar via cfe-commits
- [PATCH] D25260: [CUDA] Destroy deferred diagnostics before destroying the ASTContext's PartialDiagnostic allocator.
Reid Kleckner via cfe-commits
- [PATCH] D25260: [CUDA] Destroy deferred diagnostics before destroying the ASTContext's PartialDiagnostic allocator.
Justin Lebar via cfe-commits
- [PATCH] D25260: [CUDA] Destroy deferred diagnostics before destroying the ASTContext's PartialDiagnostic allocator.
Reid Kleckner via cfe-commits
- [PATCH] D25260: [CUDA] Destroy deferred diagnostics before destroying the ASTContext's PartialDiagnostic allocator.
Justin Lebar via cfe-commits
- [PATCH] D25263: [Driver] Allow setting the default linker during build
Petr Hosek via cfe-commits
- [PATCH] D25264: Implement MS _BitScan intrinsics
Albert Gutowski via cfe-commits
- [PATCH] D25264: Implement MS _BitScan intrinsics
David Majnemer via cfe-commits
- [PATCH] D25264: Implement MS _BitScan intrinsics
Albert Gutowski via cfe-commits
- [PATCH] D25264: Implement MS _BitScan intrinsics
Reid Kleckner via cfe-commits
- [PATCH] D25264: Implement MS _BitScan intrinsics
Albert Gutowski via cfe-commits
- [PATCH] D25264: Implement MS _BitScan intrinsics
Albert Gutowski via cfe-commits
- [PATCH] D25264: Implement MS _BitScan intrinsics
Reid Kleckner via cfe-commits
- [PATCH] D25264: Implement MS _BitScan intrinsics
Albert Gutowski via cfe-commits
- [PATCH] D25264: Implement MS _BitScan intrinsics
David Majnemer via cfe-commits
- [PATCH] D25264: Implement MS _BitScan intrinsics
Albert Gutowski via cfe-commits
- [PATCH] D25264: Implement MS _BitScan intrinsics
Albert Gutowski via cfe-commits
- [PATCH] D25264: Implement MS _BitScan intrinsics
David Majnemer via cfe-commits
- [PATCH] D25267: cmake: Set CMAKE_INSTALL_RPATH in Clang when building separately from LLVM
Peter Levine via cfe-commits
- [PATCH] D25267: cmake: Set CMAKE_INSTALL_RPATH in Clang when building separately from LLVM
Michał Górny via cfe-commits
- [PATCH] D25267: cmake: Set CMAKE_INSTALL_RPATH in Clang when building separately from LLVM
Peter Levine via cfe-commits
- [PATCH] D25267: cmake: Set CMAKE_INSTALL_RPATH in Clang when building separately from LLVM
Chris Bieneman via cfe-commits
- [PATCH] D25267: cmake: Set CMAKE_INSTALL_RPATH in Clang when building separately from LLVM
Peter Levine via cfe-commits
- [PATCH] D2526: [OpenCL] Disallow casting between address spaces
Eugene Zelenko via cfe-commits
- [PATCH] D25273: Fix PR30520: Fix incomplete type crash when dealing with transparent_union attribute
Alex Lorenz via cfe-commits
- [PATCH] D25273: Fix PR30520: Fix incomplete type crash when dealing with transparent_union attribute
Reid Kleckner via cfe-commits
- [PATCH] D25273: Fix PR30520: Fix incomplete type crash when dealing with transparent_union attribute
Aaron Ballman via cfe-commits
- [PATCH] D25273: Fix PR30520: Fix incomplete type crash when dealing with transparent_union attribute
Alex Lorenz via cfe-commits
- [PATCH] D25282: [clang-move] Cleanup around replacements.
Haojian Wu via cfe-commits
- [PATCH] D25282: [clang-move] Cleanup around replacements.
Eric Liu via cfe-commits
- [PATCH] D25282: [clang-move] Cleanup around replacements.
Haojian Wu via cfe-commits
- [PATCH] D25283: AvailabilityAttrs: Refactor context checking when diagnosing an availability violation
Erik Pilkington via cfe-commits
- [PATCH] D25284: AvailabilityAttrs: Delay partial availability diagnostics
Erik Pilkington 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] D25292: [Coroutines] Add diagnostics for copy/move assignment operators and functions with deduced return types.
Eric Fiselier via cfe-commits
- [PATCH] D25292: [coroutines] Add diagnostics for copy/move assignment operators and functions with deduced return types.
David Majnemer 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] D25296: [Coroutines] Fix co_return statement for initializer list arguments
Eric Fiselier via cfe-commits
- [PATCH] D25296: [coroutines] Fix co_return statement for initializer list arguments
Gor Nishanov via cfe-commits
- [PATCH] D25303: [coroutines] Fix re-building of dependent coroutine promise_type
Eric Fiselier via cfe-commits
- [PATCH] D25303: [coroutines] Fix re-building of dependent coroutine promise_type
Eric Fiselier via cfe-commits
- [PATCH] D25305: [OpenCL] Setting constant address space for array initializers
Yaxun Liu via cfe-commits
- [PATCH] D25308: [Sema] Ignore transparent_union attributes in C++
Alex Lorenz via cfe-commits
- [PATCH] D25309: [clang-move] Support moving multiple classes in one run.
Haojian Wu via cfe-commits
- [PATCH] D25309: [clang-move] Support moving multiple classes in one run.
Eric Liu via cfe-commits
- [PATCH] D25309: [clang-move] Support moving multiple classes in one run.
Haojian Wu via cfe-commits
- [PATCH] D25309: [clang-move] Support moving multiple classes in one run.
Haojian Wu via cfe-commits
- [PATCH] D25309: [clang-move] Support moving multiple classes in one run.
Eric Liu via cfe-commits
- [PATCH] D25309: [clang-move] Support moving multiple classes in one run.
Haojian Wu via cfe-commits
- [PATCH] D25309: [clang-move] Support moving multiple classes in one run.
Eric Liu via cfe-commits
- [PATCH] D25309: [clang-move] Support moving multiple classes in one run.
Eric Liu via cfe-commits
- [PATCH] D25309: [clang-move] Support moving multiple classes in one run.
Haojian Wu via cfe-commits
- [PATCH] D25311: Add FixItHint for missing #include (err_module_unimported_use_header)
Sam McCall via cfe-commits
- [PATCH] D25311: Add FixItHint for missing #include (err_module_unimported_use_header)
Sam McCall via cfe-commits
- [PATCH] D25314: [libcxxabi] [cmake] Handle missing LIBUNWIND_* directories gracefully
Michał Górny via cfe-commits
- [PATCH] D25316: [clang-tidy] Fix PR25499: Enhance modernize-use-auto to casts
Malcolm Parsons via cfe-commits
- [PATCH] D25316: [clang-tidy] Fix PR25499: Enhance modernize-use-auto to casts
Malcolm Parsons via cfe-commits
- [PATCH] D25316: [clang-tidy] Fix PR25499: Enhance modernize-use-auto to casts
Eugene Zelenko via cfe-commits
- [PATCH] D25316: [clang-tidy] Fix PR25499: Enhance modernize-use-auto to casts
Malcolm Parsons via cfe-commits
- [PATCH] D25316: [clang-tidy] Fix PR25499: Enhance modernize-use-auto to casts
Eugene Zelenko via cfe-commits
- [PATCH] D25316: [clang-tidy] Fix PR25499: Enhance modernize-use-auto to casts
Malcolm Parsons via cfe-commits
- [PATCH] D25316: [clang-tidy] Fix PR25499: Enhance modernize-use-auto to casts
Piotr Padlewski via cfe-commits
- [PATCH] D25316: [clang-tidy] Fix PR25499: Enhance modernize-use-auto to casts
Malcolm Parsons via cfe-commits
- [PATCH] D25316: [clang-tidy] Fix PR25499: Enhance modernize-use-auto to casts
Piotr Padlewski via cfe-commits
- [PATCH] D25316: [clang-tidy] Fix PR25499: Enhance modernize-use-auto to casts
Malcolm Parsons via cfe-commits
- [PATCH] D25316: [clang-tidy] Fix PR25499: Enhance modernize-use-auto to casts
Malcolm Parsons via cfe-commits
- [PATCH] D25316: [clang-tidy] Fix PR25499: Enhance modernize-use-auto to casts
Piotr Padlewski via cfe-commits
- [PATCH] D25316: [clang-tidy] Fix PR25499: Enhance modernize-use-auto to casts
Malcolm Parsons via cfe-commits
- [PATCH] D25316: [clang-tidy] Fix PR25499: Enhance modernize-use-auto to casts
Piotr Padlewski via cfe-commits
- [PATCH] D25316: [clang-tidy] Fix PR25499: Enhance modernize-use-auto to casts
Malcolm Parsons via cfe-commits
- [PATCH] D25316: [clang-tidy] Fix PR25499: Enhance modernize-use-auto to casts
Piotr Padlewski via cfe-commits
- [PATCH] D25316: [clang-tidy] Fix PR25499: Enhance modernize-use-auto to casts
Piotr Padlewski via cfe-commits
- [PATCH] D25316: [clang-tidy] Fix PR25499: Enhance modernize-use-auto to casts
Piotr Padlewski via cfe-commits
- [PATCH] D25321: Fix PR13910: Don't warn that __builtin_unreachable() is unreachable
Alex Lorenz via cfe-commits
- [PATCH] D25321: Fix PR13910: Don't warn that __builtin_unreachable() is unreachable
Alex Lorenz via cfe-commits
- [PATCH] D25321: Fix PR13910: Don't warn that __builtin_unreachable() is unreachable
David Blaikie via cfe-commits
- [PATCH] D25321: Fix PR13910: Don't warn that __builtin_unreachable() is unreachable
Alex L via cfe-commits
- [PATCH] D25321: Fix PR13910: Don't warn that __builtin_unreachable() is unreachable
Adrian Prantl via cfe-commits
- [PATCH] D25321: Fix PR13910: Don't warn that __builtin_unreachable() is unreachable
Alex Lorenz via cfe-commits
- [PATCH] D25321: Fix PR13910: Don't warn that __builtin_unreachable() is unreachable
Adrian Prantl via cfe-commits
- [PATCH] D25326: [StaticAnalyser] Don't merge different returns in ExplodedGraph
Daniel Marjamäki via cfe-commits
- [PATCH] D25326: [StaticAnalyser] Don't merge different returns in ExplodedGraph
Anna Zaks via cfe-commits
- [PATCH] D25326: [StaticAnalyser] Don't merge different returns in ExplodedGraph
Artem Dergachev via cfe-commits
- [PATCH] D25326: [StaticAnalyser] Don't merge different returns in ExplodedGraph
Daniel Marjamäki via cfe-commits
- [PATCH] D25326: [StaticAnalyser] Don't merge different returns in ExplodedGraph
Daniel Marjamäki via cfe-commits
- [PATCH] D25326: [StaticAnalyser] Don't merge different returns in ExplodedGraph
Artem Dergachev via cfe-commits
- [PATCH] D25326: [StaticAnalyser] Don't merge different returns in ExplodedGraph
Daniel Marjamäki via cfe-commits
- [PATCH] D25326: [StaticAnalyser] Don't merge different returns in ExplodedGraph
Artem Dergachev via cfe-commits
- [PATCH] D25326: [StaticAnalyser] Don't merge different returns in ExplodedGraph
Daniel Marjamäki via cfe-commits
- [PATCH] D25326: [StaticAnalyser] Don't merge different returns in ExplodedGraph
Artem Dergachev via cfe-commits
- [PATCH] D25326: [StaticAnalyser] Don't merge different returns in ExplodedGraph
Daniel Marjamäki via cfe-commits
- [PATCH] D25326: [StaticAnalyser] Don't merge different returns in ExplodedGraph
Daniel Marjamäki via cfe-commits
- [PATCH] D25326: [StaticAnalyser] Don't merge different returns in ExplodedGraph
Artem Dergachev via cfe-commits
- [PATCH] D25326: [StaticAnalyser] Don't merge different returns in ExplodedGraph
Anna Zaks via cfe-commits
- [PATCH] D25326: [StaticAnalyser] Don't merge different returns in ExplodedGraph
Devin Coughlin via cfe-commits
- [PATCH] D25326: [StaticAnalyser] Don't merge different returns in ExplodedGraph
Aleksei Sidorin via cfe-commits
- [PATCH] D25326: [StaticAnalyser] Don't merge different returns in ExplodedGraph
Artem Dergachev via cfe-commits
- [PATCH] D25326: [StaticAnalyser] Don't merge different returns in ExplodedGraph
Bill Seurer via cfe-commits
- [PATCH] D25326: [StaticAnalyser] Don't merge different returns in ExplodedGraph
Daniel Marjamäki via cfe-commits
- [PATCH] D25334: Implement __stosb intrinsic as a volatile memset
Albert Gutowski via cfe-commits
- [PATCH] D25334: Implement __stosb intrinsic as a volatile memset
Hans Wennborg via cfe-commits
- [PATCH] D25334: Implement __stosb intrinsic as a volatile memset
Albert Gutowski via cfe-commits
- [PATCH] D25334: Implement __stosb intrinsic as a volatile memset
Albert Gutowski via cfe-commits
- [PATCH] D25335: [OpenCL] Allow partial initializer for array and struct
Yaxun Liu via cfe-commits
- [PATCH] D25335: [OpenCL] Allow partial initializer for array and struct
Anastasia Stulova via cfe-commits
- [PATCH] D25337: [Modules] Add a command line option for enabling the modules feature exclusively for the Clang builtins.
Elad Cohen via cfe-commits
- [PATCH] D25337: [Modules] Add a command line option for enabling the modules feature exclusively for the Clang builtins.
Bruno Cardoso Lopes via cfe-commits
- [PATCH] D25337: [Modules] Add a command line option for enabling the modules feature exclusively for the Clang builtins.
Elad Cohen via cfe-commits
- [PATCH] D25338: [Driver] Make -print-libgcc-file-name print compiler-rt lib when used
Michał Górny via cfe-commits
- [PATCH] D25338: [Driver] Make -print-libgcc-file-name print compiler-rt lib when used
Bruno Cardoso Lopes via cfe-commits
- [PATCH] D25338: [Driver] Make -print-libgcc-file-name print compiler-rt lib when used
Michał Górny via cfe-commits
- [PATCH] D25338: [Driver] Make -print-libgcc-file-name print compiler-rt lib when used
Michał Górny via cfe-commits
- [PATCH] D25338: [Driver] Make -print-libgcc-file-name print compiler-rt lib when used
Michał Górny via cfe-commits
- [PATCH] D25338: [Driver] Make -print-libgcc-file-name print compiler-rt lib when used
Bruno Cardoso Lopes via cfe-commits
- [PATCH] D25338: [Driver] Make -print-libgcc-file-name print compiler-rt lib when used
Michał Górny via cfe-commits
- [PATCH] D25338: [Driver] Make -print-libgcc-file-name print compiler-rt lib when used
Michał Górny via cfe-commits
- [PATCH] D25338: [Driver] Make -print-libgcc-file-name print compiler-rt lib when used
Michał Górny via cfe-commits
- [PATCH] D25338: [Driver] Make -print-libgcc-file-name print compiler-rt lib when used
Michał Górny via cfe-commits
- [PATCH] D25338: [Driver] Make -print-libgcc-file-name print compiler-rt lib when used
Michał Górny via cfe-commits
- [PATCH] D25338: [Driver] Make -print-libgcc-file-name print compiler-rt lib when used
Michał Górny via cfe-commits
- [PATCH] D25338: [Driver] Make -print-libgcc-file-name print compiler-rt lib when used
Michał Górny via cfe-commits
- [PATCH] D25338: [Driver] Make -print-libgcc-file-name print compiler-rt lib when used
Michał Górny via cfe-commits
- [PATCH] D25343: [OpenCL] Add noduplicate to group functions opencl-c.h
Yaxun Liu via cfe-commits
- [PATCH] D25343: [OpenCL] Mark group functions as noduplicate in opencl-c.h
Matt Arsenault via cfe-commits
- [PATCH] D25343: [OpenCL] Mark group functions as noduplicate in opencl-c.h
Brian Sumner via cfe-commits
- [PATCH] D25343: [OpenCL] Mark group functions as noduplicate in opencl-c.h
Yaxun Liu via cfe-commits
- [PATCH] D25343: [OpenCL] Mark group functions as noduplicate in opencl-c.h
Anastasia Stulova via cfe-commits
- [PATCH] D25349: [coroutines] Build fallthrough and set_exception statements.
Eric Fiselier via cfe-commits
- [PATCH] D25349: [coroutines] Build fallthrough and set_exception statements.
Eric Fiselier via cfe-commits
- [PATCH] D25349: [coroutines] Build fallthrough and set_exception statements.
Gor Nishanov via cfe-commits
- [PATCH] D25349: [coroutines] Build fallthrough and set_exception statements.
David Majnemer via cfe-commits
- [PATCH] D25349: [coroutines] Build fallthrough and set_exception statements.
Eric Fiselier via cfe-commits
- [PATCH] D25349: [coroutines] Build fallthrough and set_exception statements.
Eric Fiselier via cfe-commits
- [PATCH] D25349: [coroutines] Build fallthrough and set_exception statements.
Gor Nishanov via cfe-commits
- [PATCH] D25353: Implement __emul, __emulu, _mul128 and _umul128 MS intrinsics
Albert Gutowski via cfe-commits
- [PATCH] D25361: [libcxx] Add the missing limits.h header
Asiri Rathnayake via cfe-commits
- [PATCH] D25361: [libcxx] Add the missing limits.h header
Marshall Clow via cfe-commits
- [PATCH] D25361: [libcxx] Add the missing limits.h header
Richard Smith via cfe-commits
- [PATCH] D25363: Store a SourceRange for multi-token builtin types
Malcolm Parsons via cfe-commits
- [PATCH] D25363: Store a SourceRange for multi-token builtin types
Piotr Padlewski via cfe-commits
- [PATCH] D25363: Store a SourceRange for multi-token builtin types
Malcolm Parsons via cfe-commits
- [PATCH] D25363: Store a SourceRange for multi-token builtin types
Malcolm Parsons via cfe-commits
- [PATCH] D25363: Store a SourceRange for multi-token builtin types
Malcolm Parsons via cfe-commits
- [PATCH] D25363: Store a SourceRange for multi-token builtin types
Piotr Padlewski via cfe-commits
- [PATCH] D25363: Store a SourceRange for multi-token builtin types
Piotr Padlewski via cfe-commits
- [PATCH] D25369: [clang-move] Better support enclosing class.
Haojian Wu via cfe-commits
- [PATCH] D25369: [clang-move] Better support enclosing class.
Eric Liu via cfe-commits
- [PATCH] D25369: [clang-move] Better support enclosing class.
Haojian Wu via cfe-commits
- [PATCH] D25369: [clang-move] Better support enclosing class.
Haojian Wu via cfe-commits
- [PATCH] D25369: [clang-move] Better support enclosing class.
Eric Liu via cfe-commits
- [PATCH] D25373: Fix for Bug 30639: CGDebugInfo Null dereference with OpenMP array access
Erich Keane via cfe-commits
- [PATCH] D25373: Fix for Bug 30639: CGDebugInfo Null dereference with OpenMP array access
David Blaikie via cfe-commits
- [PATCH] D25373: Fix for Bug 30639: CGDebugInfo Null dereference with OpenMP array access
Keane, Erich via cfe-commits
- [PATCH] D25373: Fix for Bug 30639: CGDebugInfo Null dereference with OpenMP array access
Keane, Erich via cfe-commits
- [PATCH] D25373: Fix for Bug 30639: CGDebugInfo Null dereference with OpenMP array access
Keane, Erich via cfe-commits
- [PATCH] D25387: When optimizing for size, enable loop rerolling by default.
Hal Finkel via cfe-commits
- [PATCH] D25387: When optimizing for size, enable loop rerolling by default.
James Molloy via cfe-commits
- [PATCH] D25387: When optimizing for size, enable loop rerolling by default.
Hal Finkel via cfe-commits
- [PATCH] D25389: Fix std::pair on FreeBSD
Eric Fiselier via cfe-commits
- [PATCH] D25397: [change-namespace] don't miss comments in the beginning of a namespace block.
Eric Liu via cfe-commits
- [PATCH] D25402: [Driver] Pass -lunwind when using libc++ + compiler-rt
Michał Górny via cfe-commits
- [PATCH] D25402: [Driver] Pass -lunwind when using libc++ + compiler-rt
Joerg Sonnenberger via cfe-commits
- [PATCH] D25402: [Driver] Pass -lunwind when using libc++ + compiler-rt
Michał Górny via cfe-commits
- [PATCH] D25402: [Driver] Pass -lunwind when using libc++ + compiler-rt
Michał Górny via cfe-commits
- [PATCH] D25402: [Driver] Pass -lunwind when using libc++ + compiler-rt
Joerg Sonnenberger via cfe-commits
- [PATCH] D25402: [Driver] Pass -lunwind when using libc++ + compiler-rt
Joerg Sonnenberger 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.
Justin Lebar via cfe-commits
- [PATCH] D25405: [Sema] Use unique_ptr instead of raw pointers in the late-parsed templates map.
Justin Lebar via cfe-commits
- [PATCH] D25417: [libcxxabi] Fix alignment of allocated exceptions in 32 bit builds
Eric Fiselier via cfe-commits
- [PATCH] D25419: Use unique_ptr in LLVMContextImpl's constant maps.
Justin Lebar via cfe-commits
- [PATCH] D25420: [AST] Convert MangleNumberingContext to a unique_ptr.
Justin Lebar via cfe-commits
- [PATCH] D25421: [AST] Use unique_ptr for VTableLayout.
Justin Lebar via cfe-commits
- [PATCH] D25422: Use unique_ptr for VPtrLocationsMap and VPtrInfoVector.
Justin Lebar via cfe-commits
- [PATCH] D25423: Use unique_ptr for VTableBuilder::VFTableLayouts map.
Justin Lebar via cfe-commits
- [PATCH] D25424: Use unique_ptr for VTableBuilder::VBaseInfo map.
Justin Lebar via cfe-commits
- [PATCH] D25425: [AST] Convert Marshallers to use unique_ptr.
Justin Lebar via cfe-commits
- [PATCH] D25426: [Analysis] Use unique_ptr in AnalyaisDeclContextManager's ContextMap.
Justin Lebar via cfe-commits
- [PATCH] D25427: [Analysis] Use unique_ptr for CallGraph::FunctionMap.
Justin Lebar via cfe-commits
- [PATCH] D2600: [clang-cl] Added _InterlockedCompareExchangePointer to Intrin.h
Eugene Zelenko via cfe-commits
- [PATCH] D3065: Implementation of #pragma (data|code|const|bss)_seg
Eugene Zelenko via cfe-commits
- [PATCH] D3771: clang-cl: Add support for -o
Eugene Zelenko via cfe-commits
- [PATCH] D3771: clang-cl: Add support for -o
Hans Wennborg via cfe-commits
- [PATCH] D390: add __attribute__ no_uninitialized_checks. Map no_uninitialized_checks/no_thread_safety_analysis to LLVM function attributes.
Eugene Zelenko via cfe-commits
- [PATCH] D3922: Take into account PrintingPolicy::SuppressUnwrittenScope in NamedDecl::printQualifiedName.
Eugene Zelenko via cfe-commits
- [PATCH] D4362: Fix for Bug 19480 -- Adding a test case.
Eugene Zelenko via cfe-commits
- [PATCH] D4687: MS ABI: Downgrade inheritance model mismatches to a warning sometimes
Eugene Zelenko via cfe-commits
- [PATCH] D545: Allow to use -fsanitize=address for iOS simulator
Eugene Zelenko via cfe-commits
- [PATCH] D834: Private Headers for Modules
Eugene Zelenko via cfe-commits
- [PATCH] D9403: llvm.noalias - Clang CodeGen for local restrict-qualified pointers
Hal Finkel via cfe-commits
- [PATCH] D9403: llvm.noalias - Clang CodeGen for local restrict-qualified pointers
Hal Finkel via cfe-commits
- Buildbot numbers for the week of 9/25/2016 - 10/1/2016
Galina Kistanova via cfe-commits
- Buildbot numbers for the week of 9/25/2016 - 10/1/2016
Aaron Ballman via cfe-commits
- patch: clean up in EmitValueForIvarAtOffset
Nick Lewycky via cfe-commits
- r278483 - This patch implements PR#22821.
Roger Ferrer Ibanez via cfe-commits
- r278483 - This patch implements PR#22821.
Joerg Sonnenberger via cfe-commits
- r283063 - Alias must point to a definition
Aditya K via cfe-commits
- r283063 - Alias must point to a definition
Yaron Keren via cfe-commits
- r283092 - [analyzer] Extend bug reports with extra notes
Artem Dergachev via cfe-commits
- r283092 - [analyzer] Extend bug reports with extra notes
Vitaly Buka via cfe-commits
- r283092 - [analyzer] Extend bug reports with extra notes
Artem Dergachev via cfe-commits
- r283092 - [analyzer] Extend bug reports with extra notes
Vitaly Buka via cfe-commits
- r283092 - [analyzer] Extend bug reports with extra notes
Artem Dergachev via cfe-commits
- r283092 - [analyzer] Extend bug reports with extra notes
Vitaly Buka via cfe-commits
- r283092 - [analyzer] Extend bug reports with extra notes
Artem Dergachev via cfe-commits
- r283093 - [analyzer] Add extra notes to ObjCDeallocChecker
Artem Dergachev via cfe-commits
- r283094 - [analyzer] Improve CloneChecker diagnostics
Artem Dergachev via cfe-commits
- r283095 - [StaticAnalyzer] Fix UnreachableCode false positives.
Daniel Marjamaki via cfe-commits
- r283096 - [StaticAnalyser] Add test case to ensure that unreachable code is found.
Daniel Marjamaki via cfe-commits
- r283102 - Fix PR 28885: Fix AST Printer output for the inherited constructor using
Alex Lorenz via cfe-commits
- r283102 - Fix PR 28885: Fix AST Printer output for the inherited constructor using
Alex L via cfe-commits
- r283102 - Fix PR 28885: Fix AST Printer output for the inherited constructor using
Alex L via cfe-commits
- r283104 - Revert r283102 (Typo in the phabricator link)
Alex Lorenz via cfe-commits
- r283105 - Fix PR 28885: Fix AST Printer output for the inherited constructor using
Alex Lorenz via cfe-commits
- r283106 - Wdocumentation fix
Simon Pilgrim via cfe-commits
- r283109 - This adds a separate file for the fp denormal regression tests. NFC.
Sjoerd Meijer via cfe-commits
- r283110 - This adds a separate file for the fp denormal regression tests. NFC.
Sjoerd Meijer via cfe-commits
- r283114 - [OpenCL] Fix bug in __builtin_astype causing invalid LLVM cast instructions
Yaxun Liu via cfe-commits
- r283116 - [ARC] Ignore qualifiers in copy-restore expressions
Vedant Kumar via cfe-commits
- r283120 - [CUDA] Disallow overloading destructors.
Justin Lebar via cfe-commits
- r283121 - [CUDA] Clean up some comments in Sema::IsOverload. NFC
Justin Lebar via cfe-commits
- r283131 - Factor out a diagnostic kind enum for use in two %select expressions
Reid Kleckner via cfe-commits
- r283135 - Added more comments to tooling::Replacements.
Eric Liu via cfe-commits
- r283141 - [analyzer] A blind attempt to fix a buildbot after r283092.
Artem Dergachev via cfe-commits
- r283141 - [analyzer] A blind attempt to fix a buildbot after r283092.
Hal Finkel via cfe-commits
- r283141 - [analyzer] A blind attempt to fix a buildbot after r283092.
Hal Finkel via cfe-commits
- r283145 - ObjectiveC: fix a seg fault when deserialing redeclaration of ObjCMethodDecl.
Manman Ren via cfe-commits
- r283155 - [coroutines] Adding builtins for coroutine intrinsics and backendutil support.
Gor Nishanov via cfe-commits
- r283170 - [coroutines] Switch to using std::experimental namespace per P0057R5
Gor Nishanov via cfe-commits
- r283179 - Revert "[analyzer] A blind attempt to fix a buildbot" as it does not help.
Vitaly Buka via cfe-commits
- r283180 - Revert "[analyzer] Extend bug reports with extra notes" to fix Windows bot.
Vitaly Buka via cfe-commits
- r283181 - Revert "[analyzer] Add extra notes to ObjCDeallocChecker" as its depends on reverted r283092
Vitaly Buka via cfe-commits
- r283182 - Revert "[analyzer] Improve CloneChecker diagnostics" as its depends on reverted r283092
Vitaly Buka via cfe-commits
- r283193 - [XRay] Check in Clang whether XRay supports the target when -fxray-instrument is passed
Dean Michael Berris via cfe-commits
- r283195 - Revert r283106, "Wdocumentation fix"
NAKAMURA Takumi via cfe-commits
- r283199 - Revert "[XRay] Check in Clang whether XRay supports the target when -fxray-instrument is passed"
Dean Michael Berris via cfe-commits
- r283206 - Minor cleanups in clang-format.el.
Manuel Klimek via cfe-commits
- r283207 - Do not find friend function definitions inside non-instantiated class.
Serge Pavlov via cfe-commits
- r283217 - [ThinLTO] Spell `llvm-ar` correctly.
Davide Italiano via cfe-commits
- r283223 - [OpenMP] fix segfault when a variable referenced in reduction clause is a reference parameter\nDifferential Revision: http://reviews.llvm.org/D24524
David Sheinkman via cfe-commits
- r283227 - [MS] Move hex long long sign compat hack to -fms-compatibility
Reid Kleckner via cfe-commits
- r283228 - [Sema] Format a comment line so that it fits 80 columns. NFC
Alex Lorenz via cfe-commits
- r283235 - Test what happens when tag lookup and redeclaration lookup disagree
Reid Kleckner via cfe-commits
- r283242 - [sancov] documentation update after r283241
Mike Aizatsky via cfe-commits
- r283246 - clang-format: Fix bad multi-variable for-loop formatting.
Daniel Jasper via cfe-commits
- r283249 - [ubsan] Disable bounds-check for flexible array ivars
Vedant Kumar via cfe-commits
- r283251 - [clang] make reciprocal estimate codegen a function attribute
Sanjay Patel via cfe-commits
- r283253 - [analyzer] Add PostStmt callback for ArraySubscriptExpr
Anna Zaks via cfe-commits
- r283255 - clang-cl: Expose the -flto option
Hans Wennborg via cfe-commits
- r283256 - clang-cl: expose the -fuse-ld option
Hans Wennborg via cfe-commits
- r283257 - clang-cl: Use the .obj file extension also in LTO mode
Hans Wennborg via cfe-commits
- r283258 - clang-cl: Make /Fo apply also when using -flto
Hans Wennborg via cfe-commits
- r283264 - Separate builtins for x84-64 and i386; implement __mulh and __umulh
Albert Gutowski via cfe-commits
- r283271 - [CUDA] Destroy deferred diagnostics before destroying the ASTContext's PartialDiagnostic allocator.
Justin Lebar via cfe-commits
- r283272 - [CUDA] Mark device functions as nounwind.
Justin Lebar via cfe-commits
- r283280 - [CUDA] Add missing ':' to noexcept.cu test.
Justin Lebar via cfe-commits
- r283301 - [analyzer] Add "Assuming..." diagnostic pieces for unsupported conditions.
Artem Dergachev via cfe-commits
- r283302 - [analyzer] Improve "Assuming..." diagnostic pieces for logical operators.
Artem Dergachev via cfe-commits
- r283303 - [analyzer] Squash a compile error in r283301.
Artem Dergachev via cfe-commits
- r283304 - [Sema] Packed member warning: Use the typedef name for anonymous structures
Alex Lorenz via cfe-commits
- r283314 - [Clang][AVX512][BuiltIn]Adding missing intrinsics move_{sd|ss} to clang
Michael Zuckerman via cfe-commits
- r283330 - [clang-format] append newline after code when inserting new headers at the end of the code which does not end with newline.
Eric Liu via cfe-commits
- r283332 - Make DeletedLines local variables in checkEmptyNamespace.
Eric Liu via cfe-commits
- r283363 - Removing optimization from the RUN lines and adjusting the checks
Nemanja Ivanovic via cfe-commits
- r283406 - PR22924, PR22845, some of CWG1464: When checking the initializer for an array
Richard Smith via cfe-commits
- r283416 - Use llvm::raw_string_ostream instead of std::stringstream (NFC)
Mehdi Amini via cfe-commits
- r283417 - Taking StringRef in Driver.h APIs instead of raw pointers (NFC)
Mehdi Amini via cfe-commits
- r283420 - [Driver] Add driver support for Fuchsia
Petr Hosek via cfe-commits
- r283428 - Fix PR30440: Initialize FunctionTypeDepth in CXXNameMangler
Alex Lorenz via cfe-commits
- r283430 - Add missing -no-canonical-prefixes.
Benjamin Kramer via cfe-commits
- r283432 - [Sema] Fix PR30520: Handle incomplete field types in transparent_union unions
Alex Lorenz via cfe-commits
- r283444 - [modules] Allow VarDecls with initializers to use special var abbrev.
Vassil Vassilev via cfe-commits
- r283448 - Allocate after the early exit checks. NFC.
Vassil Vassilev via cfe-commits
- r283460 - [OpenMP] Check if the template specialization is mappable instead of specialized template Differential Revision: https://reviews.llvm.org/D25252
David Sheinkman via cfe-commits
- r283460 - [OpenMP] Check if the template specialization is mappable instead of specialized template Differential Revision: https://reviews.llvm.org/D25252
Richard Smith via cfe-commits
- r283487 - [Sema] Replace smart quote with "'" in comment.
Justin Lebar via cfe-commits
- r283489 - [modules] Be sure to emit local specializations of imported templates, even if
Richard Smith via cfe-commits
- r283495 - [coroutines] Fix co_return statement for initializer list arguments
Eric Fiselier via cfe-commits
- r283498 - Add another .def file to module map to fix modules buildbot's displeasure.
Richard Smith via cfe-commits
- r283499 - [analyzer] Add explanation why analyzer report is not generated (fix for PR12421).
Anton Yartsev via cfe-commits
- r283508 - PR25890: Fix incoherent error handling in PerformImplicitConversion and
Richard Smith via cfe-commits
- r283527 - Use StringReg in TargetParser APIs (NFC)
Mehdi Amini via cfe-commits
- r283536 - [analyzer] Try to re-apply r283092 "Extend bug reports with extra notes"
Artem Dergachev via cfe-commits
- r283537 - Revert "[analyzer] Try to re-apply r283092 "Extend bug reports with extra notes"
Artem Dergachev via cfe-commits
- r283537 - Revert "[analyzer] Try to re-apply r283092 "Extend bug reports with extra notes"
Bill Seurer via cfe-commits
- r283537 - Revert "[analyzer] Try to re-apply r283092 "Extend bug reports with extra notes"
Artem Dergachev via cfe-commits
- r283540 - [analyzer] Re-apply r283092, attempt no.3, in small chunks this time.
Artem Dergachev via cfe-commits
- r283541 - Revert "[analyzer] Re-apply r283092, attempt no.3, in small chunks this time."
Artem Dergachev via cfe-commits
- r283543 - [ARM]: Add Cortex-R52 target
Javed Absar via cfe-commits
- r283549 - Wdocumentation fix
Simon Pilgrim via cfe-commits
- r283554 - [analyzer] Don't merge different return nodes in ExplodedGraph
Daniel Marjamaki via cfe-commits
- r283554 - [analyzer] Don't merge different return nodes in ExplodedGraph
Galina Kistanova via cfe-commits
- r283564 - Update clang test to accomendate discriminator change in https://reviews.llvm.org/D25132
Dehao Chen via cfe-commits
- r283566 - [analyzer] Re-apply r283092, attempt no.4, a small chunk.
Artem Dergachev via cfe-commits
- r283568 - [analyzer] Re-apply r283092, attempt no.4, chunk no.2.
Artem Dergachev via cfe-commits
- r283572 - [Driver] Make -print-libgcc-file-name print compiler-rt lib when used
Michal Gorny via cfe-commits
- r283573 - [analyzer] Re-apply r283092, attempt no.4, chunk no.3.
Artem Dergachev via cfe-commits
- r283574 - [analyzer] Re-apply r283092, attempt no.4, chunk no.3, fixup 1.
Artem Dergachev via cfe-commits
- r283583 - Silence Warning. NFC.
Nirav Dave via cfe-commits
- r283584 - [analyzer] Re-apply r283092, attempt no.4, chunk no.4 (last)
Artem Dergachev via cfe-commits
- r283586 - Revert r283572 - [Driver] Make -print-libgcc-file-name print compiler-rt lib when used
Michal Gorny via cfe-commits
- r283601 - Visually align table def with respective enum. NFC
Douglas Katzman via cfe-commits
- r283605 - Turn ArchName/BoundArch in Driver from raw pointer to StringRef (NFC)
Mehdi Amini via cfe-commits
- r283611 - Driver: use StringRef instead of raw pointer in lookupTypeForExtension() (NFC)
Mehdi Amini via cfe-commits
- r283615 - Fix MSVC build: requires namespace in front of StringRef (NFC)
Mehdi Amini via cfe-commits
- r283616 - Rename variable to not use C++ reserved name (leading underscore + capital) (NFC)
Mehdi Amini via cfe-commits
- r283637 - [CUDA] Do a better job at detecting wrong-side calls.
Justin Lebar via cfe-commits
- r283645 - Use StringRef in Command::printArg() instead of raw pointer (NFC)
Mehdi Amini via cfe-commits
- r283657 - Un-tabify source files, NFC.
Yaron Keren via cfe-commits
- r283660 - [analyzer] Re-apply r283093 "Add extra notes to ObjCDeallocChecker"
Artem Dergachev via cfe-commits
- r283661 - [analyzer] Re-apply r283094 "Improve CloneChecker diagnostics"
Artem Dergachev via cfe-commits
- r283662 - [analyzer] Fix build error after r283660 - remove constexpr strings.
Artem Dergachev via cfe-commits
- r283671 - Turn cl::values() (for enum) from a vararg function to using C++ variadic template
Mehdi Amini via cfe-commits
- r283677 - [CUDA] Add #pragma clang force_cuda_host_device_{begin, end} pragmas.
Justin Lebar via cfe-commits
- r283678 - [CUDA] Declare our __device__ math functions in the same inline namespace as our standard library.
Justin Lebar via cfe-commits
- r283679 - [CUDA] Rename cuda_builtin_vars.h to __clang_cuda_builtin_vars.h.
Justin Lebar via cfe-commits
- r283680 - [CUDA] Support <complex> and std::min/max on the device.
Justin Lebar via cfe-commits
- r283680 - [CUDA] Support <complex> and std::min/max on the device.
Hal Finkel via cfe-commits
- r283680 - [CUDA] Support <complex> and std::min/max on the device.
Justin Lebar via cfe-commits
- r283680 - [CUDA] Support <complex> and std::min/max on the device.
Hal Finkel via cfe-commits
- r283680 - [CUDA] Support <complex> and std::min/max on the device.
Justin Lebar via cfe-commits
- r283680 - [CUDA] Support <complex> and std::min/max on the device.
Justin Lebar via cfe-commits
- r283683 - [CUDA] Don't install cuda_wrappers/{algorithm, complex} into the main include dir.
Justin Lebar via cfe-commits
- r283685 - When optimizing for size, enable loop rerolling by default
Hal Finkel via cfe-commits
- r283716 - [x86][inline-asm][clang] accept 'v' constraint
Michael Zuckerman via cfe-commits
- r283722 - P0035R4: Semantic analysis and code generation for C++17 overaligned
Richard Smith via cfe-commits
- r283724 - Mark aligned allocation as done.
Richard Smith via cfe-commits
Last message date:
Sun Oct 9 23:55:42 PDT 2016
Archived on: Mon Oct 10 00:03:01 PDT 2016
This archive was generated by
Pipermail 0.09 (Mailman edition).