[LLVMbugs] [Bug 21602] New: Typo correction fails to mention a template by the same name
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Nov 18 15:54:38 PST 2014
http://llvm.org/bugs/show_bug.cgi?id=21602
Bug ID: 21602
Summary: Typo correction fails to mention a template by the
same name
Product: clang
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: C++
Assignee: rikka at google.com
Reporter: dblaikie at gmail.com
CC: dgregor at apple.com, llvmbugs at cs.uiuc.edu
Classification: Unclassified
Attempting to use StringSet (a template with a single default type argument) I
got this error:
llvm/src/tools/clang/lib/ARCMigrate/ObjCMT.cpp:104:9: error: no type named
'StringSet' in namespace 'llvm'; did you mean 'StringRef'?
llvm::StringSet WhiteListFilenames;
~~~~~~^~~~~~~~~
StringRef
All I really needed was to put "<>" after "StringSet" and it compiles/does what
I want.
--
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/20141118/287688b6/attachment.html>
More information about the llvm-bugs
mailing list