[llvm-bugs] [Bug 24569] New: Alignment of custom prefix tokens on functions
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Aug 25 07:07:50 PDT 2015
https://llvm.org/bugs/show_bug.cgi?id=24569
Bug ID: 24569
Summary: Alignment of custom prefix tokens on functions
Product: clang
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: Formatter
Assignee: unassignedclangbugs at nondot.org
Reporter: eric.huhtala at gmail.com
CC: djasper at google.com, klimek at google.com,
llvm-bugs at lists.llvm.org
Classification: Unclassified
Is there some way to align custom attribute-like prefix tokens on functions?
for example, I'd like:
SECTION("ROM") NO_INLINE void func(int a) {...
to get formatted into:
SECTION("ROM")
NO_INLINE
void func(int a) {...
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150825/747aff56/attachment.html>
More information about the llvm-bugs
mailing list