[swift-evolution] [Pitch] #warning

Chris Lattner clattner at apple.com
Wed Jun 1 18:26:58 CDT 2016


On Jun 1, 2016, at 3:56 AM, Jeremy Pereira via swift-evolution <swift-evolution at swift.org> wrote:
>> One may argue that the comment-based markings can be handled by the IDE, but IMO transferring language features onto IDE is wrong. These comments do not appear anywhere within the log when the code is compiled.
> 
> 
> Something that is inside a comment is not a language feature by definition. 

You realize that both Clang and Swift parses structured doc comments?  Comments are an important part of the language, just like any other syntax.

-Chris



More information about the swift-evolution mailing list