Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move TableGen's parser and entry point into a library | Peter Collingbourne | 2011-10-01 | 1 | -39/+0 |
| | | | | | | This is the first step towards splitting LLVM and Clang's tblgen executables. llvm-svn: 140951 | ||||
* | Consolidate some TableGen diagnostic helper functions. | Jim Grosbach | 2011-06-21 | 1 | -0/+39 |
TableGen had diagnostic printers sprinkled about in a few places. Pull them together into a single location in Error.cpp. llvm-svn: 133568 |