[analyzer] Workaround crash on encountering Class non-type template parameters
[platform/upstream/llvm.git] / clang /
2022-11-15 Balazs Benics[analyzer] Workaround crash on encountering Class non...
2022-11-11 Sam JamesLink libclangBasic against libatomic when necessary.
2022-11-11 Aaron BallmanReenable POSIX builtin library functions in gnu2x mode
2022-11-02 Yonghong Song[clang][Sema] Fix a clang crash with btf_type_tag
2022-10-28 Timm Bäder[clang][driver] Remove dynamic gcc-toolset/devtoolset...
2022-10-10 Sam McCall[Syntax] avoid using c++17 features on 15.x branch
2022-10-10 Sam McCall[Syntax] Fix macro-arg handling in TokenBuffer::spelled...
2022-10-04 Yonghong Song[clang][DebugInfo] Emit debuginfo for non-constant...
2022-10-03 Roy Jacobson[Clang] Fix variant crashes from GH58028, GH57370
2022-09-28 Nathan RidgeFix build error in StmtPrinterTest.cpp
2022-09-28 Nathan Ridge[clangd] Avoid crash when printing call to string liter...
2022-09-19 Brad Smith[lit] Set shlibpath_var on OpenBSD
2022-09-19 Kadir Cetinkaya[clang(d)] Include/Exclude CLDXC options properly
2022-09-15 Aaron BallmanDowngrade implicit int and implicit function declaratio...
2022-09-12 Corentin Jabot[Clang] Fix crash in coverage of if consteval.
2022-09-08 Utkarsh Saxena[clang] Skip re-building lambda expressions in paramete...
2022-09-08 jackh[clang-format] Distinguish logical and after bracket...
2022-09-05 Alex Bradbury[RISCV][ReleaseNotes] Added LLVM and Clang release...
2022-09-04 Tobias Hieta[DOCS] Minor fixes and removals of WIP warnings
2022-09-02 Nico Weber[clang] Add __is_target_variant_{os,environment} builtins
2022-09-01 Anastasia Stulova[Docs][OpenCL][SPIR-V] Release 15 notes for Clang.
2022-09-01 Roy Jacobson[Frontend] Restore Preprocessor::getPredefines()
2022-09-01 Chuanqi Xu[docs] Add "Standard C++ Modules"
2022-08-29 Aaron PuchertFix formatting in release notes
2022-08-28 Amy Kwan[ReleaseNotes]: Add PowerPC release notes for LLVM 15
2022-08-25 Tobias Hieta[NFC] Fix a misleading comment CLANG_FORCE_MATCHING_LIB...
2022-08-25 H. VetinariSONAME introduce option CLANG_FORCE_MATCHING_LIBCLANG_S...
2022-08-25 Tobias HietaRevert "GCC ABI Compatibility: Preserve alignment of...
2022-08-23 Joseph Huber[CUDA] Fix output name being replaced in device-only...
2022-08-22 David Truby[clang][docs] Release notes for C/C++ SVE Operators
2022-08-22 Alex Bradbury[clang][RISCV] Fix incorrect ABI lowering for inherited...
2022-08-22 Alex Bradbury[clang][RISCV][test] Add test that shows incorrect...
2022-08-17 Maciej Gabka[clang][SVE] Undefine preprocessor macro defined in
2022-08-15 Zachary Henkel __has_trivial_copy should map to __is_trivially_copyable
2022-08-15 Simon Pilgrim[X86] Add RDPRU instruction CPUID bit masks
2022-08-15 Simon Pilgrim[clang][X86] Add RDPRU predefined macro tests for znver...
2022-08-15 Shilei Tian[Clang][OpenMP] Fix the issue that `llvm.lifetime.end...
2022-08-15 David Truby[clang][AArch64][SVE] Change SVE_VECTOR_OPERATORS macro...
2022-08-15 David Truby[clang][AArch64][SVE] Clarify documentation for sizeof...
2022-08-15 David Truby[clang] Correct documentation for NEON and SVE operator...
2022-08-15 David Truby[clang][AArch64][SVE] Add unary +/- operators for SVE...
2022-08-15 Jennifer YuFix assert during the call to getCanonicalDecl.
2022-08-12 Freddy Ye[X86][BF16] Enable __bf16 for x86 targets.
2022-08-12 Aaron BallmanChange prototype merging error into a warning for builtins
2022-08-12 Martin Storsjö[clang] Require strict matches for defines for PCH...
2022-08-11 YingChi Long[clang] add APValue type check in `TryPrintAsStringLiteral`
2022-08-11 Kadir CetinkayaRevert "[clang] Pass FoundDecl to DeclRefExpr creator...
2022-08-10 Tom Stellard[SPIR-V] Disable opaque pointers in relese 15
2022-08-08 Chuanqi Xu[C++20] [Modules] Handle initializer for Header Units
2022-08-08 Chuanqi Xu[C++20] [Modules] Merge same concept decls in global...
2022-08-08 Ilya Biryukov[Sema] Return primary merged decl as canonical for...
2022-08-05 Chuanqi Xu[C++2b] [Modules] Handle HaveModules with C++2b
2022-08-04 Phoebe Wang[clang][llvm][doc] Add more information for the ABI...
2022-08-03 Yuanfang Chen[CodeGen][inlineasm] assume the flag output of inline...
2022-08-02 Rainer Orth[clang][Driver] Handle SPARC -mcpu=native etc.
2022-08-02 Rainer Orth[Driver] Use libatomic for 32-bit SPARC atomics support...
2022-07-27 WeverythingInline function calls.
2022-07-27 Kai Luo[clang][AIX] Add option to control quadword lock free...
2022-07-26 Argyrios Kyrtzidis[CGDebugInfo] Access the current working directory...
2022-07-26 Shilei Tian[Clang][Doc] Update the release note for clang
2022-07-26 Danny Mösch[clang] Pass FoundDecl to DeclRefExpr creator for opera...
2022-07-26 Lambert, JacobRevert "[clang-offload-bundler] Library-ize ClangOffloa...
2022-07-26 Sam Estep[clang][dataflow] Analyze calls to in-TU functions
2022-07-26 Sam EstepRevert "[clang][dataflow] Analyze calls to in-TU functions"
2022-07-26 Sam Estep[clang][dataflow] Analyze calls to in-TU functions
2022-07-26 Jacob Lambert[clang-offload-bundler] Library-ize ClangOffloadBundler
2022-07-26 Fangrui Song[AArch64] Simplify BTI/PAC-RET module flags
2022-07-26 Chuanqi Xu[C++20] [Modules] Disable preferred_name when writing...
2022-07-26 Stefan Gränitz[WinEH] Apply funclet operand bundles to nounwind intri...
2022-07-26 Arthur Eubanks[WPD] Use new llvm.public.type.test intrinsic for poten...
2022-07-26 John Ericson[cmake] Slight fix ups to make robust to the full range...
2022-07-26 Chuanqi Xu[C++20] [Modules] Don't handle no linkage entities...
2022-07-26 Dmitri Gribenko[clang][dataflow] Add explicit "AST" nodes for implicat...
2022-07-26 Evgeny Mandrikov[NFC] Fix some C++20 warnings
2022-07-26 Roman Rusyaev[Clang] [P2025] Analyze only potential scopes for NRVO
2022-07-26 Chuanqi Xu[clang] [docs] Update the changes of C++20 Modules...
2022-07-26 Balazs Benics[analyzer] Improve loads from reinterpret-cast fields
2022-07-26 Chuanqi Xu[C++20] [Modules] Handle linkage properly for specializ...
2022-07-26 Zakk Chen[RISCV][Clang] Refactor RISCVVEmitter. (NFC)
2022-07-26 Zakk Chen[RISCV][Clang] Refactor and rename rvv intrinsic relate...
2022-07-26 Benjamin Kramer[analyzer] Fix unused variable warning in release build...
2022-07-26 David Spickett[clang][analyzer][NFC] Use value_or instead of ValueOr
2022-07-26 Dmitri Gribenko[clang][dataflow] Fix SAT solver crashes on `X ^ X...
2022-07-26 isuckatcs[analyzer] Structured binding to tuple-like types
2022-07-26 Kito Cheng[RISCV] Lazily add RVV C intrinsics.
2022-07-26 isuckatcs[analyzer] Lambda capture non-POD type array
2022-07-26 isuckatcs[analyzer] ArrayInitLoopExpr with array of non-POD...
2022-07-26 owenca[clang-format] Fix a hang when formatting C# $@ string...
2022-07-26 Alex Brachet[CMake][Fuchsia] Enable assertions and backtraces in...
2022-07-26 Kazu HirataRemove redundaunt virtual specifiers (NFC)
2022-07-26 Kazu HirataUse isa instead of dyn_cast (NFC)
2022-07-26 Nico Weberfix comment typo to cycle bots
2022-07-26 Tom Stellardlibclang.so: Make SONAME the same as LLVM version
2022-07-26 Jun Zhang[CodeGen] Consider MangleCtx when move lazy emission...
2022-07-25 Shafik Yaghmour[Clang] Fix how we set the NumPositiveBits on an EnumDe...
2022-07-25 Fangrui Song[Driver] Ignore unimplemented -mtune= for ARM/PowerPC
2022-07-25 John Ericson[cmake] Support custom package install paths
2022-07-25 Sanjay Patel[Passes] add a tail-call-elim pass near the end of...
2022-07-25 Dmitri Gribenko[clang][dataflow] Rename iterators from IT to It
2022-07-25 Eric Li[clang][dataflow] Fix MapLattice::insert() to not drop...
next