summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/attr-annotate.cpp
AgeCommit message (Expand)Author
2024-08-09[IRBuilder] Generate nuw GEPs for struct member accesses (#99538)Hari Limaye
2024-06-28[CodeGen] Use MapVector to stabilize iteration orderFangrui Song
2024-05-04[test] %clang_cc1 -emit-llvm: remove redundant -SFangrui Song
2023-11-29[clang][CodeGen] Emit annotations for function declarations. (#66716)Brendan Dahl
2023-09-13Revert "[clang][CodeGen] Emit annotations for function declarations."Benjamin Kramer
2023-09-12[clang][CodeGen] Emit annotations for function declarations.Brendan Dahl
2022-12-07Overload all llvm.annotation intrinsics for globals argumentAlex Richardson
2022-10-06[CodeGenCXX] Convert some tests to opaque pointers (NFC)Nikita Popov
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2021-10-21Revert "AddGlobalAnnotations for function with or without function body."Aaron Ballman
2021-10-11AddGlobalAnnotations for function with or without function body.Chris Bieneman
2020-10-26[Annotation] Allows annotation to carry some additional constant arguments.Tyker