aboutsummaryrefslogtreecommitdiff
path: root/clang
AgeCommit message (Expand)AuthorFilesLines
2024-04-10Revert "Reland "[Win32][ELF] Make CodeView a DebugInfoFormat only for COFF fo...revert-87987-win32-elfPhoebe Wang3-8/+3
2024-04-10Reland "[Win32][ELF] Make CodeView a DebugInfoFormat only for COFF format" (#...Phoebe Wang3-3/+8
2024-04-10[clang] Improve source location in binary type traits diagnostics (#88097)Vlad Serebrennikov2-12/+23
2024-04-09[clang-format] instanceof is a keyword only in Java/JavaScript (#88085)Owen Pan2-1/+6
2024-04-09[clang-format] Correctly annotate braces in macros (#87953)Owen Pan3-15/+35
2024-04-09[X86_64] fix arg pass error in struct. (#86902)Longsheng Mou2-1/+22
2024-04-09[ARM64EC] Add support for parsing __vectorcall (#87725)Eli Friedman4-1/+32
2024-04-09[ARM64EC] Make intrin.h include arm64intrin.h.Eli Friedman1-1/+1
2024-04-10clang/test/APINotes/instancetype.m: Clean the cache dirNAKAMURA Takumi1-0/+1
2024-04-09[InstallAPI] Tie lifetime of FE objects to DylibVerifier (#88189)Cyndy Ishida6-37/+40
2024-04-09[Offload][NFC] Remove `omp_` prefix from offloading entries (#88071)Joseph Huber5-78/+78
2024-04-09Revert "[clang] Move state out of `PreprocessorOptions` (1/n) (#86358)"Jan Svoboda9-65/+67
2024-04-09[Static Analyzer] Add handling of the `-nostdlibinc` option to ccc-analyzer (...Ziqing Luo1-0/+1
2024-04-09[NFC] Change name of two helper functions to match naming conventionserichkeane1-6/+6
2024-04-09[C11] Claim conformance to WG14 N1514Aaron Ballman2-1/+18
2024-04-09[clang][UBSan] Remove rigid metadata checks for `ubsan-bitfield-conversion` (...Michael Halkenhäuser2-12/+12
2024-04-09[clang][NFC] Fix CUDA clang-cl testsMichael Liao1-1/+1
2024-04-09Add a diagnostic group for tentative array definitionsAaron Ballman4-3/+13
2024-04-09[clang][Interp] Handle __unaligned in alignof expressionsTimm Bäder2-0/+5
2024-04-09Update __cpp_concepts macro (#87998)Erich Keane4-15/+8
2024-04-09[Libomp] Place generated OpenMP headers into build resource directory (#88007)Joseph Huber1-0/+8
2024-04-09[clang] Disable missing definition warning on pure virtual functions (#74510)Charalampos Mitrodimas3-2/+75
2024-04-09[Clang] [Sema] Fix dependence of DREs in lambdas with an explicit object para...Sirraide14-17/+403
2024-04-09[Clang][Sema] Fix crash when 'this' is used in a dependent class scope functi...Krystian Stasiowski8-36/+124
2024-04-09[clang-format] Remove trailing newlines in TableGen formatting test. (#87983)Hirofumi Nakamura1-52/+51
2024-04-09[clang][Interp] Add toAPValue unittestsTimm Bäder2-0/+91
2024-04-09[clang][Interp] Diagnose comparisons with weak pointersTimm Bäder2-0/+27
2024-04-09[NFC] [Serialization] Remove redundant hasPendingBody memberChuanqi Xu2-30/+7
2024-04-09Fix MSVC "switch statement contains 'default' but no 'case' labels" warning. ...Simon Pilgrim1-8/+5
2024-04-09[PowerPC] Implement 32-bit expansion for rldimi (#86783)Qiu Chaofan3-7/+10
2024-04-09Reland "Rework the printing of attributes (#87281)"Vassil Vassilev19-240/+102
2024-04-09[ASTMatchers] fix captureVars assertion failure on capturesVariables (#76619)Ding Fei3-0/+5
2024-04-09[clang][Interp][NFC] Add sanity checks to This opTimm Bäder1-0/+9
2024-04-09[clang][Interp][NFC] Improve Record debuggingTimm Bäder3-1/+45
2024-04-09[clang][Interp][NFC] Add Dump debug opTimm Bäder2-0/+10
2024-04-09[clang][NFC] Refactor `EvaluateBinaryTypeTrait` to accept `TypeSourceInfo`Vlad Serebrennikov1-8/+11
2024-04-09[clang][Interp] Fix "Initializing" zero-size arraysTimm Bäder2-0/+8
2024-04-09Revert "Rework the printing of attributes (#87281)"Vassil Vassilev17-97/+230
2024-04-08[clang-format] Clean up unit tests from commit 13be0d4a34c4Owen Pan1-26/+24
2024-04-09Rework the printing of attributes (#87281)Vassil Vassilev17-230/+97
2024-04-08Revert "[Libomp] Place generated OpenMP headers into build resource d… (#88...Pete Steinfeld1-8/+0
2024-04-09[Sema][NFC] Cleanups after 843cc474f (#87996)Younan Zhang5-18/+17
2024-04-08[Driver] Ensure ToolChain::LibraryPaths is not empty for non-DarwinFangrui Song20-115/+115
2024-04-08[Clang][CodeGen] Fix `CanSkipVTablePointerInitialization` for dynamic classes...Max Winkler2-1/+63
2024-04-08Revert "[AArch64] Add support for -ffixed-x30" (#88019)Eli Friedman2-7/+0
2024-04-08[ARM64EC] Fix compilation of intrin.h in ARM64EC mode. (#87717)Eli Friedman3-15/+26
2024-04-08[clang][NFC] Adjust TBAA Base Info API (#73263)Nathan Sidwell2-12/+20
2024-04-08[Libomp] Place generated OpenMP headers into build resource directory (#88007)Joseph Huber1-0/+8
2024-04-08[NFC][OpenMP] Split nesting_of_regions test (#87842)Mike Rice6-13/+18
2024-04-08Fix "[clang][UBSan] Add implicit conversion check for bitfields" (#87761)Axel Lundberg33-496/+911