[LLVMbugs] [Bug 17777] New: Feature request: typo correction for preprocessor directives

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Nov 1 16:07:24 PDT 2013


http://llvm.org/bugs/show_bug.cgi?id=17777

            Bug ID: 17777
           Summary: Feature request: typo correction for preprocessor
                    directives
           Product: clang
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Frontend
          Assignee: unassignedclangbugs at nondot.org
          Reporter: mimomorin at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

For primers on C/C++ programming, it would be useful to
do typo correction for preprocessor directives, such as

#inlude
 ^~~~~~
did you mean 'include'?

#dfine
 ^~~~~
did you mean 'define'?

Thanks.

-- 
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/20131101/594bc32f/attachment.html>


More information about the llvm-bugs mailing list