This revision was automatically updated to reflect the committed changes.
Closed by commit rC343388: [X86] Add more of the icc unaligned load/store
to/from 128 bit vector intrinsics (authored by ctopper, committed by ).
Repository:
rC Clang
https://reviews.llvm.org/D52665
Files:
lib/Headers
This revision was automatically updated to reflect the committed changes.
Closed by commit rL343579: [AST] Pack the bit-fields of FunctionProtoType into
Type. (authored by brunoricci, committed by ).
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews.llvm.org/D527
This revision was automatically updated to reflect the committed changes.
Closed by commit rC343631: [analyzer] Fix symbol discovery in
nonloc::LocAsInteger values. (authored by dergachev, committed by ).
Repository:
rC Clang
https://reviews.llvm.org/D52667
Files:
lib/StaticAnalyzer/Core/SV
This revision was automatically updated to reflect the committed changes.
Closed by commit rL343632: [analyzer] Promote StdCLibraryFunctionsChecker to
the apiModeling category. (authored by dergachev, committed by ).
Herald added a subscriber: llvm-commits.
Repository:
rL LLVM
https://reviews.
This revision was automatically updated to reflect the committed changes.
Closed by commit rL343761: [constexpr] Fix ICE when memcpy() is given a pointer
to an incomplete array (authored by petr.pavlu, committed by ).
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://rev
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 rL343872: clang-format: Don't insert spaces in front of
:: for Java 8 Method References. (authored by nico, committed by ).
This revision was automatically updated to reflect the committed changes.
Closed by commit rL343990: [CMake] Link to compiler-rt if
LIBUNWIND_USE_COMPILER_RT is ON. (authored by cdavis, committed by ).
Herald added a subscriber: llvm-commits.
Repository:
rL LLVM
https://reviews.llvm.org/D51657
This revision was automatically updated to reflect the committed changes.
Closed by commit rL344017: [analyzer] Support Reinitializes attribute in
MisusedMovedObject check (authored by xazax, committed by ).
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews.llvm.
This revision was automatically updated to reflect the committed changes.
Closed by commit rL352803: Make clang/test/Index/pch-from-libclang.c pass in
more places (authored by nico, committed by ).
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews.llvm.org/D57345
This revision was automatically updated to reflect the committed changes.
Closed by commit rL352838: Fix isInSystemMacro to handle pasted macros
(authored by serge_sans_paille, committed by ).
Herald added a project: LLVM.
Changed prior to commit:
https://reviews.llvm.org/D55782?vs=184275&id=18
This revision was automatically updated to reflect the committed changes.
Closed by commit rC352862: Disable tidy checks with too many hits (authored by
ibiryukov, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D57573?vs=184714&id=184715#toc
Repository:
rC Clang
CHANGES S
This revision was automatically updated to reflect the committed changes.
Closed by commit rL352881: [CMake] External compiler-rt-configure requires
LLVMTestingSupport when… (authored by stefan.graenitz, committed by ).
Herald added a project: LLVM.
Repository:
rL LLVM
CHANGES SINCE LAST ACTIO
This revision was automatically updated to reflect the committed changes.
Closed by commit rC352882: [AST][OpenMP] OpenMP Sections / Section constructs
contain Structured blocks (authored by lebedevri, committed by ).
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D5
This revision was automatically updated to reflect the committed changes.
Closed by commit rL352971: Replace uses of %T with %t in from previous frontend
test differential (authored by nico, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to co
This revision was automatically updated to reflect the committed changes.
Closed by commit rC352972: [NewPM] Add support for new-PM plugins to clang
(authored by pfaffe, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D56935?vs=183715&id=184922#toc
Repository:
rC Clang
CHA
This revision was automatically updated to reflect the committed changes.
Closed by commit rC353003: [ASTDump] Add a flag indicating whether a
CXXThisExpr is implicit (authored by brunoricci, committed by ).
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57649/new/
This revision was automatically updated to reflect the committed changes.
Closed by commit rL353006: [AST] Update the comments of the various
Expr::Ignore* + Related cleanups (authored by brunoricci, 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 rC353090: [NewPM][MSan] Add Options Handling (authored by
pfaffe, committed by ).
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Changed prior to commit:
https://reviews.llvm.org/D
This revision was automatically updated to reflect the committed changes.
Closed by commit rC353115: [SemaObjC] Don't infer the availabilty of +new
from -init if the receiver has… (authored by epilk, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D57712?vs=185150&id=185175#to
This revision was automatically updated to reflect the committed changes.
Closed by commit rL353116: [OBJC] Add attribute to mark Objective C class as
non-lazy (authored by joseph_daniels, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to comm
This revision was automatically updated to reflect the committed changes.
Closed by commit rL353142: [X86] Change MS inline asm clobber list filter to
check for 'fpsr' instead of… (authored by ctopper, committed by ).
Herald added a project: LLVM.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
This revision was automatically updated to reflect the committed changes.
Closed by commit rC353160: Fix ICE on reference binding with mismatching addr
spaces. (authored by stulova, committed by ).
Herald added a project: clang.
Changed prior to commit:
https://reviews.llvm.org/D57524?vs=185024
This revision was automatically updated to reflect the committed changes.
Closed by commit rCTE353295: [clangd] Enable clangd on Objective-C in VSCode
(authored by ibiryukov, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D57813?vs=185518&id=185534#toc
Repository:
rCTE Cla
This revision was automatically updated to reflect the committed changes.
Closed by commit rL353296: [clangd] Update dev dependencies of clangd-vscode
(authored by ibiryukov, 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 rL353327: [clang-tidy] modernize-avoid-c-arrays: avoid main
function (PR40604) (authored by lebedevri, 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 rL353353: [analyzer] Canonicalize declarations within variable
regions. (authored by dergachev, 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 rC353371: Got rid of the `Z3ConstraintManager` class (authored
by mramalho, committed by ).
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Changed prior to commit:
https://reviews.
This revision was automatically updated to reflect the committed changes.
Closed by commit rC353372: Moved the whole SMT API to a single file. NFC.
(authored by mramalho, committed by ).
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Changed prior to commit:
https://revi
This revision was automatically updated to reflect the committed changes.
Closed by commit rC353373: Move the SMT API to LLVM (authored by mramalho,
committed by ).
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Changed prior to commit:
https://reviews.llvm.org/D54978?vs
This revision was automatically updated to reflect the committed changes.
Closed by commit rL353431: [OpenCL][PR40603] In C++ preserve compatibility with
OpenCL C v2.0 (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 rL353535: [clang-tidy] Add options to
bugprone-argument-comment to add missing argument… (authored by paulhoad,
committed by ).
Herald added a project: LLVM.
Changed prior to commit:
https://reviews.llvm
This revision was automatically updated to reflect the committed changes.
Closed by commit rC353555: [X86] Add explicit alignment to
__m128/__m128i/__m128d/etc. to allow matching… (authored by ctopper, committed
by ).
Changed prior to commit:
https://reviews.llvm.org/D57961?vs=185996&id=186015
This revision was automatically updated to reflect the committed changes.
Closed by commit rL353578: -gmodules: Don't emit incomplete breadcrumbs
pointing to nonexistant PCM files. (authored by adrian, 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 rL353583: [analyzer] CStringSyntaxChecks: Fix an off-by-one
error in the strlcat() check. (authored by dergachev, 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 rL353707: [tools] Fix python DeprecationWarning: invalid
escape sequence (authored by serge_sans_paille, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior
This revision was automatically updated to reflect the committed changes.
Closed by commit rC353744: Fix a few tests that were missing ':' on
CHECK lines and weren't testing… (authored by nico, committed by ).
Herald added a project: clang.
Changed prior to commit:
https://reviews.llvm.org/D580
This revision was automatically updated to reflect the committed changes.
Closed by commit rL353765: Add a new attribute, fortify_stdlib (authored by
epilk, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews.llvm.org/D
This revision was automatically updated to reflect the committed changes.
Closed by commit rC353840: [Sema] Fix a crash in access checking for deduction
guides (authored by ibiryukov, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D58111?vs=186447&id=186450#toc
Repository:
This revision was automatically updated to reflect the committed changes.
Closed by commit rC353880: [HIP] Handle compile -m options and propagate into
LLC (authored by aaronenyeshi, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D57977?vs=186528&id=186534#toc
Repository:
This revision was automatically updated to reflect the committed changes.
Closed by commit rC353976: [Sema] Delay checking whether
objc_designated_initializer is being applied to… (authored by epilk, committed
by ).
Changed prior to commit:
https://reviews.llvm.org/D58152?vs=186712&id=186717#t
This revision was automatically updated to reflect the committed changes.
Closed by commit rL354009: Print a note to the called macro when diagnosing
err_embedded_directive (authored by nico, 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 rC354035: [Sema] Fix a regression introduced in
"[AST][Sema] Remove CallExpr::setNumArgs" (authored by brunoricci,
committed by ).
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.o
This revision was automatically updated to reflect the committed changes.
Closed by commit rC354056: [CodeGenObjC] Emit [[X alloc] init] as
objc_alloc_init(X) when available (authored by epilk, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D57936?vs=186784&id=186894#toc
Rep
This revision was automatically updated to reflect the committed changes.
Closed by commit rL354057: Stop enabling clang-tools-extra automatically when
clang is in… (authored by nico, committed by ).
Herald added a project: LLVM.
Changed prior to commit:
https://reviews.llvm.org/D58157?vs=18655
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 rL354074: [Sema] Fix-up a -Wfloat-conversion diagnostic
(authored by epilk, committed by ).
Herald added a project: LLVM.
He
This revision was automatically updated to reflect the committed changes.
Closed by commit rC354190: [Sema] Diagnose floating point conversions based on
target semantics (authored by epilk, committed by ).
Herald added a project: clang.
Changed prior to commit:
https://reviews.llvm.org/D58254?v
This revision was automatically updated to reflect the committed changes.
Closed by commit rL354215: [AST] Factor out the logic of the various
Expr::Ignore* (authored by brunoricci, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to commit:
h
This revision was automatically updated to reflect the committed changes.
Closed by commit rC354222: [RISCV] Default enable RISCV linker relaxation
(authored by shiva, committed by ).
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D47127/new/
https://reviews.llvm.or
This revision was automatically updated to reflect the committed changes.
Closed by commit rL354349: [clangd] Add an option in the code to not display
number of fixes (authored by ibiryukov, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to co
This revision was automatically updated to reflect the committed changes.
Closed by commit rL354505: [clangd] Store index in '.clangd/index'
instead of '.clangd-index' (authored by ibiryukov, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D58440?vs=187627&id=187629#toc
Repos
This revision was automatically updated to reflect the committed changes.
Closed by commit rL354507: [clangd] Fix a crash in Selection (authored by
ibiryukov, 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 rL354530: [attributes] Add an attribute for server routines in
Mach kernel and extensions. (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 rL354546: [NFC] Always initialize all members in ABIArgInfo
(authored by serge_sans_paille, committed by ).
Herald added a project: LLVM.
Changed prior to commit:
https://reviews.llvm.org/D57523?vs=184529
This revision was automatically updated to reflect the committed changes.
Closed by commit rC354635: [analyzer] MIGChecker: A checker for Mach Interface
Generator conventions. (authored by dergachev, committed by ).
Herald added a subscriber: cfe-commits.
Changed prior to commit:
https://review
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 rL354641: [analyzer] MIGChecker: Improve intermediate
diagnostic notes. (authored by dergachev, committed by ).
Herald added
This revision was automatically updated to reflect the committed changes.
Closed by commit rL354642: [analyzer] MIGChecker: Fix an FN when the object is
released in a destructor. (authored by dergachev, 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 rL354643: [analyzer] MIGChecker: Add support for more APIs.
(authored by dergachev, 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 rL354799: Release notes for OpenCL (authored by stulova,
committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews.llvm.org/D58504?vs=
This revision was automatically updated to reflect the committed changes.
Closed by commit rL311787: [Frontend] Fix printing policy for AST context
loaded from file (authored by vedantk).
Changed prior to commit:
https://reviews.llvm.org/D35271?vs=112334&id=112718#toc
Repository:
rL LLVM
ht
This revision was automatically updated to reflect the committed changes.
Closed by commit rL311865: [clang-diff] Treat CXXCtorInitializer as a node
(authored by krobelus).
Changed prior to commit:
https://reviews.llvm.org/D37002?vs=112134&id=112841#toc
Repository:
rL LLVM
https://reviews.l
This revision was automatically updated to reflect the committed changes.
Closed by commit rL311874: [X86] Add support for __builtin_cpu_init (authored
by ctopper).
Changed prior to commit:
https://reviews.llvm.org/D36336?vs=109800&id=112851#toc
Repository:
rL LLVM
https://reviews.llvm.org/
This revision was automatically updated to reflect the committed changes.
Closed by commit rL311877: [analyzer][GSoC] Re-implemente current virtual calls
checker in a path… (authored by xazax).
Changed prior to commit:
https://reviews.llvm.org/D34275?vs=112196&id=112857#toc
Repository:
rL LL
This revision was automatically updated to reflect the committed changes.
Closed by commit rL312007: [modules-ts] Omit submodule semantics for TS modules
(authored by borisk).
Changed prior to commit:
https://reviews.llvm.org/D35678?vs=110875&id=113098#toc
Repository:
rL LLVM
https://review
This revision was automatically updated to reflect the committed changes.
Closed by commit rL312105: [modules] Add ability to specify module name to
module file mapping (authored by borisk).
Changed prior to commit:
https://reviews.llvm.org/D35020?vs=111826&id=113207#toc
Repository:
rL LLVM
This revision was automatically updated to reflect the committed changes.
Closed by commit rL312135: [X86] Implement broadcastf32x2 and broadcasti32x2
intrinsics using… (authored by ctopper).
Changed prior to commit:
https://reviews.llvm.org/D37287?vs=113199&id=113275#toc
Repository:
rL LLVM
This revision was automatically updated to reflect the committed changes.
Closed by commit rL312483: clangd: Tolerate additional headers (authored by
ibiryukov).
Repository:
rL LLVM
https://reviews.llvm.org/D37282
Files:
clang-tools-extra/trunk/clangd/JSONRPCDispatcher.cpp
clang-tools-ext
This revision was automatically updated to reflect the committed changes.
Closed by commit rL312623: Debug info: Fixed faulty debug locations for
attributed statements (authored by karka).
Changed prior to commit:
https://reviews.llvm.org/D37428?vs=113803&id=113968#toc
Repository:
rL LLVM
h
This revision was automatically updated to reflect the committed changes.
Closed by commit rL312631: [AST] Traverse templates in
LexicallyOrderedRecursiveASTVisitor (authored by krobelus).
Repository:
rL LLVM
https://reviews.llvm.org/D36998
Files:
cfe/trunk/include/clang/AST/LexicallyOrdere
This revision was automatically updated to reflect the committed changes.
Closed by commit rL312633: [AST] Traverse CXXOperatorCallExpr in
LexicallyOrderedRecursiveASTVisitor (authored by krobelus).
Changed prior to commit:
https://reviews.llvm.org/D37200?vs=112951&id=113999#toc
Repository:
This revision was automatically updated to reflect the committed changes.
Closed by commit rL312634: [AST] Add TableGen for StmtDataCollectors (authored
by krobelus).
Changed prior to commit:
https://reviews.llvm.org/D37383?vs=113547&id=114000#toc
Repository:
rL LLVM
https://reviews.llvm.or
This revision was automatically updated to reflect the committed changes.
Closed by commit rL312728: [OpenCL] Handle taking an address of block captures.
(authored by stulova).
Changed prior to commit:
https://reviews.llvm.org/D36410?vs=110015&id=114197#toc
Repository:
rL LLVM
https://revie
This revision was automatically updated to reflect the committed changes.
Closed by commit rL312750: [Sema] -Wtautological-compare: handle comparison of
unsigned with 0S. (authored by lebedevri).
Changed prior to commit:
https://reviews.llvm.org/D37565?vs=114260&id=114265#toc
Repository:
rL
This revision was automatically updated to reflect the committed changes.
Closed by commit rL312788: Fixed a crash in code completion. (authored by
ibiryukov).
Repository:
rL LLVM
https://reviews.llvm.org/D37382
Files:
cfe/trunk/lib/Parse/ParseDecl.cpp
cfe/trunk/test/CodeCompletion/crash-
This revision was automatically updated to reflect the committed changes.
Closed by commit rL312792: [Sema] Put tautological comparison of unsigned and
zero into it's own flag (authored by lebedevri).
Changed prior to commit:
https://reviews.llvm.org/D37620?vs=114351&id=114358#toc
Repository:
This revision was automatically updated to reflect the committed changes.
Closed by commit rL312911: [AST] Make RecursiveASTVisitor visit TemplateDecls
in source order (authored by krobelus).
Repository:
rL LLVM
https://reviews.llvm.org/D37662
Files:
cfe/trunk/include/clang/AST/LexicallyOrd
This revision was automatically updated to reflect the committed changes.
Closed by commit rL312947: [Lexer] Report more precise skipped regions
(PR34166) (authored by vedantk).
Changed prior to commit:
https://reviews.llvm.org/D36642?vs=114433&id=114676#toc
Repository:
rL LLVM
https://revi
This revision was automatically updated to reflect the committed changes.
Closed by commit rL312957: [ubsan-minimal] Document the new runtime (authored
by vedantk).
Changed prior to commit:
https://reviews.llvm.org/D37647?vs=114449&id=114703#toc
Repository:
rL LLVM
https://reviews.llvm.org/
This revision was automatically updated to reflect the committed changes.
Closed by commit rL312958: [Driver] Support ubsan-minimal on Darwin (authored
by vedantk).
Changed prior to commit:
https://reviews.llvm.org/D37649?vs=114458&id=114704#toc
Repository:
rL LLVM
https://reviews.llvm.org/
This revision was automatically updated to reflect the committed changes.
Closed by commit rL313014: Fix recording preamble's conditional stack in
skipped PP branches. (authored by ibiryukov).
Repository:
rL LLVM
https://reviews.llvm.org/D37700
Files:
cfe/trunk/lib/Lex/PPDirectives.cpp
cf
This revision was automatically updated to reflect the committed changes.
Closed by commit rL313065: [Driver] Darwin: Link in the profile runtime archive
first (authored by vedantk).
Changed prior to commit:
https://reviews.llvm.org/D35385?vs=106538&id=114877#toc
Repository:
rL LLVM
https:/
This revision was automatically updated to reflect the committed changes.
Closed by commit rL313087: [Driver] Disable uwtable by default in
-ffreestanding mode (authored by vedantk).
Changed prior to commit:
https://reviews.llvm.org/D3?vs=114927&id=114929#toc
Repository:
rL LLVM
https:/
This revision was automatically updated to reflect the committed changes.
Closed by commit rL313097: [ubsan] Enable -fsanitize=function test on Darwin
(authored by vedantk).
Changed prior to commit:
https://reviews.llvm.org/D37598?vs=114268&id=114944#toc
Repository:
rL LLVM
https://reviews.
This revision was automatically updated to reflect the committed changes.
Closed by commit rL313096: [ubsan] Function Sanitizer: Don't require writable
text segments (authored by vedantk).
Changed prior to commit:
https://reviews.llvm.org/D37597?vs=114932&id=114943#toc
Repository:
rL LLVM
h
This revision was automatically updated to reflect the committed changes.
Closed by commit rL313299: [WebAssembly] Remove invliad lld arguments (authored
by sbc).
Repository:
rL LLVM
https://reviews.llvm.org/D36595
Files:
cfe/trunk/lib/Driver/ToolChains/WebAssembly.cpp
Index: cfe/trunk/li
This revision was automatically updated to reflect the committed changes.
Closed by commit rL313307: [WebAssembly] Fix wasm-toolchain.c tests (authored
by sbc).
Repository:
rL LLVM
https://reviews.llvm.org/D37873
Files:
cfe/trunk/test/Driver/wasm-toolchain.c
Index: cfe/trunk/test/Driver/w
This revision was automatically updated to reflect the committed changes.
Closed by commit rL313418: [X86] Use native shuffle vector for the perm2f128
intrinsics (authored by ctopper).
Changed prior to commit:
https://reviews.llvm.org/D37892?vs=115427&id=115518#toc
Repository:
rL LLVM
https
This revision was automatically updated to reflect the committed changes.
Closed by commit rL313462: [X86] Remove unnecessary extra encodings from the
CPU name enum in clang (authored by ctopper).
Changed prior to commit:
https://reviews.llvm.org/D37938?vs=115512&id=115540#toc
Repository:
rL
This revision was automatically updated to reflect the committed changes.
Closed by commit rL313497: [X86] Move even more of our CPU to feature mapping
switch to use fallthroughs (authored by ctopper).
Changed prior to commit:
https://reviews.llvm.org/D37941?vs=115517&id=115585#toc
Repository:
This revision was automatically updated to reflect the committed changes.
Closed by commit rL313666: Teach clang to tolerate the 'p = nullptr + n' idiom
used by glibc (authored by akaylor).
Changed prior to commit:
https://reviews.llvm.org/D37042?vs=115262&id=115889#toc
Repository:
rL LLVM
This revision was automatically updated to reflect the committed changes.
Closed by commit rL313677: [Sema] Move some stuff into
-Wtautological-unsigned-enum-zero-compare (authored by lebedevri).
Changed prior to commit:
https://reviews.llvm.org/D37629?vs=115890&id=115903#toc
Repository:
rL
This revision was automatically updated to reflect the committed changes.
Closed by commit rL313730: [clangd] Introduced Logger interface. (authored by
ibiryukov).
Repository:
rL LLVM
https://reviews.llvm.org/D37972
Files:
clang-tools-extra/trunk/clangd/CMakeLists.txt
clang-tools-extra/tr
This revision was automatically updated to reflect the committed changes.
Closed by commit rL313745: [Sema] Move some stuff into
-Wtautological-unsigned-enum-zero-compare (authored by lebedevri).
Changed prior to commit:
https://reviews.llvm.org/D37629?vs=115903&id=115977#toc
Repository:
rL
This revision was automatically updated to reflect the committed changes.
Closed by commit rL313754: [clangd] Serialize onDiagnosticsReady callbacks for
the same file. (authored by ibiryukov).
Repository:
rL LLVM
https://reviews.llvm.org/D38032
Files:
clang-tools-extra/trunk/clangd/ClangdSe
This revision was automatically updated to reflect the committed changes.
Closed by commit rL313759: [clangd] Put inacessible items to the end of
completion list. (authored by ibiryukov).
Repository:
rL LLVM
https://reviews.llvm.org/D38077
Files:
clang-tools-extra/trunk/clangd/ClangdUnit.cp
This revision was automatically updated to reflect the committed changes.
Closed by commit rL313866: [analyzer] Fix an assertion fail in
VirtualCallChecker (authored by xazax).
Changed prior to commit:
https://reviews.llvm.org/D37978?vs=115656&id=116145#toc
Repository:
rL LLVM
https://revie
This revision was automatically updated to reflect the committed changes.
Closed by commit rL313973: [analyzer] Add new delete with non-virtual
destructor check (authored by xazax).
Changed prior to commit:
https://reviews.llvm.org/D35796?vs=116060&id=116319#toc
Repository:
rL LLVM
https://
This revision was automatically updated to reflect the committed changes.
Closed by commit rL313975: Add Cross Translation Unit support library (authored
by xazax).
Changed prior to commit:
https://reviews.llvm.org/D34512?vs=116195&id=116327#toc
Repository:
rL LLVM
https://reviews.llvm.org/
This revision was automatically updated to reflect the committed changes.
Closed by commit rL314019: Set completion priority of destructors and operators
to CCP_Unlikely. (authored by ibiryukov).
Repository:
rL LLVM
https://reviews.llvm.org/D38081
Files:
cfe/trunk/lib/Sema/SemaCodeComplete.
This revision was automatically updated to reflect the committed changes.
Closed by commit rC362102: [OpenCL] Fix OpenCL/SPIR version metadata in C++
mode. (authored by stulova, committed by ).
Herald added a project: clang.
Changed prior to commit:
https://reviews.llvm.org/D62657?vs=202169&id=
This revision was automatically updated to reflect the committed changes.
Closed by commit rL362169: Support codesigning bundles and forcing (authored by
cbieneman, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D62693?vs=202239&id=202320#toc
Repository:
rL LLVM
CHANGES S
801 - 900 of 1748 matches
Mail list logo