[LLVMbugs] [Bug 22170] New: Method declaration inside function-template crashes clang

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Jan 9 02:07:07 PST 2015


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

            Bug ID: 22170
           Summary: Method declaration inside function-template crashes
                    clang
           Product: clang
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: C++
          Assignee: unassignedclangbugs at nondot.org
          Reporter: david.majnemer at gmail.com
                CC: dgregor at apple.com, llvmbugs at cs.uiuc.edu
    Classification: Unclassified

template <class> void missing_template_keyword() {
  class B {
    void test_access();
  };
  void B::test_access();
}
template void missing_template_keyword<int>();

-- 
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/20150109/ac303d53/attachment.html>


More information about the llvm-bugs mailing list