[LLVMbugs] [Bug 13558] New: ActOnCompatiblityAlias misspells "Compatiblity" at API boundary
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Aug 8 16:03:22 PDT 2012
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: unassignedclangbugs at nondot.org
ReportedBy: arthur.j.odwyer at gmail.com
CC: llvmbugs at cs.uiuc.edu
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.
More information about the llvm-bugs
mailing list