[packaging] Enable build in Clang environment
[platform/upstream/llvm.git] / clang /
2024-01-15 Slava Barinov[llvm][clang] Add support for Tizen toolchain vendor
2023-11-28 Brad Smith[Driver] Enable __float128 support on X86 on FreeBSD...
2023-11-27 Georgios Eleftherioueliminate python SyntaxWarnings from check-all output.
2023-11-27 Owen Pan[clang-format] Fix crashes in AlignArrayOfStructures...
2023-11-27 Tulio Magno Quites... [clang] Fix sorting module headers (#73146)
2023-11-20 Owen Pan[clang-format] Fix a bug in aligning comments above...
2023-11-20 Utkarsh Saxenaremove tests from bad merge
2023-11-20 Utkarsh SaxenaUse the correct namespace for looking up matching opera...
2023-11-20 Arthur EubanksRevert "Reland [clang] Canonicalize system headers...
2023-11-20 YAMAMOTO Takashi[clang][WebAssembly] Link crt1 even in case of -shared
2023-11-14 antoine moynault[clang] fix test PR69717.cpp (#72134)
2023-11-14 Serge Pavlov[clang] Run test on x86 only
2023-11-14 Serge Pavlov[clang] Do not clear FP pragma stack when instantiating...
2023-11-13 Owen Pan[clang-format] Correctly annotate keyword operator...
2023-11-13 Rainer Orth[Driver] Fix linking with -lm on Solaris (#65632)
2023-11-13 Martin Storsjö[clang-repl] Fix BUILD_SHARED_LIBS symbols from libclan...
2023-11-13 Nick Desaulniers[CGExprConstant] stop calling into ConstExprEmitter...
2023-10-30 Takuya ShimizuUpdate release note for the fix
2023-10-30 Takuya Shimizu[clang][ExprConst] Fix crash on uninitialized array...
2023-10-27 Owen PanRevert "[clang-format] Fix align consecutive declaratio...
2023-10-27 Aaron BallmanFix tests for c23 <-> c2x
2023-10-27 Aaron BallmanFix a c23 -> c2x think-o
2023-10-27 Aaron Ballman[C23] Use thread_local semantics (#70107)
2023-10-17 Owen Pan[clang-format][doc] Update the Linux kernel coding...
2023-10-17 Owen Pan[clang-format] Fix a serious bug in git-clang-format...
2023-10-16 Owen Pan[clang-format] Fix a bug in RemoveParentheses: ReturnSt...
2023-10-16 Martin Storsjö[clang] [MinGW] Explicitly always pass the -fno-use...
2023-10-10 Arvind Mukund[clang] Correct behavior of `LLVM_UNREACHABLE_OPTIMIZE...
2023-10-10 Shoaib Meenai[Sema] Use underlying type of scoped enum for -Wformat...
2023-10-02 Martin Storsjö[clang] [MinGW] Tolerate mingw specific linker options...
2023-09-29 Argyrios Kyrtzidis[DependencyScanningFilesystem] Make sure the local...
2023-09-29 Shoaib Meenai[Sema] Fix fixit cast printing inside macros (#66853)
2023-09-29 Artem BelevichWork around two more instances of __noinline__ conflict...
2023-09-27 Antonio Frighetto[clang] Include `expected-no-diagnostics` in newly...
2023-09-27 Antonio Frighetto[clang] Bail out when handling union access with virtua...
2023-09-27 Takuya Shimizu[clang][Diagnostics] Fix wrong line number display...
2023-09-18 Chuanqi XuRevert "[C++20] [Coroutines] Mark await_suspend as...
2023-09-18 Chuanqi XuRevert "[NFC] [C++20] [Coroutines] Mention the side...
2023-09-11 Sam James[Clang] Fix JIT test on 32-bit systems
2023-09-11 Wael YehiaFix AIX OS requirements for ThinLTO to 7.2.5 SP7
2023-09-05 Takuya ShimizuRevert "[clang][Docs] Added release note for D142609"
2023-09-05 Younan Zhang[clang][clangd] Ensure the stack bottom before building AST
2023-09-05 Younan Zhang[clang] Construct ExprRequirement with SubstitutionDiag...
2023-09-05 Elizabeth Andrews[NFC][Clang] Fix static analyzer concern about null...
2023-09-04 Vassil Vassilev[CodeGen] First check the kind and then the llvm::Funct...
2023-09-04 Fangrui Song[Driver] Report warnings for unclaimed TargetSpecific...
2023-09-04 Haojian Wu[Tooling/Inclusion] Add std::range symbols in the mapping.
2023-09-01 Fangrui Song[Driver] Adjust -fsanitize=function & -mexecute-only...
2023-09-01 Ying Yi[UBSan] Disable the function and kcfi sanitizers on...
2023-08-30 Lei Huang[PowerPC] Update V17.0.0 release notes
2023-08-30 Serge Pavlov[clang][test] Make check pattern shorter
2023-08-30 Serge Pavlov[clang] Run test for concrete target
2023-08-30 Serge Pavlov[clang] Set FP options in Sema when instantiating Compo...
2023-08-30 Aaron BallmanSilently accept -Wgnu-empty-initializer
2023-08-30 Jon Roelofs[CMake] Add a few more missing dependencies on ClangDri...
2023-08-30 Owen Pan[clang-format] Exclude kw_decltype in RemoveParentheses
2023-08-30 Fangrui SongFunction multi-versioning: disable ifunc for ELF target...
2023-08-30 dingfei[clang] Update NumFunctionDeclBits for FunctionDeclBitf...
2023-08-30 Galen Elias[clang-format] Fix braced initializer with templated...
2023-08-30 Takuya Shimizu[clang][ExprConstant] Fix crash on uninitialized base...
2023-08-30 Vassil VassilevReland "[clang-repl] Adapt to the recent dylib-related...
2023-08-30 Aaron BallmanFix up release note; NFC
2023-08-29 Fangrui Song[Driver,X86] Ignore -mfpmath= for assembler input
2023-08-28 Tobias HietaRevert "[clang] Set FP options in Sema when instantiati...
2023-08-28 Tobias HietaRevert "[clang] Run test for concrete target"
2023-08-27 Rainer Orth[Driver] Add PIE support on Solaris
2023-08-27 Chuanqi Xu[NFC] [C++20] [Coroutines] Mention the side effect...
2023-08-27 Chuanqi Xu[C++20] [Coroutines] Mark await_suspend as noinline...
2023-08-25 Serge Pavlov[clang] Run test for concrete target
2023-08-25 Serge Pavlov[clang] Set FP options in Sema when instantiating Compo...
2023-08-25 Nico Weberclang: Fix x86-no-gather-no-scatter.cpp on macOS after...
2023-08-25 Chuanqi Xu[Coroutines] [CoroElide] Don't think exceptional termin...
2023-08-25 eopXD[CGCall][RISCV] Handle function calls with parameter...
2023-08-25 Craig Topper[RISCV] Check type size for lax conversions between...
2023-08-22 Aaron BallmanRemove a release note that should not have snuck in
2023-08-22 Aaron BallmanRemove a merge conflict marker that was missed; NFC
2023-08-22 Aaron BallmanNo longer hang on typeof of a function type
2023-08-22 XinWang10[X86]Support options -mno-gather -mno-scatter
2023-08-22 Rainer Orth[Driver][unittest] Unbreak ToolChainTest.cpp compilatio...
2023-08-22 Rainer Orth[Driver] Select newest GCC installation on Solaris
2023-08-22 usama hameedAdd Requires x86 target to test due to failure in clang...
2023-08-22 usama hameed[CodeGen][UBSan] Handle sugared QualTypes correctly in
2023-08-21 Paul RobinsonReapply "[DebugInfo] Alternate (more efficient) MD5...
2023-08-21 Jonas Hahnfeld[CodeGen] Keep track of eagerly emitted globals
2023-08-21 Jonas Hahnfeld[CodeGen] Restrict addEmittedDeferredDecl to incrementa...
2023-08-21 Jonas Hahnfeld[CodeGen] Clean up access to EmittedDeferredDecls,...
2023-08-21 Jonas Hahnfeld[CodeGen] Remove Constant arguments from linkage functi...
2023-08-21 Jonas Hahnfeld[clang-repl] Disambiguate global namespace identifiers
2023-08-21 Paul KirthRevert "[clang] Preliminary fat-lto-object support"
2023-08-16 Ryan BurnsFix truncated __OPENMP_NVPTX__ preprocessor condition
2023-08-16 Martin Storsjö[clang] Skip stores in init for fields that are empty...
2023-08-15 Fangrui Song[Driver] Default riscv*- triples to -fdebug-default...
2023-08-15 Kadir CetinkayaRevert "[Sema] Fix handling of functions that hide...
2023-08-11 wangpc[RISCV] Fix wrong type prototype of RVVSlideOneBuiltinSet
2023-08-11 Rainer Orth[Driver] Allow for sparcv8plus subdir with Solaris...
2023-08-11 Corentin Jabot[Clang] Backport static_assert messages fixes
2023-08-10 Amy HuangReland "Try to implement lambdas with inalloca paramete...
2023-08-09 Shivam GuptaRevert "[Clang] Fix -Wconstant-logical-operand when...
2023-08-09 Weining Lu[LoongArch] Support -march=native and -mtune=
2023-08-09 Steven WuRevert "Reland "[LoongArch] Support -march=native and...
next