aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen/StringMatcher.h
AgeCommit message (Collapse)Author
2012-05-02Move llvm-tblgen's StringMatcher into the TableGen library so it canDouglas Gregor
be used by clang-tblgen. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156000 91177308-0d34-0410-b5e6-96231b3b80d8
2010-09-06allow specifying an indentation level for the string matcher.Chris Lattner
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113143 91177308-0d34-0410-b5e6-96231b3b80d8
2010-09-06factor the snazzy string matcher code that Daniel hatesChris Lattner
out of AsmMatcherEmitter.cpp into its own class. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113137 91177308-0d34-0410-b5e6-96231b3b80d8