search for: r168113

Displaying 2 results from an estimated 2 matches for "r168113".

Did you mean: r168110
2012 Nov 16
4
[LLVMdev] Proposal: Enhance FileCheck's variable matching capabilities
...useful in the tests I'm currently writing (not upstream yet, but soon will be). If the idea sounds good to people, all that's left is the implementation :-) I already have it in my branches and can provide a full implementation with tests (FileCheck now has a test/ dir all of its own since r168113) if the proposal is accepted. The rough outline of the implementation: To enable such matching in a natural way, our regex implementation needs to support backreferences in matches. This then allows to find all references to a variable defined on the same line and substitute them by backrefs. Lu...
2012 Nov 17
0
[LLVMdev] Proposal: Enhance FileCheck's variable matching capabilities
...urrently writing (not > upstream yet, but soon will be). > > If the idea sounds good to people, all that's left is the > implementation :-) I already have it in my branches and can provide a > full implementation with tests (FileCheck now has a test/ dir all of > its own since r168113) if the proposal is accepted. > > The rough outline of the implementation: > > To enable such matching in a natural way, our regex implementation > needs to support backreferences in matches. This then allows to find > all references to a variable defined on the same line and subs...