aboutsummaryrefslogtreecommitdiff
path: root/clang
AgeCommit message (Expand)AuthorFilesLines
2024-01-15[clang] Reword apologetic Clang diagnostic messages (#76310)Pavel Gueorguiev9-20/+20
2024-01-15[TargetParser] Define AEK_FCMA and AEK_JSCVT for tsv110 (#75516)Qi Hu2-11/+11
2024-01-15[SystemZ][z/OS] Add support for recognizing z/OS personality function in Clan...Yusra Syeda3-0/+10
2024-01-15[Clang] Rename and enable boolean get, set, create and undef for sme2 (#77338)Sam Tebbs9-70/+141
2024-01-15[clang][Interp] Support __real/__imag on primitives (#75485)Timm Baeder2-2/+13
2024-01-15[Format] Fix isStartOfName to recognize attributes (#76804)Ilya Biryukov3-9/+4
2024-01-15[clang][test][NFC] Enable more tests with new constexpr interpreterTimm Bäder5-0/+5
2024-01-15[clang][ASTImporter] Fix import of variable template redeclarations. (#72841)Balázs Kéri2-10/+67
2024-01-15[clang][Interp][NFC] Remove outdated FIXME commentTimm Bäder2-3/+0
2024-01-15[Clang][AArch64] Change SME attributes for shared/new/preserved state. (#76971)Sander de Smalen76-1358/+1663
2024-01-15[C++20] [Modules] [Serialization] Don't record '#pragma once' information in ...Chuanqi Xu2-1/+27
2024-01-15[Clang][SME2] Fix PSEL builtin predicates (#77097)Kerry McLaughlin3-98/+123
2024-01-15[clang][Interp] Implement IntegralAP::{div, rem} (#72614)Timm Baeder2-4/+38
2024-01-15Fix crash with modules and constexpr destructor (#69076)Jonas Hahnfeld3-4/+83
2024-01-15[PowerPC] Implement fence builtin (#76495)Qiu Chaofan3-0/+29
2024-01-15[clang-format] Stop aligning the to continuation lines (#76378)sstwcw3-1/+24
2024-01-14[clang-format] Add PenaltyBreakScopeResolution option. (#78015)rmarker7-1/+30
2024-01-14[clang] SyntaxWarning: invalid escape sequence '\s' with Python3.12 (#78036)Jie Fu (傅杰)1-1/+1
2024-01-14[clang-format][NFC] Use FileCheck for clang-format-ignore lit test (#77977)Owen Pan1-21/+25
2024-01-14[AVX10][Doc] Add documentation about AVX10 options and their attentions (#77925)Phoebe Wang1-0/+54
2024-01-14[clang][NFC] Improve formatting in C++ DR testsVlad Serebrennikov7-413/+413
2024-01-14[clang] Add tests for DRs about complete-class context (#77444)Vlad Serebrennikov5-4/+83
2024-01-14[clang] Add test for CWG1350 (#78040)Vlad Serebrennikov3-1/+79
2024-01-13[RISCV] Change required features for Zvfhmin intrinsics from ZvfhminOrZvfh to...Jim Lin4-27/+26
2024-01-12[CodeGen] Use DenseMap::contains (NFC)Kazu Hirata1-3/+3
2024-01-13[clang][Interp] Diagnose reads from non-const global variables (#71919)Timm Baeder7-20/+126
2024-01-12[clang] Use SmallString::operator std::string() (NFC)Kazu Hirata3-3/+3
2024-01-12[SPARC] Consume `tune-cpu` directive in the backend (#77195)Koakuma1-1/+1
2024-01-12[OpenACC] Remove mistakenly left TODO and fix format issueerichkeane1-2/+1
2024-01-12[clang] Adjust -mlarge-data-threshold handling (#77958)Arthur Eubanks6-17/+29
2024-01-12[clang-format] Handle possible crash in `getCells` (#77723)XDeme2-1/+13
2024-01-12[Driver,test] Update sanitizer test after RequiresPIE removal #77689Fangrui Song2-6/+0
2024-01-12[clang[test] Require x86 target for new testsDavid Spickett2-0/+2
2024-01-12[clang][analyzer] Add function 'fprintf' to StreamChecker. (#77613)Balázs Kéri3-3/+74
2024-01-12[LLVM][DWARF] Fix accelerator table switching between CU and TU (#77511)Alexander Yermolovich2-0/+131
2024-01-12[OpenACC] Implement the 'rest' of the simple 'var-list' clauseserichkeane3-5/+194
2024-01-12[clang] Reapply Handle templated operators with reversed arguments (#72213)Utkarsh Saxena3-12/+175
2024-01-12[Sema] Use lexical DC for friend functions when getting constraint instantiat...antangelo3-0/+23
2024-01-12[Clang] Revert inintentional changes to cmake committed in 33e5db6e0Corentin Jabot1-1/+1
2024-01-12[AArch64][SME2] Fix SME2 mla/mls tests (#76711)Matthew Devereau5-76/+76
2024-01-12[AArch64][SME] Fix multi vector cvt builtins (#77656)Matthew Devereau2-25/+25
2024-01-12Revert "[clang][dataflow] Remove unused private field 'StmtToEnv' (NFC)"Jie Fu1-1/+2
2024-01-12[ObjC]: Make type encoding safe in symbol names (#77797)Frederik Carlier3-31/+59
2024-01-12Revert "[clang][dataflow] Process terminator condition within `transferCFGBlo...martinboehme3-62/+12
2024-01-12[clang-format] SpacesInSquareBrackets not working for Java (#77833)MyDeveloperDay2-0/+19
2024-01-12[clang][dataflow] Remove unused private field 'StmtToEnv' (NFC)Jie Fu1-2/+1
2024-01-12[clang][dataflow] Process terminator condition within `transferCFGBlock()`. (...martinboehme3-12/+62
2024-01-11[test] Improve x86 inline asm testsFangrui Song1-0/+0
2024-01-11[StaticAnalyzer] Use StringRef::contains_insensitive (NFC)Kazu Hirata1-3/+3
2024-01-12[docs] Update doc for C++20 Modules after dc4e85bChuanqi Xu1-6/+5