aboutsummaryrefslogtreecommitdiff
path: root/clang
AgeCommit message (Expand)AuthorFilesLines
2023-04-15Revert "Revert "[CMake] Bumps minimum version to 3.20.0.""Mark de Wever2-9/+2
2023-04-15[clang] Mark CWG2331 as N/AVlad Serebrennikov2-1/+3
2023-04-14[Clang] Fix defaulted equality operator so that it does not attempt to compar...Shafik Yaghmour4-0/+75
2023-04-14[clang-format] Correctly indent comment above finalized PPDirectiveOwen Pan2-2/+9
2023-04-14Reland "[clang-scan-deps] Migrate to OptTable"Alex Brachet3-118/+219
2023-04-14[Docs] Update ClangFormatStyleOptions.rst's versionbadge's to have min-widthShivam Gupta1-1/+1
2023-04-14Model list initialization more directly; fixes an assert with coverage mappingAaron Ballman8-35/+59
2023-04-14[AIX] enable the cases that are excluded by XCOFF 64 integrated-as supportChen Zheng3-4/+0
2023-04-14[llvm-c] Remove PassRegistry and initialization APIsNikita Popov1-1/+0
2023-04-14[Coroutines] Directly remove unnecessary lifetime intrinsicsNikita Popov1-5/+2
2023-04-14Revert "[clang-format] Handle object instansiation in if-statements"Tobias Hieta2-20/+1
2023-04-14[clang] Add test for CWG1894 and CWG2199Vlad Serebrennikov4-3/+62
2023-04-13[-Wunsafe-buffer-usage] A follow-up fix to 762af11d4c5d0bd1e76f23a07087773db0...Ziqing Luo1-1/+1
2023-04-13Revert "[Modules] Remove unnecessary check when generating name lookup table ...Fangrui Song3-38/+73
2023-04-13[clang][ExtractAPI] Complete declaration fragments for TagDecl types defined ...ruturaj43-0/+494
2023-04-13[Coverage] Handle invalid end location of an expression/statement.Zequan Wu2-2/+20
2023-04-13[clang][NFC] Use a different service for CWG issue linksVlad Serebrennikov2-2672/+2672
2023-04-13[clang][Interp] Add a failing test caseTimm Bäder1-0/+37
2023-04-13[clang][Interp] Don't create global variables more than onceTimm Bäder1-1/+5
2023-04-13[clang][Interp] Make sure we have a variable scope for initializersTimm Bäder2-0/+75
2023-04-13Make 'static assertion failed' diagnostics point to the static assertion expr...Jorge Pinto Sousa3-6/+33
2023-04-13[clang][NFC] More range for loops in TextDiagnostic.cppTimm Bäder1-64/+60
2023-04-13[clang][NFC] Fix comment typoTimm Bäder1-1/+1
2023-04-13[mlir][Tensor] Drop SplitPaddingPatterns.Nicolas Vasilache1-1/+0
2023-04-13[clang] fix an unused variable warning after 9d0b55f0e4ca55d04ee8abfdf021913e...Krasimir Georgiev1-1/+0
2023-04-13[clang] Bump AS_GNU to 1Richard Sandiford1-21/+16
2023-04-13[clang] Fix FIXME in isAlignasAttribute()Richard Sandiford4-39/+35
2023-04-13[clang] Type safety tweak for AttributeCommonInfo::FormRichard Sandiford12-32/+47
2023-04-13[clang] Allow attributes to be constructed from keyword tokensRichard Sandiford4-19/+25
2023-04-13[clang] Specify attribute syntax & spelling with a single argumentRichard Sandiford16-204/+192
2023-04-13[clang] Ensure that Attr::Create(Implicit) chooses a valid syntaxRichard Sandiford7-71/+45
2023-04-13Fix warn-unsafe-buffer-usage-fixits-pre-increment.cpp for WindowsHans Wennborg1-2/+2
2023-04-13[clang][ASTImporter] Fix import of typedef with unnamed structuresBalázs Kéri2-2/+69
2023-04-13[C++20] [Modules] Continue parsing after we found reserved module namesChuanqi Xu6-50/+157
2023-04-13[clang] Do not require GNUInlineAttr for inline builtinsserge-sans-paille3-3/+65
2023-04-13[hwasan] remove requirment for PIEEnna12-8/+1
2023-04-12Fix an assertion failure in unwrapSugarAkira Hatanaka2-2/+13
2023-04-12Revert D146987 "[Assignment Tracking] Enable by default"Fangrui Song2-3/+3
2023-04-12[-Wunsafe-buffer-usage] Add a Fixable for pointer pre-incrementZiqing Luo3-0/+109
2023-04-12[CodeGen][RISCV] Change Shadow Call Stack Register to X3Paul Kirth3-30/+33
2023-04-12[clang][driver][NFC] Add hasShadowCallStack to SanitizerArgsPaul Kirth1-0/+4
2023-04-12[clang] Make make_cxx_dr_status script runnable from anywhereVlad Serebrennikov1-3/+4
2023-04-12[clang][NFC] Use range-for loop in TextDiagnostic.cppTimm Bäder1-8/+5
2023-04-12[clang] Implement CWG 2397Younan Zhang7-16/+41
2023-04-12[Flang][Driver][OpenMP] Enable options for selecting offloading phases in flangSergio Afonso1-3/+3
2023-04-12Reapply (4) "[Assignment Tracking] Enable by default"OCHyams2-3/+3
2023-04-12Set 'rounding_mode' to 'tonearest' with '#pragma STDC FENV_ACCESS OFF'.Zahira Ammarguellat2-1/+20
2023-04-12[clang][analyzer] Improve bug reports of StdLibraryFunctionsChecker.Balázs Kéri8-222/+351
2023-04-12[Clang] Fix crash caused by line splicing in doc commentCorentin Jabot5-2/+54
2023-04-12[Windows SEH] Fix ehcleanup crash for Windows -EHaPhoebe Wang2-1/+20