https://bugs.llvm.org/show_bug.cgi?id=36019
Bug ID: 36019
Summary: Extend IndentPPDirectives with a BeforeHash option
Product: clang
Version: trunk
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P
Component: Formatter
Assignee: unassignedclangb...@nondot.org
Reporter: aardap...@gmail.com
CC: djas...@google.com, kli...@google.com,
llvm-bugs@lists.llvm.org
Currently IndentPPDirectives can have values None:
> #ifdef FOO
> #define BAR
> #endif
or AfterHash:
> #ifdef FOO
> # define BAR
> #endif
I am suggesting to also add BeforeHash:
> #ifdef FOO
> #define BAR
> #endif
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs