Re: [llvm-commits] [llvm] r41192 - /llvm/trunk/include/llvm/Support/PassNameParser.h

2007-08-20 Thread Tanya Lattner
These are good comments, but could you use the doxygen style comments "///" so that it will show up in doxygen? Thanks, Tanya On Aug 20, 2007, at 12:54 PM, David Greene wrote: > Author: greened > Date: Mon Aug 20 14:54:01 2007 > New Revision: 41192 > > URL: http://llvm.org/viewvc/llvm-project?

[llvm-commits] [llvm] r41192 - /llvm/trunk/include/llvm/Support/PassNameParser.h

2007-08-20 Thread David Greene
Author: greened Date: Mon Aug 20 14:54:01 2007 New Revision: 41192 URL: http://llvm.org/viewvc/llvm-project?rev=41192&view=rev Log: Add FilteredPassNameParser along with PassArgFilter to filter passes based on their Arg members. Modified: llvm/trunk/include/llvm/Support/PassNameParser.h M