[llvm-branch-commits] [clang] [clang] Add clang::nooutline Attribute (PR #163666)
Sam Elliott via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Oct 16 13:55:08 PDT 2025
================
@@ -0,0 +1,16 @@
+// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py UTC_ARGS: --check-attributes --version 6
+// RUN: %clang_cc1 -emit-llvm %s -triple x86_64-unknown-linux-gnu -disable-O0-optnone -o - | FileCheck %s
----------------
lenary wrote:
Done.
I don't know if there's something I'm missing by using Function, which I should be testing.
For instance:
- C++ Lambdas?
- C++ Methods?
- Blocks?
- Objective-C Methods?
I presume C++ Methods will work with this, the others I'm less sure of.
https://github.com/llvm/llvm-project/pull/163666
More information about the llvm-branch-commits
mailing list