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

            Bug ID: 15443
           Summary: Add -ast-dump=functionName
           Product: clang
           Version: trunk
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Frontend
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

When debugging a preprocessed source file, I often only want to dump a single
declaration. It'd be great if I could specify a declaration name to -ast-dump,
and it only dumps that declaration.

Examples of things I'd like to see:
main
clang::Expr
+[Foo classMethod]
-[Foo instanceMethod]

(FWIW, another debugging option, -analyze-function, would benefit from this as
well.)

-- 
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