The Week Of Monday 7 January 2019 Archives by thread
Starting: Mon Jan 7 00:03:54 PST 2019
Ending: Sun Jan 13 18:43:41 PST 2019
Messages: 869
- [PATCH] D56358: [AST] Move back BasePathSize to the bit-fields of CastExpr
John McCall via Phabricator via cfe-commits
- [PATCH] D56367: [AST] Pack CXXDependentScopeMemberExpr
John McCall via Phabricator via cfe-commits
- [PATCH] D56368: [AST] Store the results in OverloadExpr in a trailing array
John McCall via Phabricator via cfe-commits
- [PATCH] D56365: [X86] Use funnel shift intrinsics for the VBMI2 vshld/vshrd builtins.
Craig Topper via Phabricator via cfe-commits
- [PATCH] D56380: [clangd] Fix a regression issue caused by r348365.
Haojian Wu via Phabricator via cfe-commits
- [PATCH] D56066: [OpenCL] Address space for default class members
Bevin Hansson via Phabricator via cfe-commits
- [PATCH] D56343: [clang-tidy] Refactor: Compose Method on check_clang_tidy.py
serge via Phabricator via cfe-commits
- [clang-tools-extra] r349496 - [clangd] BackgroundIndex rebuilds symbol index periodically.
Diana Picus via cfe-commits
- [clang-tools-extra] r350512 - [clangd] Disable BackgroundIndexTest.PeriodicalIndex
Ilya Biryukov via cfe-commits
- [PATCH] D56314: [clangd] Don't store completion info if the symbol is not used for code completion.
Ilya Biryukov via Phabricator via cfe-commits
- [PATCH] D53072: [clang-format] Introduce the flag which allows not to shrink lines
Ivan Donchevskii via Phabricator via cfe-commits
- [PATCH] D55212: Handle alloc_size attribute on function pointers
Alexander Richardson via Phabricator via cfe-commits
- [PATCH] D56385: clang-format: [JS] support goog.requireType.
Martin Probst via Phabricator via cfe-commits
- [PATCH] D54309: [AST] Allow limiting the scope of common AST traversals (getParents, RAV).
Sam McCall via Phabricator via cfe-commits
- [clang-tools-extra] r350515 - [clangd] Fix a regression issue caused by r348365.
Haojian Wu via cfe-commits
- [PATCH] D55948: Modify DeclaratorChuck::getFunction to use DeclSpec for qualifiers
Anastasia Stulova via Phabricator via cfe-commits
- r350516 - clang-format: [JS] support goog.requireType.
Martin Probst via cfe-commits
- r350519 - [AST][NFC] Pack OpaqueValueExpr
Bruno Ricci via cfe-commits
- [PATCH] D56354: [AST] Replace asserts with if() in SourceLocation accessors
Aaron Ballman via Phabricator via cfe-commits
- r350521 - [CTU] Make loadExternalAST return with non nullptr on success
Gabor Marton via cfe-commits
- [PATCH] D55280: [CTU] Make loadExternalAST return with non nullptr on success
Gabor Marton via Phabricator via cfe-commits
- [PATCH] D56288: [ELF] Do not enable 'new dtags' on NetBSD by default
Michał Górny via Phabricator via cfe-commits
- r350523 - [clang] Add AST matcher for initializer list members
Hyrum Wright via cfe-commits
- [PATCH] D56090: Add a matcher for members of an initializer list expression
Hyrum Wright via Phabricator via cfe-commits
- r350525 - [AST][NFC] Pack DependentScopeDeclRefExpr and CXXUnresolvedConstructExpr
Bruno Ricci via cfe-commits
- [clang-tools-extra] r350526 - [clang-tidy] Use the public hasInit matcher, rather than defining our own, NFC
Hyrum Wright via cfe-commits
- r350527 - [AST] Store some data of CXXNewExpr as trailing objects
Bruno Ricci via cfe-commits
- r350528 - [analyzer] Pass the correct loc Expr from VisitIncDecOp to evalStore
Rafael Stahl via cfe-commits
- [PATCH] D55701: [analyzer] Pass the correct loc Expr from VisitIncDecOp to evalStore
Rafael Stahl via Phabricator via cfe-commits
- [PATCH] D56134: [AST] Store some data of CXXNewExpr as trailing objects
Phabricator via Phabricator via cfe-commits
- [PATCH] D55775: [Driver] Don't override '-march' when using '-arch x86_64h'
Francis Visoiu Mistrih via Phabricator via cfe-commits
- r350529 - [Sema] Fix unused variable warning in Release builds
Benjamin Kramer via cfe-commits
- [PATCH] D56390: Generate Checkers.inc under clang/Driver and use from CC1Options.td
Yuka Takahashi via Phabricator via cfe-commits
- [PATCH] D48342: [libcxx] Optimize vectors construction of trivial types from an iterator range with const-ness mismatch.
Louis Dionne via Phabricator via cfe-commits
- r350530 - [OPENMP][NVPTX]Reduce number of barriers in reductions.
Alexey Bataev via cfe-commits
- [clang-tools-extra] r350531 - [clangd] Remove 'using namespace llvm' from .cpp files. NFC
Ilya Biryukov via cfe-commits
- [PATCH] D56391: Limit COFF 'common' emission to <=32 alignment types.
Erich Keane via Phabricator via cfe-commits
- [PATCH] D54945: This commit adds a chapter about clang-tidy integrations
Alexander Kornienko via Phabricator via cfe-commits
- [PATCH] D56393: [DebugInfo] Don't emit DW_AT_enum_class unless it's actually an 'enum class'.
Paul Robinson via Phabricator via cfe-commits
- [PATCH] D56012: [clang-tidy] Be more liberal about literal zeroes in abseil checks
Alexander Kornienko via Phabricator via cfe-commits
- [PATCH] D56323: [clang-tidy] Handle member variables in readability-simplify-boolean-expr
Jonas Toth via Phabricator via cfe-commits
- [PATCH] D56303: [clang-tidy] Handle case/default statements when simplifying boolean expressions
Jonas Toth via Phabricator via cfe-commits
- [PATCH] D56395: [ASTMatchers] Improve assert message for broken parent map.
Sam McCall via Phabricator via cfe-commits
- [clang-tools-extra] r350540 - [clangd] Include <cstdio> instead of <stdio.h>. NFC
Ilya Biryukov via cfe-commits
- [clang-tools-extra] r350542 - [clangd] Fix Windows build after r350531
Ilya Biryukov via cfe-commits
- [PATCH] D56226: [clang-format] square parens that are followed by '=' are not Objective-C message sends
Ben Hamilton via Phabricator via cfe-commits
- [PATCH] D56160: [clang-tidy] modernize-use-trailing-return check
Jonas Toth via Phabricator via cfe-commits
- [PATCH] D55433: [clang-tidy] Adding a new modernize use nodiscard checker
Jonas Toth via Phabricator via cfe-commits
- r350555 - [X86] Use funnel shift intrinsics for the VBMI2 vshld/vshrd builtins.
Craig Topper via cfe-commits
- r350563 - Revert r350555 "[X86] Use funnel shift intrinsics for the VBMI2 vshld/vshrd builtins."
Craig Topper via cfe-commits
- [PATCH] D55662: [Sema][ObjC] Do not warn about repeated uses of weak variables when the variables are accessed in an unevaluated context.
Akira Hatanaka via Phabricator via cfe-commits
- [PATCH] D56405: Split -Wdelete-non-virtual-dtor into two groups
Erik Pilkington via Phabricator via cfe-commits
- [libclc] r350565 - cmake: Install libraries to DATADIR from GNUInstallDirs
Jan Vesely via cfe-commits
- [PATCH] D56215: [lld] [ELF] Include default search paths for NetBSD driver
Ed Maste via Phabricator via cfe-commits
- r350568 - Recommit r350555 "[X86] Use funnel shift intrinsics for the VBMI2 vshld/vshrd builtins."
Craig Topper via cfe-commits
- [PATCH] D56407: Implement the TreeStructure interface through the TextNodeDumper
Stephen Kelly via Phabricator via cfe-commits
- [PATCH] D55337: NFC: Move dumpDeclRef to NodeDumper
Stephen Kelly via Phabricator via cfe-commits
- [PATCH] D37035: Implement __builtin_LINE() et. al. to support source location capture.
Eric Fiselier via Phabricator via cfe-commits
- r350571 - [OPENMP]Add call to __kmpc_push_target_tripcount() function.
Alexey Bataev via cfe-commits
- r350572 - Add a __has_feature check for namespaces on #pragma clang attribute.
Erik Pilkington via cfe-commits
- [PATCH] D56410: Forbid combination of --status-bugs and non-HTML output
Rob Day via Phabricator via cfe-commits
- r350573 - NFC: Replace asserts with if() in SourceLocation accessors
Stephen Kelly via cfe-commits
- [PATCH] D56411: [CUDA][HIP][Sema] Fix template kernel with function as template parameter
Yaxun Liu via Phabricator via cfe-commits
- [PATCH] D56413: [OpenMP] Avoid remainder operations for loop index values on a collapsed loop nest.
Gheorghe-Teodor Bercea via Phabricator via cfe-commits
- [PATCH] D56415: NFC: Port QueryParser to StringRef
Stephen Kelly via Phabricator via cfe-commits
- [PATCH] D56050: [Sema] Diagnose array access preceding the array bounds even when the base type is incomplete.
Eli Friedman via Phabricator via cfe-commits
- [clang-tools-extra] r350584 - ReleaseNotes: Update with my clang-query contributions this cycle
Stephen Kelly via cfe-commits
- r350585 - Split -Wdelete-non-virtual-dtor into -Wdelete-abstract-non-virtual-dtor
Erik Pilkington via cfe-commits
- [PATCH] D55500: [Builtins] Implement __builtin_is_constant_evaluated for use in C++2a
Bruno Cardoso Lopes via Phabricator via cfe-commits
- Buildbot numbers for the week of 12/23/2018 - 12/29/2018
Galina Kistanova via cfe-commits
- Buildbot numbers for the last week of 12/30/2018 - 01/05/2019
Galina Kistanova via cfe-commits
- [PATCH] D56424: Add check for underscores in googletest names.
Kar Epker via Phabricator via cfe-commits
- [PATCH] D17741: adds __FILE_BASENAME__ builtin macro
Kristina Brooks via Phabricator via cfe-commits
- r350612 - [ASTMatchers] Improve assert message for broken parent map.
Sam McCall via cfe-commits
- [PATCH] D56429: fix python3 compability issue
rox via Phabricator via cfe-commits
- [PATCH] D55646: [ASTImporter] Make ODR diagnostics warning by default
Endre Fülöp via Phabricator via cfe-commits
- [PATCH] D56430: Incorrect implicit data-sharing for nested tasks
Sergi Mateo via Phabricator via cfe-commits
- [PATCH] D54428: [clangd] XPC transport layer, framework, test-client
Jan Korous via Phabricator via cfe-commits
- r350619 - [X86] Add shift-by-immediate tests for non-immediate/out-of-range values
Simon Pilgrim via cfe-commits
- r350622 - [Sema] Diagnose array access preceding the array bounds even when the base type is incomplete.
Bruno Ricci via cfe-commits
- r350625 - [AST] Pack CXXDependentScopeMemberExpr
Bruno Ricci via cfe-commits
- [PATCH] D56438: [Modules] Allow modulemap path change for implicitly built modules
Yuka Takahashi via Phabricator via cfe-commits
- r350627 - [AST][NFC] Pack CXXNoexceptExpr and SubstNonTypeTemplateParmExpr
Bruno Ricci via cfe-commits
- [PATCH] D56441: [analyzer][CrossTU][NFC] Generalize to external definitions instead of external functions
Rafael Stahl via Phabricator via cfe-commits
- [PATCH] D56442: [clangd] Fix a crash when reading an empty index file.
Haojian Wu via Phabricator via cfe-commits
- [clang-tools-extra] r350633 - [clangd] Fix a crash when reading an empty index file.
Haojian Wu via cfe-commits
- r350634 - [OPENMP]Fix PR40191: Do not allow orphaned cancellation constructs.
Alexey Bataev via cfe-commits
- r350635 - [AST][NFC] Pack CXXScalarValueInitExpr
Bruno Ricci via cfe-commits
- r346652 - Make clang-based tools find libc++ on MacOS
Nico Weber via cfe-commits
- r350636 - Don't emit DW_AT_enum_class unless it's actually an 'enum class'.
Paul Robinson via cfe-commits
- [PATCH] D56444: [AST] RecursiveASTVisitor visits lambda classes when implicit visitation is on.
Sam McCall via Phabricator via cfe-commits
- r350638 - Fix use-after-free bug in Tooling.
Alexander Kornienko via cfe-commits
- [PATCH] D55765: Fix use-after-free bug in Tooling.
Alexander Kornienko via Phabricator via cfe-commits
- r350639 - Revert "Split -Wdelete-non-virtual-dtor into -Wdelete-abstract-non-virtual-dtor"
Erik Pilkington via cfe-commits
- [PATCH] D55224: [clangd] Introduce loading of shards within auto-index
Ilya Biryukov via Phabricator via cfe-commits
- [PATCH] D56445: [Sema] Teach Clang that aligned allocation is not supported with macosx10.13
Louis Dionne via Phabricator via cfe-commits
- [PATCH] D47817: [compiler-rt] [sanitizer_common] Remove support for tirpc/rpc/xdr.h
Michał Górny via Phabricator via cfe-commits
- [PATCH] D56062: [compiler-rt] [test] Detect glibc-2.27+ and XFAIL appropriate tests
Michał Górny via Phabricator via cfe-commits
- [PATCH] D56109: [sanitizer_common] Define __sanitizer_FILE on NetBSD
Michał Górny via Phabricator via cfe-commits
- r350641 - Rename DIFlagFixedEnum to DIFlagEnumClass. NFC
Paul Robinson via cfe-commits
- [PATCH] D56446: [Driver] Fix libcxx detection on Darwin with clang run as ./clang
Ilya Biryukov via Phabricator via cfe-commits
- r350642 - __has_feature(pragma_clang_attribute_namespaces) should be __has_extension
Erik Pilkington via cfe-commits
- r350643 - Limit COFF 'common' emission to <=32 alignment types.
Erich Keane via cfe-commits
- r350644 - [NFC] Don't over-eagerly check block alignment
JF Bastien via cfe-commits
- r350645 - Fix opencl test broken on windows by r350643.
Erich Keane via cfe-commits
- [PATCH] D55483: Introduce the callback attribute and emit !callback metadata
Johannes Doerfert via Phabricator via cfe-commits
- r350648 - Fix clang for r350647: Missed a function rename
Philip Pfaffe via cfe-commits
- r350649 - [Sema] Teach Clang that aligned allocation is not supported with macosx10.13
Louis Dionne via cfe-commits
- [PATCH] D55953: Android is not GNU, so don't claim that it is.
Stephen Hines via Phabricator via cfe-commits
- [PATCH] D56456: [Driver] Default to -fno-addrsig on Android.
Dan Albert via Phabricator via cfe-commits
- [clang-tools-extra] r350660 - [Query] NFC: Port QueryParser to StringRef
Stephen Kelly via cfe-commits
- r350664 - Android is not GNU, so don't claim that it is.
Dan Albert via cfe-commits
- r350665 - Implement the TreeStructure interface through the TextNodeDumper
Stephen Kelly via cfe-commits
- r350666 - [libclang] Recommit r336590 with a fix for the memory leak in the test
Alex Lorenz via cfe-commits
- r350668 - [Driver] Default to -fno-addrsig on Android.
Dan Albert via cfe-commits
- r336716 - Revert r336590 "[libclang] evalute compound statement cursors before trying to evaluate"
Alex L via cfe-commits
- r350677 - [ASTDump] NFC: Move dumpDeclRef to NodeDumper
Stephen Kelly via cfe-commits
- r350680 - [libclang] Fix the mismatched delete operator for ExprEvalResult
Alex Lorenz via cfe-commits
- [PATCH] D55488: Add utility for dumping a label with child nodes
Stephen Kelly via Phabricator via cfe-commits
- [PATCH] D56463: [SEH] Pass the frame pointer from SEH finally to finally functions
Sanjin Sijaric via Phabricator via cfe-commits
- [PATCH] D56466: [CodeGen] Clarify comment about COFF common symbol alignment
Shoaib Meenai via Phabricator via cfe-commits
- [PATCH] D56469: [ObjC] Allow the use of implemented unavailable methods from within the @implementation context
Alex Lorenz via Phabricator via cfe-commits
- r350696 - [X86] Make the pointer arguments to avx512 gather/scatter intrinsics 'void*' to match gcc and Intel's documentation.
Craig Topper via cfe-commits
- [PATCH] D56483: [clangd] Add a test for SignatureHelp on dynamic index.
Haojian Wu via Phabricator via cfe-commits
- [PATCH] D51641: [VFS] Cache the current working directory for the real FS.
Sam McCall via Phabricator via cfe-commits
- r350703 - Use DeclSpec for quals in DeclaratorChunk::FunctionTypeInfo.
Anastasia Stulova via cfe-commits
- [libunwind] r350705 - [Sparc] Add Sparc V8 support
Daniel Cederman via cfe-commits
- r350714 - [Driver] Fix libcxx detection on Darwin with clang run as ./clang
Ilya Biryukov via cfe-commits
- [clang-tools-extra] r350715 - Fix clang-tidy test after r350714. NFC
Ilya Biryukov via cfe-commits
- r350718 - Revert r350648: "Fix clang for r350647: Missed a function rename"
Florian Hahn via cfe-commits
- [clang-tools-extra] r350720 - [clangd] Add a test for SignatureHelp on dynamic index.
Haojian Wu via cfe-commits
- r350724 - Fix typo in comment
Nico Weber via cfe-commits
- [PATCH] D56488: clang-cl: Align help texts for /O1 and O2
Nico Weber via Phabricator via cfe-commits
- [PATCH] D56489: clang-cl: Fix help text for /O<flags>: '/O2y-' means '/O2 /Oy-', not '/O2 /y-'
Nico Weber via Phabricator via cfe-commits
- [PATCH] D56326: [OpenMP 5.0] Parsing/sema support for "omp declare mapper" directive
Alexey Bataev via Phabricator via cfe-commits
- r350727 - Remove dependency-related arguments in clang-check.
Alexander Kornienko via cfe-commits
- [PATCH] D55781: Make CC mangling conditional on the ABI version
Paul Robinson via Phabricator via cfe-commits
- [PATCH] D56492: [clangd] Add Documentations for member completions.
Haojian Wu via Phabricator via cfe-commits
- r350732 - [AST] Store the results in OverloadExpr in a trailing array
Bruno Ricci via cfe-commits
- [PATCH] D53891: [LTO] Add option to enable LTOUnit splitting, and disable unless needed
Teresa Johnson via Phabricator via cfe-commits
- r350734 - Incorrect implicit data-sharing for nested tasks
Alexey Bataev via cfe-commits
- r350741 - [AST] Move back BasePathSize to the bit-fields of CastExpr
Bruno Ricci via cfe-commits
- [PATCH] D55964: [clang-format][TableGen] Don't add spaces around items in square braces.
Jordan Rupprecht via Phabricator via cfe-commits
- [PATCH] D56504: [WebAssembly] Add unimplemented-simd128 feature, gate builtins
Thomas Lively via Phabricator via cfe-commits
- [PATCH] D54188: [Sema] Mark target of __attribute__((alias("target"))) used for C
Richard Smith - zygoloid via Phabricator via cfe-commits
- [PATCH] D56509: [AST] Remove ASTContext from getThisType (NFC)
Brian Gesiak via Phabricator via cfe-commits
- r350754 - [CodeGen] Clarify comment about COFF common symbol alignment
Shoaib Meenai via cfe-commits
- [PATCH] D55928: [OpenMP] Add flag for preventing the extension to 64 bits for the collapse loop counter
Gheorghe-Teodor Bercea via Phabricator via cfe-commits
- r350756 - Removing an include that was not necessary; NFC.
Aaron Ballman via cfe-commits
- [PATCH] D56243: [coroutines] Experimenting with __builtin_coro_frame_max_size
Brian Gesiak via Phabricator via cfe-commits
- r350757 - [OPENMP][DOCS]Release notes/OpenMP support updates, NFC.
Alexey Bataev via cfe-commits
- r350758 - [OpenMP] Add flag for preventing the extension to 64 bits for the collapse loop counter
Gheorghe-Teodor Bercea via cfe-commits
- r350759 - [OpenMP] Avoid remainder operations for loop index values on a collapsed loop nest.
Gheorghe-Teodor Bercea via cfe-commits
- [clang-tools-extra] r350760 - [clang-tidy] Adding a new modernize use nodiscard checker
Jonas Toth via cfe-commits
- [clang-tools-extra] r350761 - [clang-tidy] fix-up failing tests
Jonas Toth via cfe-commits
- [PATCH] D54071: [Bug 39548][Clang] PGO bootstrap fails with python3: errors in perf-helper.py
Romain Geissler via Phabricator via cfe-commits
- [clang-tools-extra] r350763 - [clang-tidy] tryfix documentation build
Jonas Toth via cfe-commits
- [clang-tools-extra] r350765 - [clang-tidy] another take at fixing doc
Jonas Toth via cfe-commits
- [PATCH] D55844: [Fixed Point Arithmetic] Fixed Point Subtraction
Leonard Chan via Phabricator via cfe-commits
- r350768 - [ObjC] Allow the use of implemented unavailable methods from within
Alex Lorenz via cfe-commits
- [PATCH] D55492: Implement Attr dumping in terms of visitors
Stephen Kelly via Phabricator via cfe-commits
- [PATCH] D55491: Implement TemplateArgument dumping in terms of Visitor
Stephen Kelly via Phabricator via cfe-commits
- [PATCH] D56518: Change the symbol for the default Swift CFString class.
Lily Vulcano via Phabricator via cfe-commits
- r350776 - [Sema] Mark target of __attribute__((alias("target"))) used for C
Nick Desaulniers via cfe-commits
- r350779 - In nothrow new-expressions, null-check the result if we're going to
Richard Smith via cfe-commits
- [PATCH] D56522: [SemaCXX] add -Woverride-init alias to -Winitializer-overrides
Nick Desaulniers via Phabricator via cfe-commits
- r350785 - [X86] Really make the pointer arguments to avx512 gather/scatter intrinsics 'void*' to match gcc and Intel's documentation.
Craig Topper via cfe-commits
- [PATCH] D56523: Improve a -Wunguarded-availability note
Erik Pilkington via Phabricator via cfe-commits
- [PATCH] D56525: [AMDGPU] Separate feature dot-insts
Stanislav Mekhanoshin via Phabricator via cfe-commits
- [PATCH] D50106: [libc++] Fix tuple assignment from type derived from a tuple-like
Louis Dionne via Phabricator via cfe-commits
- [libunwind] r350787 - Revert "[Sparc] Add Sparc V8 support"
Jorge Gorbe Moya via cfe-commits
- [PATCH] D56529: [X86] Add versions of the avx512 gather intrinsics that take the mask as a vXi1 vector instead of a scalar (clang side)
Craig Topper via Phabricator via cfe-commits
- [PATCH] D56530: [X86] Add versions of the avx512 gather intrinsics that take the mask as a vXi1 vector instead of a scalar (clang side)
Craig Topper via Phabricator via cfe-commits
- [PATCH] D56532: [clang-tidy] Add the abseil-duration-conversion-cast check
Hyrum Wright via Phabricator via cfe-commits
- r350792 - Refactor declarations of ASTContext allocate functions into its own header.
Richard Trieu via cfe-commits
- r350794 - [AMDGPU] Separate feature dot-insts
Stanislav Mekhanoshin via cfe-commits
- [PATCH] D47819: [compiler-rt] [test] Support using libtirpc on Linux
Michał Górny via Phabricator via cfe-commits
- [clang-tools-extra] r350797 - Remove unnecessary include.
Richard Trieu via cfe-commits
- [PATCH] D55662: [Sema] If CheckPlaceholderExpr rewrites a placeholder expression when the type of an auto variable is being deduced, use the rewritten expression when performing initialization of the variable.
Akira Hatanaka via Phabricator via cfe-commits
- [PATCH] D54996: [libclang] Fix clang_Cursor_isAnonymous
Nikolai Kosjar via Phabricator via cfe-commits
- [clang-tools-extra] r350803 - [clangd] Don't store completion info if the symbol is not used for code completion.
Haojian Wu via cfe-commits
- r350805 - [libclang] Fix clang_Cursor_isAnonymous
Ivan Donchevskii via cfe-commits
- [clang-tools-extra] r350814 - [clang-tidy] Fix case of local variables in modernize-use-nodiscard checker
Jonas Toth via cfe-commits
- [PATCH] D56539: [clangd] Drop documentation in static index if symbols are not indexed for completion.
Haojian Wu via Phabricator via cfe-commits
- [PATCH] D56540: [clangd] Clean the cache of file statuses on vscode-clangd when clangd crashes.
Haojian Wu via Phabricator via cfe-commits
- r350817 - Correct the spelling of helpURI to helpUri.
Aaron Ballman via cfe-commits
- [PATCH] D56225: [HIP] Use nul instead of /dev/null when running on windows
Yaxun Liu via Phabricator via cfe-commits
- [PATCH] D56318: [HIP] Fix size_t for MSVC environment
Yaxun Liu via Phabricator via cfe-commits
- [PATCH] D53199: Fix the behavior of clang's -w flag.
James Y Knight via Phabricator via cfe-commits
- [PATCH] D50766: Fix false positive unsequenced access and modification warning in array subscript expression.
Mateusz Janek via Phabricator via cfe-commits
- [PATCH] D53928: Enable builtins necessary for SLEEF [AArch64] vectorized trigonometry libm functions
Stefan Teleman via Phabricator via cfe-commits
- [clang-tools-extra] r350847 - [clangd] Introduce loading of shards within auto-index
Kadir Cetinkaya via cfe-commits
- r350852 - [analyzer][CrossTU][NFC] Generalize to external definitions instead of external functions
Rafael Stahl via cfe-commits
- r350856 - Split -Wdelete-non-virtual-dtor into two groups
Erik Pilkington via cfe-commits
- [PATCH] D56552: [clang-tidy] update FunctionSizeCheck for D56444
Sam McCall via Phabricator via cfe-commits
- r350857 - [analyzer] [NFC] Move ObjKind into a separate top-level enum in RetainSummaryManager.
George Karpenkov via cfe-commits
- r350858 - [analyzer] [NFC] Track object type with ArgEffect in RetainCountChecker.
George Karpenkov via cfe-commits
- r350859 - [analyzer] [RetainCountChecker] [NFC] Remove redundant enum items *Msg, as the object type is already communicated by a separate field
George Karpenkov via cfe-commits
- r350860 - [analyzer] [RetainCountChecker] Remove obsolete "MakeCollectable" enum value
George Karpenkov via cfe-commits
- r350861 - [analyzer] [RetainCountChecker] Remove redundant enum UnarySummaryKind
George Karpenkov via cfe-commits
- r350862 - [analyzer] [RetainCountChecker] [NFC] Refactor the way attributes are handled
George Karpenkov via cfe-commits
- r350863 - [analyzer] [RetainCountChecker] [NFC] Another minor cleanup
George Karpenkov via cfe-commits
- r350864 - [analyzer] [RetainCountChecker] [NFC] Remove SummaryLog
George Karpenkov via cfe-commits
- r350865 - [analyzer] [NFC] Reduce redundancy in RetainSummaryManager by using a function
George Karpenkov via cfe-commits
- r350866 - [analyzer] [NFC] Reverse the argument order for "diff" in tests
George Karpenkov via cfe-commits
- r350867 - [analyzer] Quote the type of the leaked/problematic object in diagnostics for readability
George Karpenkov via cfe-commits
- r350868 - [analyzer] [NFC] [RetainCountChecker] Remove dead unused map
George Karpenkov via cfe-commits
- r350869 - [analyzer] Update the category name for RetainCountChecker reports
George Karpenkov via cfe-commits
- [PATCH] D56402: [analyzer] [NFC] [RetainCountChecker] Remove dead unused map
George Karpenkov via Phabricator via cfe-commits
- r350870 - [analyzer] [hotfix] Fix the tests
George Karpenkov via cfe-commits
- [PATCH] D41941: [WebAssembly] Change int_fast16_t to 32-bit
Dan Gohman via Phabricator via cfe-commits
- [PATCH] D53541: [COFF, ARM64] Do not emit x86_seh_recoverfp intrinsic
Mandeep Singh Grang via Phabricator via cfe-commits
- r350874 - Fix false positive unsequenced access and modification warning in array subscript expression.
Nicolas Lesser via cfe-commits
- [PATCH] D43540: [WebAssembly] Enable -Werror=strict-prototypes by default
Dan Gohman via Phabricator via cfe-commits
- r350877 - [SemaCXX] add -Woverride-init alias to -Winitializer-overrides
Nick Desaulniers via cfe-commits
- r350878 - fixup: sphinx warning
Nick Desaulniers via cfe-commits
- [PATCH] D49466: Initial implementation of -fmacro-prefix-map and -ffile-prefix-map
Dan McGregor via Phabricator via cfe-commits
- [PATCH] D56554: [ELF] Add '-z nognustack' opt to suppress emitting PT_GNU_STACK
Michał Górny via Phabricator via cfe-commits
- r350885 - [HIP] Use nul instead of /dev/null when running on windows
Yaxun Liu via cfe-commits
- r350887 - [Sema] Call CheckPlaceholderExpr to resolve typeof or decltype
Akira Hatanaka via cfe-commits
- [PATCH] D53153: [OpenCL] Mark kernel functions with default visibility
Scott Linder via Phabricator via cfe-commits
- [PATCH] D47819: [compiler-rt] [test] Disable sunrpc tests when rpc/xdr.h is missing
Michał Górny via Phabricator via cfe-commits
- r350890 - NFC: Change case of identifiers
Stephen Kelly via cfe-commits
- [PATCH] D54450: Get the correct range of tokens for preprocessor conditions
Miklos Vajna via Phabricator via cfe-commits
- [PATCH] D56555: Add Attribute to define nonlazy objc classes
Joe via Phabricator via cfe-commits
- r350891 - Correct the source range returned from preprocessor callbacks.
Aaron Ballman via cfe-commits
- [clang-tools-extra] r350892 - Update clang-tools-extra for r350891 from Clang.
Aaron Ballman via cfe-commits
- r350900 - Properly support -shared-libgcc.
Sterling Augustine via cfe-commits
- [PATCH] D55016: Correctly support -shared-libgcc.
Sterling Augustine via Phabricator via cfe-commits
- [PATCH] D56561: [Preprocessor] For missing file in framework add note about framework location.
Volodymyr Sapsai via Phabricator via cfe-commits
- [PATCH] D55039: [sema] Warn of mangling change if function parameters are noexcept.
Matt Davis via Phabricator via cfe-commits
- r350907 - [analyzer] pr38838, pr39976: Fix crash on diagnosing before implicit destructor.
Artem Dergachev via cfe-commits
- [PATCH] D56042: [analyzer] pr38838, pr39976: Fix a crash on emitting diagnostics before destructor.
Phabricator via Phabricator via cfe-commits
- r350909 - [WebAssembly] Add unimplemented-simd128 feature, gate builtins
Thomas Lively via cfe-commits
- r350912 - Add an explicit initializer to silence a -Wmissing-field-initializers diagnostic; NFC.
Aaron Ballman via cfe-commits
- [PATCH] D56571: [RFC prototype] Implementation of asm-goto support in LLVM
Craig Topper via Phabricator via cfe-commits
- r350913 - Fix header issues.
Richard Trieu via cfe-commits
- r350914 - [AST] Remove ASTContext from getThisType (NFC)
Brian Gesiak via cfe-commits
- r350915 - Remember to instantiate explicit template argument lists in a friend
Richard Smith via cfe-commits
- [clang-tools-extra] r350916 - Adapt to CXXMethodDecl::getThisType change (NFC)
Brian Gesiak via cfe-commits
- [PATCH] D3853: Begin implementing Plan 9 C extensions.
Richard Smith - zygoloid via Phabricator via cfe-commits
- r350917 - [Sema] If CheckPlaceholderExpr rewrites the initializer of an auto
Akira Hatanaka via cfe-commits
- r350920 - [Sema] Make canPassInRegisters return true if the CXXRecordDecl passed
Akira Hatanaka via cfe-commits
- [clang-tools-extra] r350922 - [clang-tidy] new check 'readability-redundant-preprocessor'
Miklos Vajna via cfe-commits
- [PATCH] D56581: [ASTImporter] Set the described template if not set
Gabor Marton via Phabricator via cfe-commits
- [PATCH] D54349: [clang-tidy] new check 'readability-redundant-preprocessor'
Miklos Vajna via Phabricator via cfe-commits
- [PATCH] D56563: [clang-tidy] add options documentation to readability-identifier-naming checker
MyDeveloperDay via Phabricator via cfe-commits
- [PATCH] D56585: [clang-tidy] Treat references to smart pointers correctly in use-after-move.
Martin Böhme via Phabricator via cfe-commits
- [PATCH] D55256: [clangd] Support clang-tidy configuration in clangd.
Haojian Wu via Phabricator via cfe-commits
- [PATCH] D56592: [clangd] Do not override contents of the shards without modification
Kadir Cetinkaya via Phabricator via cfe-commits
- [PATCH] D46421: [analyzer][CrossTU] Extend CTU to VarDecls with initializer
Rafael Stahl via Phabricator via cfe-commits
- [PATCH] D56597: [clangd] Add Limit parameter for xref.
Haojian Wu via Phabricator via cfe-commits
- r350933 - Silence -Wsign-compare in unittests
Bjorn Pettersson via cfe-commits
- r350934 - Implementation Feature Test Macros for P0722R3
Chris Kennelly via cfe-commits
- [PATCH] D55741: Implementation Feature Test Macros for P0722R3
Chris Kennelly via Phabricator via cfe-commits
- [PATCH] D56607: [clang] [NetBSD] Enable additional sanitizer types
Michał Górny via Phabricator via cfe-commits
- [PATCH] D56608: [Darwin][Driver] Don't pass a file as object_path_lto during ThinLTO
Steven Wu via Phabricator via cfe-commits
- [PATCH] D53699: [ASTImporter] Fix inequality of functions with different attributes
Shafik Yaghmour via Phabricator via cfe-commits
- r350941 - Fix a pair of Wfallthrough warnings in ScanfFormatString.
Erich Keane via cfe-commits
- r350942 - [attributes] Extend os_returns_(not_?)_retained attributes to parameters
George Karpenkov via cfe-commits
- r350946 - [analyzer] [NFC] Fix the FIXME in tests
George Karpenkov via cfe-commits
- [PATCH] D56267: [clangd] Interfaces for writing code actions
Ilya Biryukov via Phabricator via cfe-commits
- [PATCH] D56610: [clangd] A code action to qualify an unqualified name
Ilya Biryukov via Phabricator via cfe-commits
- [PATCH] D56611: [clangd] A code action to swap branches of an if statement
Ilya Biryukov via Phabricator via cfe-commits
- r350949 - [LTO] Add option to enable LTOUnit splitting, and disable unless needed
Teresa Johnson via cfe-commits
- [PATCH] D56612: [clangd] A code action to remove 'using namespace'
Ilya Biryukov via Phabricator via cfe-commits
- r350952 - [MergeFunc] Update clang test for r350939
Vedant Kumar via cfe-commits
- r350954 - [test] Update support for Exynos M4 (NFC)
Evandro Menezes via cfe-commits
- r350955 - [Bug 39548][Clang] PGO bootstrap fails with python3: errors in perf-helper.py
Serge Guelton via cfe-commits
- r350957 - [ASTDump] Add utility for dumping a label with child nodes
Stephen Kelly via cfe-commits
- r350958 - Implement Attr dumping in terms of visitors
Stephen Kelly via cfe-commits
- r350970 - [Darwin][Driver] Don't pass a file as object_path_lto during ThinLTO
Steven Wu via cfe-commits
- r350981 - [analyzer] Introduce a convenience method for getting a CallEvent from an arbitrary Stmt
George Karpenkov via cfe-commits
- r350982 - [analyzer] Support for OSObjects out parameters in RetainCountChecker
George Karpenkov via cfe-commits
- [PATCH] D56620: [COFF, ARM64] Include stdlib.h in arm64intr.h
Mandeep Singh Grang via Phabricator via cfe-commits
- r350984 - NFC: Port loop to cxx_range_for
Stephen Kelly via cfe-commits
- [PATCH] D55616: Emit ASM input in a constant context
George Karpenkov via Phabricator via cfe-commits
- [PATCH] D56353: Replace cc1 options '-mdisable-fp-elim' and '-momit-leaf-frame-pointer' with'-mframe-pointer='
Yuanfang Chen via Phabricator via cfe-commits
- [PATCH] D56631: [MSVC Compat] Fix typo correction for inclusion directives.
Volodymyr Sapsai via Phabricator via cfe-commits
- [PATCH] D56632: [analyzer] Track region liveness only through base regions.
Artem Dergachev via Phabricator via cfe-commits
- [PATCH] D55868: [Fixed Point Arithmetic] Fixed Point Addition Constant Expression Evaluation
Leonard Chan via Phabricator via cfe-commits
- r351002 - [NetBSD] Enable additional sanitizer types
Michal Gorny via cfe-commits
- r351007 - [analyzer] Fix unused variable warnings in Release builds
Benjamin Kramer via cfe-commits
- r351011 - [ASTDump] Change parameter to StringRef
Stephen Kelly via cfe-commits
- r351012 - Implement TemplateArgument dumping in terms of Visitor
Stephen Kelly via cfe-commits
- r351014 - [ASTDump] NFC: Move dump of individual Stmts to TextNodeDumper
Stephen Kelly via cfe-commits
- [PATCH] D55340: NFC: Move dump of individual Stmts to TextNodeDumper
Stephen Kelly via Phabricator via cfe-commits
- r351015 - NFC: Make utility private
Stephen Kelly via cfe-commits
- [PATCH] D56639: NFC: Move Type Visit implementation to TextNodeDumper
Stephen Kelly via Phabricator via cfe-commits
- [PATCH] D56640: NFC: Canonicalize handling of TypeLocInfo
Stephen Kelly via Phabricator via cfe-commits
- [PATCH] D56641: NFC: Move dumping of QualType node to TextNodeDumper
Stephen Kelly via Phabricator via cfe-commits
- [PATCH] D56642: NFC: Move dump of type nodes to NodeDumper
Stephen Kelly via Phabricator via cfe-commits
- [PATCH] D55250: [clangd] Enhance macro hover to see full definition
Marc-Andre Laperle via Phabricator via cfe-commits
- [PATCH] D55394: Re-order type param children of ObjC nodes
Stephen Kelly via Phabricator via cfe-commits
- [PATCH] D56643: NFC: Move Decl node handling to TextNodeDumper
Stephen Kelly via Phabricator via cfe-commits
- [PATCH] D56644: [clang-tidy] readability-container-size-empty handle std::string length()
Dmitry Venikov via Phabricator via cfe-commits
- [PATCH] D56646: [OpenCL] opencl-c.h: read_image*(): sampler-less, and image{1, 2}d_array_t variants are OpenCL-1.2+, mark them as such
Roman Lebedev via Phabricator via cfe-commits
- [PATCH] D56647: [WIP] [ELF] Implement --copy-dt-needed-entries
Michał Górny via Phabricator via cfe-commits
- [PATCH] D55793: [clang-tidy] Add duplicated access specifier readability check (PR25403)
Mateusz Maćkowski via Phabricator via cfe-commits
- [PATCH] D56650: [lld] [ELF] Support inferring target triple from filename
Michał Górny via Phabricator via cfe-commits
- [PATCH] D56651: [ASTImporter] Fix importing OperatorDelete from CXXConstructorDecl
Raphael Isemann via Phabricator via cfe-commits
- [PATCH] D56652: [CMake][Fuchsia] Synchronize first and second stage builds
Petr Hosek via Phabricator via cfe-commits
- r351029 - [X86] Remove mask parameter from vpshufbitqmb intrinsics. Change result to a vXi1 vector.
Craig Topper via cfe-commits
Last message date:
Sun Jan 13 18:43:41 PST 2019
Archived on: Sun Jan 13 18:40:08 PST 2019
This archive was generated by
Pipermail 0.09 (Mailman edition).