aboutsummaryrefslogtreecommitdiff
path: root/clang/include
AgeCommit message (Expand)AuthorFilesLines
2024-02-23[OpenACC] Fix branch-in/out to not refer to a 'region'erichkeane1-1/+1
2024-02-23[Clang][AArch64] Fix 'svzero_za' intrinsic to take no arguments. (#82648)Sander de Smalen1-1/+1
2024-02-23Reland "[clang] Preserve found-decl when constructing VarTemplateIds" (#82612)kadir çetinkaya1-1/+1
2024-02-23[C++20] [Modules] Allow to compile a pcm with and without -fPICChuanqi Xu3-10/+17
2024-02-22[OpenACC] Implement 'break' and 'continue' errors for Compute Cnstrcts (#82543)Erich Keane2-0/+19
2024-02-22[AIX] Lower intrinsic __builtin_cpu_is into AIX platform-specific code. (#80069)zhijian lin1-0/+2
2024-02-22[analyzer] Improve handling of unsigned values in ArrayBoundCheckerV2 (#81034)NagyDonat1-4/+8
2024-02-22[Clang][SME] Detect always_inline used with mismatched streaming attributes (...Sam Tebbs1-0/+4
2024-02-22Multilib support for libraries with exceptions (#75031)pwprzybyla1-0/+10
2024-02-21[InstallAPI] Cleanup HeaderFile Interface & options handling, NFC (#82544)Cyndy Ishida1-0/+3
2024-02-21Add namespace qualifier for llvm::StringRefJorge Gorbe Moya1-1/+1
2024-02-21[Clang] Fixes to immediate-escalating functions (#82281)cor3ntin1-1/+3
2024-02-21[InstallAPI] Set InstallAPI as a standalone tool instead of CC1 action (#82293)Cyndy Ishida10-107/+3
2024-02-21Revert "[clang] Preserve found-decl when constructing VarTemplateIds (#82265)"Kadir Cetinkaya1-1/+1
2024-02-21[clang][dataflow] Correctly handle `InitListExpr` of union type. (#82348)martinboehme1-3/+6
2024-02-21[clang] Preserve found-decl when constructing VarTemplateIds (#82265)kadir çetinkaya1-1/+1
2024-02-20Revert "[clang][ScanDeps] Canonicalize -D and -U flags (#82298)"Nico Weber1-4/+1
2024-02-20[clang][ScanDeps] Canonicalize -D and -U flags (#82298)Michael Spencer1-1/+4
2024-02-20[flang][runtime] Add FortranFloat128Math wrapper library. (#81971)Slava Zakharin1-0/+10
2024-02-20[Clang][Sema] Diagnose declarative nested-name-specifiers naming alias templa...Krystian Stasiowski1-0/+3
2024-02-20[Clang][Sema] Convert warning for extraneous template parameter lists to an e...Krystian Stasiowski1-1/+1
2024-02-20[clang][InstallAPI] Add input file support to library (#81701)Cyndy Ishida2-0/+114
2024-02-20[clang] Implement `__is_layout_compatible` (#81506)Vlad Serebrennikov2-0/+3
2024-02-20[Driver] Remove dead -freroll-loops flag (#82254)Nikita Popov1-4/+0
2024-02-18[clang] Differentiate between identifier and string EnumArgument (#68550)Sergei Barannikov1-36/+48
2024-02-16Revert "[AArch64] Add soft-float ABI (#74460)" (#82032)Prabhuk3-12/+0
2024-02-16[C11] Diagnose C11 keywords as being incompatible w/earlier standards (#82015)Aaron Ballman3-0/+8
2024-02-16[OpenACC] Implement beginning parts of the 'parallel' Sema impl (#81659)Erich Keane2-11/+12
2024-02-16[COFF][Aarch64] Add _InterlockedAdd64 intrinsic (#81849)Pierrick Bouvier1-0/+1
2024-02-15[clang] Move `AvailabilityInfo` into AST library (#81897)Cyndy Ishida4-78/+54
2024-02-15bad error message on incorrect string literal #18079 (#81670)akshaykumars6141-1/+4
2024-02-15[HLSL] Vector standard conversions (#71098)Chris B3-1/+17
2024-02-15[OpenACC] Change 'not implemented' diagnostic to be more specificerichkeane2-3/+11
2024-02-15[OpenACC][NFC] Implement basic OpenACC Sema infrastructure (#81874)Erich Keane2-1/+56
2024-02-15[clang] Allow builtin addc/subc to be constant evaluated (#81656)Bryce Wilson1-2/+2
2024-02-15[clang][OpenACC] Fix copy-paste name in ParsingOpenACCDirectiveRAII (#81796)FruitClover1-1/+1
2024-02-15[AArch64] Add soft-float ABI (#74460)ostannard3-0/+12
2024-02-15[flang][clang][docs] Split out Clang specific doc text for -mrvv-vector-bitsDavid Spickett1-5/+9
2024-02-15[clang][flang][driver] Correct program names in option group descriptions (#8...David Spickett2-9/+37
2024-02-15Adding support of AMDLIBM vector library (#78560)Rohit Aggarwal1-2/+2
2024-02-14[clang-format][NFC] Drop "Always" in "AlwaysBreakAfterReturnType". (#81591)rmarker1-3/+3
2024-02-14[-Wunsafe-buffer-usage] Add fixits for array to pointer assignment (#81343)jkorous-apple1-1/+2
2024-02-14[clang][CodeGen] Shift relink option implementation away from module cloning ...Jacob Lambert1-2/+2
2024-02-14[C23] Do not diagnose binary literals as an extension (#81658)Aaron Ballman2-6/+10
2024-02-14[clang][NFC] Use "notable" for "interesting" identifiers in `IdentifierInfo` ...Vlad Serebrennikov3-71/+63
2024-02-13 [clang][InstallAPI] Introduce basic driver to write out tbd files (#81571)Cyndy Ishida10-3/+147
2024-02-13[attributes][analyzer] Generalize [[clang::suppress]] to declarations. (#80371)Artem Dergachev2-0/+30
2024-02-13[Clang][Sema] Diagnose friend declarations with enum elaborated-type-specifie...Krystian Stasiowski3-14/+10
2024-02-13Revert "[clang] Remove #undef alloca workaround" (#81649)Prabhuk1-0/+4
2024-02-13[clang] Remove #undef alloca workaround (#81534)Arthur Eubanks1-4/+0