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: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]
    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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to