aboutsummaryrefslogtreecommitdiff
path: root/clang/lib
AgeCommit message (Expand)AuthorFilesLines
2024-02-23[clang][Interp] Don't return success for already failed global variablesTimm Bäder1-0/+6
2024-02-23[ClangFormat] Fix indent in child lines within a macro argument. (#82523)r4nt4-28/+58
2024-02-23[RISCV] Disable generation of asynchronous unwind tables for RISCV baremetal ...Garvit Gupta2-0/+7
2024-02-23[clang][Interp][NFC] Print global variable initialization stateTimm Bäder3-2/+10
2024-02-23[analyzer] Fix core.VLASize checker false positive taint reports (#68140)Daniel Krupp1-8/+8
2024-02-23Reland "[clang] Preserve found-decl when constructing VarTemplateIds" (#82612)kadir çetinkaya1-10/+8
2024-02-23[clang][Interp] Don't diagnose alread invalid function declsTimm Bäder1-0/+4
2024-02-23[clang][Interp][NFC] Improve Program dump()ingTimm Bäder3-7/+68
2024-02-23[clang][analyzer] Fix argument invalidations in StreamChecker. (#79470)Balázs Kéri1-1/+38
2024-02-23[X86] Support APXF to enable __builtin_cpu_supports. (#80636)Freddy Ye1-0/+1
2024-02-23[C++20] [Modules] Allow to compile a pcm with and without -fPICChuanqi Xu2-3/+14
2024-02-23[Clang][Parser] Have the depth of the abbreviated generic lambdas inside a re...Younan Zhang1-1/+10
2024-02-22[AArch64] Implement __builtin_cpu_supports, compiler-rt tests. (#82378)Pavel Iliin4-3/+25
2024-02-22[Clang][NVPTX] Allow passing arguments to the linker while standalone (#73030)Joseph Huber1-22/+21
2024-02-22[clang][driver] Allow unaligned access on ARMv7 and higher by default (#82400)Paul Kirth1-12/+12
2024-02-22[clang][CodeGen] Keep processing the rest of AST after encountering unsupport...Wentao Zhang1-4/+7
2024-02-22[libc] Rework the GPU build to be a regular target (#81921)Joseph Huber1-3/+34
2024-02-22[HIP] Allow partial linking for `-fgpu-rdc` (#81700)Yaxun (Sam) Liu4-27/+303
2024-02-22[clang] Implement CWG2759 "`[[no_unique_address]` and common initial sequence...Vlad Serebrennikov1-0/+3
2024-02-22[clang-format] Fix crash in TokenAnnotator (#82349)Emilia Kond1-1/+1
2024-02-22[OpenACC] Implement 'break' and 'continue' errors for Compute Cnstrcts (#82543)Erich Keane3-0/+40
2024-02-22[clang][NFC] Fix arm_acle.h title headers (#82624)Victor Campos1-4/+4
2024-02-22[AIX] Lower intrinsic __builtin_cpu_is into AIX platform-specific code. (#80069)zhijian lin4-2/+70
2024-02-22[analyzer] Remove superfluous #include "CallDescription.h" (NFC) (#82614)NagyDonat2-3/+2
2024-02-22[analyzer] Improve handling of unsigned values in ArrayBoundCheckerV2 (#81034)NagyDonat1-9/+33
2024-02-22[Clang][SME] Detect always_inline used with mismatched streaming attributes (...Sam Tebbs1-0/+43
2024-02-22Multilib support for libraries with exceptions (#75031)pwprzybyla1-1/+22
2024-02-22[clang][dataflow] Fix inaccuracies in `buildStmtToBasicBlockMap()`. (#82496)martinboehme1-2/+29
2024-02-21[Sanitizer] Support -fwrapv with -fsanitize=signed-integer-overflow (#82432)Justin Stitt1-4/+12
2024-02-21[NFC][clang] Remove trailing whitespacesBill Wendling1-2/+2
2024-02-21[Clang] Fixes to immediate-escalating functions (#82281)cor3ntin1-2/+2
2024-02-21[InstallAPI] Set InstallAPI as a standalone tool instead of CC1 action (#82293)Cyndy Ishida10-150/+2
2024-02-21[OpenMP] Remove `register_requires` global constructor (#80460)Joseph Huber3-46/+0
2024-02-21[clang][Interp][NFC] Reject unimplemented cast expressions differentlyTimm Bäder1-1/+1
2024-02-21[clang][Interp] Allow adding an offset to a function pointerTimm Bäder1-6/+5
2024-02-21[clang] Implement CWG1719 "Layout compatibility and cv-qualification revisite...Vlad Serebrennikov1-6/+7
2024-02-21[clang] [SemaCXX] Disallow deducing "this" on operator `new` and `delete` (#8...Rajveer Singh Bharadwaj1-1/+3
2024-02-21[clang][Interp] Remove dereference()Timm Bäder3-176/+18
2024-02-21[clang][Interp] Emit const references for Float arguments (#79753)Timm Baeder1-4/+4
2024-02-21[clang][Interp] Convert complex initializers to rvaluesTimm Bäder1-0/+3
2024-02-21Revert "[clang] Preserve found-decl when constructing VarTemplateIds (#82265)"Kadir Cetinkaya1-8/+10
2024-02-21[clang][dataflow] Correctly handle `InitListExpr` of union type. (#82348)martinboehme2-15/+28
2024-02-21[clang] Preserve found-decl when constructing VarTemplateIds (#82265)kadir çetinkaya1-10/+8
2024-02-21[clang][analyzer] Change modeling of 'fileno' in checkers. (#81842)Balázs Kéri2-85/+117
2024-02-21[Clang] Fix assert when transforming a pack indexing type. (#82234)cor3ntin1-1/+5
2024-02-20[Analyzer] Support RefAllowingPartiallyDestroyed and RefPtrAllowingPartiallyD...Ryosuke Niwa1-14/+15
2024-02-20[clang-format] Fix RemoveSemicolon for empty functions (#82278)Owen Pan1-7/+16
2024-02-20Revert "[clang][ScanDeps] Canonicalize -D and -U flags (#82298)"Nico Weber1-74/+0
2024-02-20[alpha.webkit.UncountedCallArgsChecker] Ignore calls to WTF's container metho...Ryosuke Niwa1-0/+28
2024-02-20[Driver,BareMetal] Replace -lclang_rt.builtins{,-$arch}.a with an absolute pa...Fangrui Song1-10/+1