[llvm-bugs] [Bug 24946] New: LibFormat inserts spaces around slash in __has_include argument
via llvm-bugs
llvm-bugs at lists.llvm.org
Sat Sep 26 02:24:42 PDT 2015
https://llvm.org/bugs/show_bug.cgi?id=24946
Bug ID: 24946
Summary: LibFormat inserts spaces around slash in __has_include
argument
Product: clang
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: -New Bugs
Assignee: unassignedclangbugs at nondot.org
Reporter: zauguin at gmail.com
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
Formatting
#if __has_include(<experimental/filesystem>)
#endif
results in
#if __has_include(<experimental / filesystem>)
#endif
IMO, this looks weird and it changes the meaning of the program
--
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/20150926/feeab823/attachment.html>
More information about the llvm-bugs
mailing list