aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CGDebugInfo.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-01-24Revert "[c++20] P1907R1: Support for generalized non-type template arguments ...revert-78041-p1907r1Erich Keane1-10/+0
2024-01-21[c++20] P1907R1: Support for generalized non-type template arguments of scala...Andrey Ali Khan Bolshakov1-0/+10
2024-01-18[Clang][NFC] Rename CXXMethodDecl::isPure -> is VirtualPure (#78463)cor3ntin1-1/+1
2023-12-13[clang] Use StringRef::{starts,ends}_with (NFC) (#75149)Kazu Hirata1-3/+4
2023-12-12[DebugInfo] Fix duplicate DIFile when main file is preprocessed (#75022)Fangrui Song1-4/+6
2023-12-06[clang][DebugInfo] Revert "emit definitions for constant-initialized static d...Michael Buch1-73/+0
2023-11-30[clang][DebugInfo] Improve heuristic to determine whether to evaluate a stati...Michael Buch1-4/+24
2023-11-28[clang][DebugInfo] Revert to attaching DW_AT_const_value on static member dec...Michael Buch1-3/+15
2023-11-21Supports viewing class member variables in lambda when using the vs debugger ...GkvJwa1-1/+3
2023-11-15Add RunTimeLang to Class and Enumeration DIBuilder functions (#72011)Augusto Noronha1-3/+3
2023-11-15[clang][DebugInfo] Fix iterator invalidation during EmitGlobalVariable (#72415)Michael Buch1-2/+7
2023-11-15[clang][DebugInfo] DWARFv5: static data members declarations are DW_TAG_varia...Michael Buch1-3/+6
2023-11-15Reland "[llvm][DebugInfo] DWARFv5: static data members declarations are DW_TA...Michael Buch1-1/+2
2023-11-15Revert "[llvm][DebugInfo] DWARFv5: static data members declarations are DW_TA...Michael Buch1-2/+1
2023-11-15[llvm][DebugInfo] DWARFv5: static data members declarations are DW_TAG_variab...Michael Buch1-1/+2
2023-11-13Reland "[clang][DebugInfo] Emit global variable definitions for static data m...Michael Buch1-11/+49
2023-11-07Revert "Reland "clang][DebugInfo] Emit global variable definitions for static...Hans Wennborg1-47/+11
2023-11-07Reland "clang][DebugInfo] Emit global variable definitions for static data me...Michael Buch1-11/+47
2023-11-06Revert "[clang][DebugInfo] Emit global variable definitions for static data m...Michael Buch1-47/+11
2023-11-06[clang][DebugInfo] Emit global variable definitions for static data members w...Michael Buch1-11/+47
2023-11-06[clang][DebugInfo][NFC] Add createConstantValueExpression helper (#70674)Michael Buch1-18/+30
2023-11-06[clang][NFC] Refactor `ImplicitParamDecl::ImplicitParamKind`Vlad Serebrennikov1-3/+3
2023-10-31[clang][NFC] Refactor `VectorType::VectorKind`Vlad Serebrennikov1-2/+2
2023-10-31[clang][NFC] Refactor `ArrayType::ArraySizeModifier`Vlad Serebrennikov1-2/+2
2023-10-25[Clang][DebugInfo] Clang generates an extra spurious unnamed 'dbg.declare' (#...Carlos Alberto Enciso1-1/+5
2023-10-23[clang] Add clang::preferred_type attribute for bitfields (#69104)Vlad Serebrennikov1-0/+2
2023-10-15[Clang][M68k] Add Clang support for the new M68k_RTD CCMin-Yih Hsu1-0/+2
2023-10-02[C++] Implement "Deducing this" (P0847R7)Corentin Jabot1-2/+2
2023-08-18Reapply "[DebugInfo] Alternate (more efficient) MD5 fix"Paul Robinson1-5/+8
2023-08-18Revert "Reapply "[DebugInfo] Alternate (more efficient) MD5 fix""Paul Robinson1-8/+6
2023-08-18Reapply "[DebugInfo] Alternate (more efficient) MD5 fix"Paul Robinson1-6/+8
2023-08-17Revert "[DebugInfo] Alternate (more efficient) MD5 fix"Paul Robinson1-8/+6
2023-08-17[DebugInfo] Alternate (more efficient) MD5 fixPaul Robinson1-6/+8
2023-08-16[Clang][DebugInfo] Emit narrower base types for structured binding declaratio...Victor Campos1-2/+41
2023-06-20[clang][DebugInfo] Emit DW_AT_deleted on any deleted member functionMichael Buch1-21/+2
2023-06-14[DebugInfo] Always emit `.debug_names` with DWARF 5 for Apple platformsJonas Devlieghere1-5/+9
2023-06-14Revert "[DebugInfo] Always emit `.debug_names` with DWARF 5 for Apple platforms"Jonas Devlieghere1-9/+5
2023-06-14[DebugInfo] Always emit `.debug_names` with DWARF 5 for Apple platformsJonas Devlieghere1-5/+9
2023-06-04[NFC][CLANG] Fix Static Code Analyzer ConcernsManna, Soumi1-1/+1
2023-05-17[gcov] Simplify cc1 options and remove CodeGenOptions EmitCovNotes/EmitCovArcsFangrui Song1-2/+2
2023-04-25-fdebug-prefix-map=: make the last win when multiple prefixes matchFangrui Song1-7/+2
2023-04-17[DebugInfo] Fix file path separator when targeting windows.Zequan Wu1-4/+10
2023-04-07[clang][DebugInfo] Emit DW_AT_type of preferred name if availableMichael Buch1-9/+32
2023-03-29[NFC][Clang] Move DebugOptions to llvm/Frontend for reuse in FlangKiran Chandramohan1-36/+39
2023-03-28[Clang][DebugInfo][AMDGPU] Emit zero size bitfields in the debug info to deli...Juan Manuel MARTINEZ CAAMAÑO1-4/+81
2023-03-07[Clang] Create opaque type for AArch64 SVE2p1/SME2 svcount_t.Sander de Smalen1-12/+29
2023-02-28DebugInfo: Disable ctor homing for types with only deleted (non copy/move) ctorsDavid Blaikie1-3/+12
2023-02-20[debug-info][codegen] Prevent creation of self-referential SP nodeFelipe de Azevedo Piovezan1-4/+3
2023-02-17[WebAssembly] Initial support for reference type externref in clangPaulo Matos1-0/+11
2023-02-05Revert "[clang][WebAssembly] Initial support for reference type externref in ...Vitaly Buka1-11/+0