aboutsummaryrefslogtreecommitdiff
path: root/clang
AgeCommit message (Expand)AuthorFilesLines
2024-04-03[C23] Remove WG14 N2416 from the C status pageAaron Ballman1-5/+0
2024-04-03[clang] Precommit test for `llvm.allow.ubsan.check()` (#87435)Vitaly Buka1-0/+207
2024-04-03Revert "[clang][UBSan] Add implicit conversion check for bitfields" (#87518)Vitaly Buka9-475/+63
2024-04-03[CodeGen] Fix a warningKazu Hirata1-1/+1
2024-04-03[clang] Support __typeof_unqual__ in all C modes (#87392)Nathan Chancellor4-24/+37
2024-04-03[NFC] Delete unintentionally added fileChris Bieneman1-76/+0
2024-04-03[clang-format] Lambda parameter should be passed by const reference (#87306)Owen Pan1-1/+1
2024-04-03[NFC] Bump DIAG_SIZE_FRONTEND (hit the limit downstream as of e05c1b46)Paul Robinson1-1/+1
2024-04-03[clang][UBSan] Add implicit conversion check for bitfields (#75481)Axel Lundberg9-63/+475
2024-04-03[X86_32] Teach X86_32 va_arg to ignore empty structs. (#86075)Longsheng Mou2-0/+27
2024-04-03Reenable external categories (#87357)Daniel Grumberg80-8845/+3892
2024-04-03[NFC] Check the nullness of pointer before dereference it in the assertionChuanqi Xu1-1/+1
2024-04-03[C++20] [Modules] [Driver] Emit unused argument warning if we use '-fmodule-o...Chuanqi Xu3-3/+23
2024-04-03Revert "[Win32][ELF] Make CodeView a DebugInfoFormat only for COFF format (#8...Phoebe Wang2-7/+3
2024-04-03[Win32][ELF] Make CodeView a DebugInfoFormat only for COFF format (#87149)Phoebe Wang2-3/+7
2024-04-03[NFC] Make `DeclContext::noload_lookup()` accept transparent contextChuanqi Xu1-3/+3
2024-04-03[NFC] [Serialization] Extract logics to write decls and types into a standalo...Chuanqi Xu2-67/+68
2024-04-02[Clang] Fix bugs the way we handle duplicate vs conflicting values with loop ...smanna122-1/+23
2024-04-03[NFC] [C++20] [Modules] [Reduced BMI] Make sure the size of reduced BMI is no...Chuanqi Xu4-8/+37
2024-04-03[clang][modules] NFCI: Pragma diagnostic mappings: write/read `FileID` instea...Jan Svoboda3-9/+7
2024-04-02[CodeGen][NFC] Make an opt<> staticVitaly Buka1-2/+2
2024-04-02Use setup_host_tool for clang-ast-dump, fixes 76707Jon Chesterfield1-2/+4
2024-04-02[Fuchsia] Add SWIG flags to Fuchsia Clang stage2 build (#87421)Haowei1-0/+2
2024-04-02[clang-format] Fix a regression in annotating TrailingReturnArrow (#86624)Owen Pan2-0/+6
2024-04-02[HLSL] Fix broken spir-v testChris Bieneman1-1/+1
2024-04-02[C11] Claim conformance to WG14 N1482Aaron Ballman2-1/+60
2024-04-02[clang-format] Add BreakFunctionDefinitionParameters option (#84988)Ameer J6-0/+81
2024-04-02[HLSL] Enable -fconvergent-functions by default (#86571)aniplcc2-2/+12
2024-04-02[Driver,test] Remove --gcc-toolchain=""Fangrui Song20-277/+46
2024-04-02[C99] Claim conformance to WG14 N782Aaron Ballman2-2/+25
2024-04-02[clang] Prefer logical && over & for boolean operations (#87276)aniplcc1-1/+1
2024-04-02Add a link to WG14 N835 to the status pageAaron Ballman1-1/+1
2024-04-02[C99] Claim conformance to "remove deprecation of aliased array parameters"Aaron Ballman1-1/+1
2024-04-02[C99] Remove entry for LIA compatibilityAaron Ballman1-5/+0
2024-04-02[ClangFE] Improve handling of casting of atomic memory operations. (#86691)Jonas Paulsson2-51/+70
2024-04-02[C99] Update paper number tracked for arrays & lvalues; NFCAaron Ballman2-6/+3
2024-04-02[M68k] Change gcc register name from a7 to sp. (#87095)Jim Lin3-3/+143
2024-04-02[InstallAPI] Condense std::pair unwrapping in CategoryRecord NFCCyndy Ishida1-4/+4
2024-04-02[C99] Claim conformance to "additional floating-point characteristics in <flo...Aaron Ballman2-1/+51
2024-04-02[clang] Fix crash when inheriting from a cv-qualified type (#70594)Rajveer Singh Bharadwaj3-1/+32
2024-04-02[Clang][NFC] Clean up unused binary files for offloading tests (#87351)Joseph Huber8-7/+4
2024-04-02[clang][ExtractAPI] improve template argument name deduction (#77716)Erick Velez2-56/+14
2024-04-02[Clang][AST][NFC] Move template argument dependence computations for MemberEx...Krystian Stasiowski3-39/+37
2024-04-02[clang] Add test for CWG1606 (#87274)Yuri Istomin2-1/+12
2024-04-02Revert "[clang][ExtractAPI] Add ability to create multiple symbol graphs (#86...Daniel Grumberg79-3888/+8845
2024-04-02[Clang][AST][NFC] MemberExpr stores NestedNameSpecifierLoc and DeclAccessPair...Krystian Stasiowski5-72/+53
2024-04-02Revert "[NFC][clang][test][asan] Make `instantiation-depth-default.cpp` a val...Mitch Phillips1-5/+11
2024-04-02[clang][ExtractAPI] Add ability to create multiple symbol graphs (#86676)Daniel Grumberg79-8845/+3888
2024-04-02[clang] CTAD: Track template template type parameters that referenced in the ...Haojian Wu2-0/+26
2024-04-02[Clang][Sema] Fix explicit specializations of member function templates with ...Krystian Stasiowski3-17/+49