llvm-6502/include/llvm/TableGen
Jordan Rose b50df4a3df TableGen: Keep track of superclass reference ranges.
def foo : bar;
          ~~~

This allows us to produce more precise diagnostics about a certain
superclass, and even provide fixits.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172085 91177308-0d34-0410-b5e6-96231b3b80d8
2013-01-10 18:50:11 +00:00
..
Error.h Remove exception handling usage from tblgen. 2012-10-25 20:33:17 +00:00
Main.h Move misplaced comment. 2012-10-09 01:47:16 +00:00
Record.h TableGen: Keep track of superclass reference ranges. 2013-01-10 18:50:11 +00:00
StringMatcher.h Fix include guards so they exactly match file names. 2013-01-10 00:45:19 +00:00
TableGenBackend.h