aboutsummaryrefslogtreecommitdiff
path: root/clang/docs
AgeCommit message (Expand)AuthorFilesLines
2024-01-24[docs] [C++20] [Modules] Document how to import modules in clang-replChuanqi Xu1-0/+39
2024-01-24Support C++20 Modules in clang-repl (#79261)Chuanqi Xu1-0/+2
2024-01-23Bump trunk version to 19.0.0gitllvmorg-19-initTom Stellard1-1283/+0
2024-01-23[AMDGPU] Change default AMDHSA Code Object version to 5 (#79038)Saiyedul Islam1-0/+3
2024-01-23[C++20] [Modules] Handle inconsistent deduced function return type from impor...Chuanqi Xu1-0/+5
2024-01-23[docs] Add llvm & clang release notes for LoongArch (#79097)Lu Weining1-2/+12
2024-01-23[clang][analyzer] Support 'getdelim' and 'getline' in StreamChecker (#78693)Ben Shi1-3/+5
2024-01-22[clang][NFC] Update top-level Code Coverage documentation to include MC/DC.Alan Phipps1-5/+47
2024-01-22[Clang] Update feature test macros for Clang 18 (#78991)cor3ntin1-1/+5
2024-01-22[PGO] Reland PGO's Counter Reset and File Dumping APIs #76471 (#78285)Qiongsi Wu1-0/+104
2024-01-22[CLANG] Add warning when INF or NAN are used in a binary operation or as func...Zahira Ammarguellat1-0/+5
2024-01-22[Sema] Add `-fvisibility-global-new-delete=` option (#75364)bd1976bris1-1/+14
2024-01-22[coverage] skipping code coverage for 'if constexpr' and 'if consteval' (#78033)Hana Dusíková1-1/+1
2024-01-22[clang] Fix assertion failure with deleted overloaded unary operators (#78316)Mariya Podchishchaeva1-0/+2
2024-01-22Revert "[Clang][Sema] Diagnose function/variable templates that shadow their ...Corentin Jabot1-1/+0
2024-01-22[docs] Update StandardCPlusPlusModules.rst with clang18Chuanqi Xu1-6/+63
2024-01-22[docs] Add llvm and clang release notes for the global-var code model attribu...hev1-0/+9
2024-01-21[c++20] P1907R1: Support for generalized non-type template arguments of scala...Andrey Ali Khan Bolshakov1-0/+3
2024-01-21[C23] Implement N2490, Remove trigraphs??!Aaron Ballman1-0/+7
2024-01-20Warning for incorrect use of 'pure' attribute (#78200)kelbon1-1/+1
2024-01-20[clang] Implement CWG1878 "`operator auto` template" (#78103)Vlad Serebrennikov1-0/+2
2024-01-20[clang-format] Add SkipMacroDefinitionBody option (#78682)Owen Pan2-0/+6
2024-01-19Reland "[clang] Fix CTAD for aggregates for nested template classes" (#78670)antangelo1-0/+3
2024-01-19[SemaCXX] Implement CWG2137 (list-initialization from objects of the same typ...Mital Ashok1-0/+5
2024-01-19[Release Notes] [C++20] [Modules] Summarize modules related change to the rel...Chuanqi Xu1-4/+36
2024-01-19[coroutine] Create coroutine body in the correct eval context (#78589)Utkarsh Saxena1-0/+3
2024-01-18[clang] Fix parenthesized list initialization of arrays not working with `new...Alan Zhao1-0/+3
2024-01-18[Clang] Fix dependency of SourceLocExpr. (#78436)cor3ntin1-0/+4
2024-01-17Revert "[clang] Fix CTAD for aggregates for nested template classes" (#78541)antangelo1-3/+0
2024-01-17[Clang] Support MSPropertyRefExpr as placement arg to new-expression (#75883)Sirraide1-0/+30
2024-01-17[clang] Fix CTAD for aggregates for nested template classes (#78387)antangelo1-0/+3
2024-01-17[Clang] Update Unicode version to 15.1 (#77147)cor3ntin1-0/+2
2024-01-17[Clang][Sema] Diagnose function/variable templates that shadow their own temp...Krystian Stasiowski1-0/+1
2024-01-17[Clang][Sema] improve sema check of clang::musttail attribute (#77727)Qizhi Hu1-0/+3
2024-01-17[clang][AST] Invalidate DecompositionDecl if it has invalid initializer. (#72...Haojian Wu1-0/+3
2024-01-17[clang][docs] Improve "Obtaining Clang" section (#71313)Robin Caloudis1-7/+7
2024-01-17[Clang] Implement CWG2598: Union of non-literal types (#78195)cor3ntin1-0/+5
2024-01-16[clang-cl] document correct defaults for `-fms-compatibility-version` / `-fms...h-vetinari2-3/+3
2024-01-16[clang] Emit error for invalid friend functions under [temp.friend]p9 (#78083)antangelo1-0/+3
2024-01-17[Clang][Sema] Extract ellipsis location from CXXFoldExpr for reattaching cons...Younan Zhang1-0/+3
2024-01-16[Clang] Implement the 'counted_by' attribute (#76348)Bill Wendling1-0/+5
2024-01-16Recommit "[AST] Use APIntStorage to fix memory leak in EnumConstantDecl. (#78...Craig Topper1-0/+2
2024-01-16[BoundsSafety] Initial documentation for -fbounds-safety (#70749)Yeoul Na3-0/+1255
2024-01-16Revert "[AST] Use APIntStorage to fix memory leak in EnumConstantDecl. (#78311)"Craig Topper1-2/+0
2024-01-16[AST] Use APIntStorage to fix memory leak in EnumConstantDecl. (#78311)Craig Topper1-0/+2
2024-01-16[clang][ASTMatcher] Add matchers for CXXFoldExpr (#71245)Julian Schmidt2-23/+274
2024-01-16[RISCV] CodeGen of RVE and ilp32e/lp64e ABIs (#76777)Wang Pengcheng1-0/+2
2024-01-16[clang] Fix CTAD not work for function-type and array-type arguments. (#78159)Haojian Wu1-0/+2
2024-01-15Revert "[Clang] Implement the 'counted_by' attribute (#76348)"Rashmi Mudduluru1-5/+0
2024-01-15Fix crash with modules and constexpr destructor (#69076)Jonas Hahnfeld1-0/+2