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

Reply via email to