This revision was automatically updated to reflect the committed changes.
Closed by commit rC348200: [analyzer] Dump stable identifiers for objects under
construction. (authored by dergachev, committed by ).
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D54459/new/
This revision was automatically updated to reflect the committed changes.
Closed by commit rC348201: [analyzer] Rename MisusedMovedObjectChecker to
MoveChecker (authored by dergachev, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D54556?vs=174123&id=176484#toc
Repository:
This revision was automatically updated to reflect the committed changes.
Closed by commit rL348208: [analyzer] MoveChecker: NFC: Remove the workaround
for the "zombie symbols" bug. (authored by dergachev, committed by ).
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https:/
This revision was automatically updated to reflect the committed changes.
Closed by commit rC348210: [analyzer] MoveChecker: Restrict to locals and std::
objects. (authored by dergachev, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D54557?vs=174475&id=176491#toc
Repository
This revision was automatically updated to reflect the committed changes.
Closed by commit rC348229: [analyzer] MoveChecker: Improve warning and note
messages. (authored by dergachev, committed by ).
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D54560/new/
https:/
This revision was automatically updated to reflect the committed changes.
Closed by commit rC348235: [analyzer] MoveChecker: Add more common state
resetting methods. (authored by dergachev, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D54563?vs=176512&id=176537#toc
Reposit
This revision was automatically updated to reflect the committed changes.
Closed by commit rL348276: [AST][NFC] Make ArrayTypeTraitExpr non polymorphic
(authored by brunoricci, committed by ).
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews.llvm.org/D55221?vs=1
This revision was automatically updated to reflect the committed changes.
Closed by commit rC348278: [AST] Assert that no statement/expression class is
polymorphic (authored by brunoricci, committed by ).
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55222/new/
ht
This revision was automatically updated to reflect the committed changes.
Closed by commit rL348281: [AST] Assert that no type class is polymorphic
(authored by brunoricci, committed by ).
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews.llvm.org/D55225?vs=17641
This revision was automatically updated to reflect the committed changes.
Closed by commit rC348365: Move detection of libc++ include dirs to Driver on
MacOS (authored by ibiryukov, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D54630?vs=174358&id=176805#toc
Repository:
r
This revision was automatically updated to reflect the committed changes.
Closed by commit rC348382: [OpenCL] Diagnose conflicting address spaces in
templates. (authored by stulova, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D55127?vs=176793&id=176841#toc
Repository:
r
This revision was automatically updated to reflect the committed changes.
Closed by commit rC348384: [Basic] Cleanups in IdentifierInfo following the
removal of PTH (authored by brunoricci, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D54866?vs=175143&id=176843#toc
Reposit
This revision was automatically updated to reflect the committed changes.
Closed by commit rC348387: [CodeComplete] Fix a crash in access checks of inner
classes (authored by ibiryukov, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D55260?vs=176823&id=176847#toc
Repository:
This revision was automatically updated to reflect the committed changes.
Closed by commit rC348394: Mention changes to libc++ include dir lookup in
release notes. (authored by ibiryukov, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D55322?vs=176809&id=176854#toc
Repositor
This revision was automatically updated to reflect the committed changes.
Closed by commit rL348515: Allow forwarding -fdebug-compilation-dir to cc1as
(authored by nico, committed by ).
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews.llvm.org/D55377?vs=177004&i
This revision was automatically updated to reflect the committed changes.
Closed by commit rL348590: [CodeComplete] Fix assertion failure (authored by
ibiryukov, committed by ).
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews.llvm.org/D55331?vs=176836&id=177187
This revision was automatically updated to reflect the committed changes.
Closed by commit rL354864: [CodeComplete] Propagate preferred type for function
arguments in more cases (authored by ibiryukov, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed
This revision was automatically updated to reflect the committed changes.
Closed by commit rL354897: [X86] AMD znver2 enablement (authored by ggopala,
committed by ).
Changed prior to commit:
https://reviews.llvm.org/D58343?vs=187389&id=188391#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTI
This revision was automatically updated to reflect the committed changes.
Closed by commit rL354899: [X86] AMD znver2 enablement (authored by ggopala,
committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews.llvm.org/D58344?
This revision was automatically updated to reflect the committed changes.
Closed by commit rCTE354957: [clangd] Set thread priority on Windows (authored
by ibiryukov, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D58683?vs=188396&id=188505#toc
Repository:
rCTE Clang Tools
This revision was automatically updated to reflect the committed changes.
Closed by commit rL355054: [CodeGen] Fix some broken IR generated by
-fsanitize=unsigned-integer-overflow (authored by epilk, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed pr
This revision was automatically updated to reflect the committed changes.
Closed by commit rL355132: [clang-tidy] add OverrideMacro to
modernize-use-override check (authored by paulhoad, committed by ).
Herald added a project: LLVM.
Changed prior to commit:
https://reviews.llvm.org/D57087?vs=18
This revision was automatically updated to reflect the committed changes.
Closed by commit rL355266: [clang-format] clang-format off/on not respected
when using C Style comments (authored by paulhoad, committed by ).
Herald added a project: LLVM.
Changed prior to commit:
https://reviews.llvm.or
This revision was automatically updated to reflect the committed changes.
Closed by commit rC355450: [clang-format] broken after lambda with return type
template with boolean… (authored by paulhoad, committed by ).
Herald added a project: clang.
Changed prior to commit:
https://reviews.llvm.org
This revision was automatically updated to reflect the committed changes.
Closed by commit rL355486: [clang][OpenMP] Revert "OMPFlushClause is
synthetic, no such clause exists" (authored by lebedevri, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed p
This revision was automatically updated to reflect the committed changes.
Closed by commit rC355499: [PR40778] Add addr space conversion when binding
reference to a temporary. (authored by stulova, committed by ).
Herald added a project: clang.
Changed prior to commit:
https://reviews.llvm.org/
This revision was automatically updated to reflect the committed changes.
Closed by commit rC355608: [PR40778][Sema] Adjust addr space of operands in
builtin operators. (authored by stulova, committed by ).
Herald added a subscriber: kristina.
Herald added a project: clang.
Changed prior to commi
This revision was automatically updated to reflect the committed changes.
Closed by commit rL355609: [Sema] Change addr space diagnostics in casts to
follow C++ style. (authored by stulova, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to com
This revision was automatically updated to reflect the committed changes.
Closed by commit rC355862: Remove esan. (authored by nico, committed by ).
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Changed prior to commit:
https://reviews.llvm.org/D59133?vs=189858&id=190147
This revision was automatically updated to reflect the committed changes.
Closed by commit rL355915: [PR41007][OpenCL] Allow printf in C++ mode.
(authored by stulova, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews.
This revision was automatically updated to reflect the committed changes.
Closed by commit rC355987: [NFC][clang][PCH][ObjC] Add some missing
`VisitStmt(S);` (authored by lebedevri, committed by ).
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59197/new/
https://r
This revision was automatically updated to reflect the committed changes.
Closed by commit rL356029: [clang-format] [PR25010]
AllowShortIfStatementsOnASingleLine not working if an… (authored by paulhoad,
committed by ).
Herald added a reviewer: serge-sans-paille.
Herald added a project: LLVM.
Her
This revision was automatically updated to reflect the committed changes.
Closed by commit rL356031: [clang-format] [PR25010]
AllowShortIfStatementsOnASingleLine not working if an… (authored by paulhoad,
committed by ).
Changed prior to commit:
https://reviews.llvm.org/D59087?vs=190378&id=1903
This revision was automatically updated to reflect the committed changes.
Closed by commit rL356075: [Parse] Parse '#pragma clang attribute' as
an external-declaration (authored by epilk, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to commi
This revision was automatically updated to reflect the committed changes.
Closed by commit rC356118: [X86] Only define
__GCC_HAVE_SYNC_COMPARE_AND_SWAP_16 in 64-bit mode. (authored by ctopper,
committed by ).
Changed prior to commit:
https://reviews.llvm.org/D59287?vs=190376&id=190571#toc
Rep
This revision was automatically updated to reflect the committed changes.
Closed by commit rC356148: Objective-C++11: Support static_assert() in
@interface/@implementation ivar… (authored by nico, committed by ).
Herald added a project: clang.
Changed prior to commit:
https://reviews.llvm.org/D
This revision was automatically updated to reflect the committed changes.
Closed by commit rL356187: [Sema] Fix a use-after-free of a _Nonnull ParsedAttr
(authored by epilk, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://r
This revision was automatically updated to reflect the committed changes.
Closed by commit rL356222: [analyzer] Support C++17 aggregates with bases
without constructors. (authored by dergachev, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to
This revision was automatically updated to reflect the committed changes.
Closed by commit rC356223: [analyzer] RetainCount: A function isn't a
CFRetain if it takes no arguments. (authored by dergachev, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D59123?vs=189807&id=190762
This revision was automatically updated to reflect the committed changes.
Closed by commit rL356250: Make getFullyQualifiedName qualify both the pointee
and class type for member… (authored by d0k, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prio
This revision was automatically updated to reflect the committed changes.
Closed by commit rL356261: [clangd] Tune the fuzzy-matching algorithm (authored
by ibiryukov, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews
This revision was automatically updated to reflect the committed changes.
Closed by commit rC356277: [HIP-Clang] propagate -mllvm options to opt and llc
(authored by aaronenyeshi, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D59316?vs=190474&id=190850#toc
Repository:
rC
This revision was automatically updated to reflect the committed changes.
Closed by commit rC356397: [Sema] Add some compile time _FORTIFY_SOURCE
diagnostics (authored by epilk, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D58797?vs=190549&id=191142#toc
Repository:
rC Cl
This revision was automatically updated to reflect the committed changes.
Closed by commit rC356423: [X86] Add gcc rotate intrinsics to ia32intrin.h
(authored by ctopper, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D59346?vs=190943&id=191189#toc
Repository:
rC Clang
CH
This revision was automatically updated to reflect the committed changes.
Closed by commit rC356441: Refactor cast<>'s in if conditionals,
which can only assert on failure. (authored by dhinton, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D59529?vs=191228&id=191248#toc
Re
This revision was automatically updated to reflect the committed changes.
Closed by commit rC356450: [OpenCL] Improved testing of default header.
(authored by stulova, committed by ).
Herald added a project: clang.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D5948
This revision was automatically updated to reflect the committed changes.
Closed by commit rC356475: [Sema] Adjust addr space of reference operand in
compound assignment (authored by stulova, committed by ).
Herald added a subscriber: kristina.
Herald added a project: clang.
Repository:
rC Clan
This revision was automatically updated to reflect the committed changes.
Closed by commit rL356479: [OpenCL] Minor improvements in default header
testing (authored by stulova, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https:
This revision was automatically updated to reflect the committed changes.
Closed by commit rC356515: Add a spelling of pass_object_size that uses
__builtin_dynamic_object_size (authored by epilk, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D58757?vs=190917&id=191386#toc
R
This revision was automatically updated to reflect the committed changes.
Closed by commit rCTE356567: gn build: Add build files for some
clang-tools-extra (authored by nico, committed by ).
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Changed prior to commit:
https://
This revision was not accepted when it landed; it landed in state "Needs
Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rL356569: [NFC][clang][astdump] Some baseline tests for OpenMP
(authored by lebedevri, committed by ).
Herald added a projec
This revision was automatically updated to reflect the committed changes.
Closed by commit rC356575: [clang-format] structured binding in range for
detected as Objective C (authored by paulhoad, committed by ).
Herald added a project: clang.
Changed prior to commit:
https://reviews.llvm.org/D59
This revision was automatically updated to reflect the committed changes.
Closed by commit rL356580: [X86] Remove getCPUKindCanonicalName which is
unused. (authored by ctopper, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Repository:
rL LLVM
CHANGES SI
This revision was automatically updated to reflect the committed changes.
Closed by commit rL356599: [Sema] Deduplicate some availability checking logic
(authored by epilk, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://re
This revision was automatically updated to reflect the committed changes.
Closed by commit rL356609: [X86] Add __crc32b/__crc32w/__crc32d/__crc32q
intrinsics to match gcc and icc. (authored by ctopper, committed by ).
Herald added subscribers: llvm-commits, jdoerfert.
Herald added a project: LLVM.
This revision was not accepted when it landed; it landed in state "Needs
Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rL356613: [clang-format] BeforeHash added to
IndentPPDirectives (authored by paulhoad, committed by ).
Herald added a projec
This revision was automatically updated to reflect the committed changes.
Closed by commit rL356634: [CFG] [analyzer] pr41142: C++17: Skip transparent
InitListExprs in constructors. (authored by dergachev, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Chan
This revision was automatically updated to reflect the committed changes.
Closed by commit rC356662: [clang-format] Add basic support for formatting C#
files (authored by paulhoad, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D58404?vs=191654&id=191669#toc
Repository:
rC
This revision was automatically updated to reflect the committed changes.
Closed by commit rL356674: [ASTMatchers][OpenMP] Add base
ompExecutableDirective() matcher. (authored by lebedevri, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to com
This revision was automatically updated to reflect the committed changes.
Closed by commit rL356675: [ASTTypeTraits][ASTMatchers][OpenMP] OMPClause
handling (authored by lebedevri, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to commit:
ht
This revision was automatically updated to reflect the committed changes.
Closed by commit rL356676: [ASTMatchers][OpenMP] OpenMP
Structured-block-related matchers (authored by lebedevri, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to commi
This revision was automatically updated to reflect the committed changes.
Closed by commit rC356689: [X86] Add __popcntd and __popcntq to ia32intrin.h to
match gcc and icc. Remove… (authored by ctopper, committed by ).
Herald added a project: clang.
Changed prior to commit:
https://reviews.llvm
This revision was automatically updated to reflect the committed changes.
Closed by commit rL356706: [Driver] Pass -malign-double from the driver to the
cc1 command line (authored by ctopper, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to c
This revision was automatically updated to reflect the committed changes.
Closed by commit rL356709: [X86] Correct the value of MaxAtomicInlineWidth for
pre-586 cpus (authored by ctopper, committed by ).
Herald added a project: LLVM.
Changed prior to commit:
https://reviews.llvm.org/D59566?vs=1
This revision was automatically updated to reflect the committed changes.
Closed by commit rL356743: [Tooling] Avoid working-dir races in
AllTUsToolExecutor (authored by ibiryukov, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to commit:
ht
This revision was automatically updated to reflect the committed changes.
Closed by commit rL356800: [clang-tidy] A new OpenMP module (authored by
lebedevri, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews.llvm.org/
This revision was automatically updated to reflect the committed changes.
Closed by commit rCTE356802: [clang-tidy] openmp-exception-escape - a new check
(authored by lebedevri, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D59466?vs=191911&id=191929#toc
Repository:
rCTE
This revision was automatically updated to reflect the committed changes.
Closed by commit rCTE356799: [NFC] ExceptionEscapeCheck: small refactoring
(authored by lebedevri, committed by ).
Repository:
rCTE Clang Tools Extra
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59650/new/
http
This revision was automatically updated to reflect the committed changes.
Closed by commit rCTE356801: [clang-tidy] openmp-use-default-none - a new check
(authored by lebedevri, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D57113?vs=191918&id=191927#toc
Repository:
rCTE
This revision was automatically updated to reflect the committed changes.
Closed by commit rL356833: [clang-format] correctly format protobuf fields
named "enum". (authored by paulhoad, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Repository:
rL LLVM
C
This revision was automatically updated to reflect the committed changes.
Closed by commit rL356834: Clang-format: add finer-grained options for putting
all arguments on one line (authored by paulhoad, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed
This revision was automatically updated to reflect the committed changes.
Closed by commit rL356835: [clang-format] Keep protobuf "package"
statement on one line (authored by paulhoad, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Repository:
rL LLVM
CH
This revision was automatically updated to reflect the committed changes.
Closed by commit rC356842: Sync some doc changes ClangFormatStyleOptions.rst
with doc comments in `Format. (authored by sylvestre, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D58186?vs=192002&id=1920
This revision was automatically updated to reflect the committed changes.
Closed by commit rC356848: [X86] Add BSR/BSF/BSWAP intrinsics to ia32intrin.h
to match gcc. (authored by ctopper, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D59682?vs=192010&id=192017#toc
Repositor
This revision was automatically updated to reflect the committed changes.
Closed by commit rCTE356880: [clangd] Send empty diagnostics when a file is
closed (authored by ibiryukov, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D59757?vs=192062&id=192064#toc
Repository:
rC
This revision was automatically updated to reflect the committed changes.
Closed by commit rC356888: [OpenCL] Allow addr space spelling without __ prefix
in C++. (authored by stulova, committed by ).
Herald added a project: clang.
Changed prior to commit:
https://reviews.llvm.org/D59603?vs=1916
This revision was automatically updated to reflect the committed changes.
Closed by commit rCTE356916: [clangd] Add .cu files to VSCode extension
(authored by ibiryukov, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D59759?vs=192109&id=192124#toc
Repository:
rCTE Clang To
This revision was automatically updated to reflect the committed changes.
Closed by commit rL356925: [Sema][NFCI] Don't allocate storage for the
various CorrectionCandidateCallback… (authored by brunoricci, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Cha
This revision was automatically updated to reflect the committed changes.
Closed by commit rL356931: clang -dumpversion returns 4.2.1 for legacy reason,
update it (authored by sylvestre, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Repository:
rL LLVM
This revision was automatically updated to reflect the committed changes.
Closed by commit rC356953: [WebAssembly] Don't use default GetLinkerPath
(authored by sbc, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D59743?vs=192126&id=192201#toc
Repository:
rC Clang
CHANGES
This revision was automatically updated to reflect the committed changes.
Closed by commit rL356957: [Sema] Don't check for array bounds when the
types in the base expression are… (authored by brunoricci, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Chang
This revision was automatically updated to reflect the committed changes.
Closed by commit rC356969: [CFG] [analyzer] pr41142: C++17: Skip transparent
InitListExprs in ExprEngine. (authored by dergachev, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D59622?vs=191606&id=19222
This revision was automatically updated to reflect the committed changes.
Closed by commit rL357042: gn build: Add build files for clang-include-fixer
and find-all-symbols (authored by nico, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D59838?vs=192334&id=192387#toc
Reposi
This revision was automatically updated to reflect the committed changes.
Closed by commit rL357162: [PR41247] Fixed parsing of private keyword in C++.
(authored by stulova, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://r
This revision was automatically updated to reflect the committed changes.
Closed by commit rL357182: gn build: Add some build files for clangd (authored
by nico, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D59899?vs=192509&id=192663#toc
Repository:
rL LLVM
CHANGES SINC
This revision was automatically updated to reflect the committed changes.
Closed by commit rL357231: Add .py extension to clang-tools-extra lit cfg files
(authored by nico, committed by ).
Herald added subscribers: llvm-commits, mstorsjo.
Herald added a project: LLVM.
Changed prior to commit:
h
This revision was automatically updated to reflect the committed changes.
Closed by commit rCTE357232: gn build: Add check-clang-tools to run
clang-tools-extra lit tests (authored by nico, committed by ).
Herald added a project: clang.
Changed prior to commit:
https://reviews.llvm.org/D59955?vs
This revision was automatically updated to reflect the committed changes.
Closed by commit rC357323: [analyzer] Introduce a simplified API for adding
custom path notes. (authored by dergachev, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D58367?vs=192502&id=192932#toc
Repo
This revision was automatically updated to reflect the committed changes.
Closed by commit rC357325: [analyzer] PR37501: Disable assertion for logical op
short circuit evaluation. (authored by dergachev, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D59857?vs=192390&id=19293
This revision was automatically updated to reflect the committed changes.
Closed by commit rC357326: [analyzer] Move taint API from ProgramState to a
separate header. NFC. (authored by dergachev, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D59861?vs=192919&id=192934#toc
R
This revision was automatically updated to reflect the committed changes.
Closed by commit rL357329: [analyzer] PR41239: Fix a crash on invalid source
location in… (authored by dergachev, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to commi
This revision was not accepted when it landed; it landed in state "Needs
Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rL357335: [analyzer] MIGChecker: Add support for more
deallocator APIs. (authored by dergachev, committed by ).
Herald added
This revision was automatically updated to reflect the committed changes.
Closed by commit rC357345: [clang-format] [PR41187] moves Java import
statements to the wrong location if… (authored by paulhoad, committed by ).
Herald added a project: clang.
Changed prior to commit:
https://reviews.llv
This revision was automatically updated to reflect the committed changes.
Closed by commit rL357369: gn build: Add build files for most clang-tools-extra
unit tests (authored by nico, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D60038?vs=192995&id=193019#toc
Repository:
This revision was not accepted when it landed; it landed in state "Needs
Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rL357371: Spelling correction for docs for
cppcoreguidelines-owning-memory (authored by sylvestre, committed by ).
Herald ad
This revision was automatically updated to reflect the committed changes.
Closed by commit rL357454: [clangd] Use capacity() instead of size() in
RefSlab::bytes() (authored by ibiryukov, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to commit
This revision was automatically updated to reflect the committed changes.
Closed by commit rL357476: gn build: Add build files for non-framework xpc
clangd bits (authored by nico, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D60124?vs=193264&id=193290#toc
Repository:
rL
This revision was automatically updated to reflect the committed changes.
Closed by commit rC357501: [os_log] Mark os_log_helper `nounwind` (authored by
vedantk, committed by ).
Herald added a project: clang.
Changed prior to commit:
https://reviews.llvm.org/D60108?vs=193217&id=193322#toc
Repo
This revision was automatically updated to reflect the committed changes.
Closed by commit rC357515: [CodeGen] Fix a regression by emitting lambda
expressions in EmitLValue (authored by epilk, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D60099?vs=193179&id=193347#toc
Repo
This revision was automatically updated to reflect the committed changes.
Closed by commit rC357516: [Sema] Fix a use-after-deallocate of a ParsedAttr
(authored by epilk, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D60101?vs=193185&id=193348#toc
Repository:
rC Clang
CH
601 - 700 of 1748 matches
Mail list logo