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

             Bug #: 13558
           Summary: ActOnCompatiblityAlias misspells "Compatiblity" at API
                    boundary
           Product: clang
           Version: trunk
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Frontend
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    Classification: Unclassified


grep -lr '[Cc]ompatiblity' .

./include/clang/Sema/Sema.h
./lib/Parse/ParseObjc.cpp
./lib/Sema/SemaDeclObjC.cpp

The method name "ActOnCompatiblityAlias" should be renamed to
"ActOnCompatibilityAlias", for the sanity of people using Clang internals or
writing Clang plugins. Typos in comments don't matter at all, but typos in APIs
are a real pain. The earlier caught and fixed, the better for our children.
Think of the children.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to