Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix copy/paste-o. | Jim Grosbach | 2012-04-18 | 1 | -1/+1 |
| | | | | llvm-svn: 155016 | ||||
* | TableGen add warning diagnostic helper functions. | Jim Grosbach | 2012-04-18 | 1 | -0/+16 |
| | | | | llvm-svn: 155012 | ||||
* | Make SMDiagnostic a little more sane. Instead of passing around ↵ | Chris Lattner | 2011-10-16 | 1 | -2/+2 |
| | | | | | | | | note/warning/error as a string, pass it around as an enum. llvm-svn: 142107 | ||||
* | Move TableGen's parser and entry point into a library | Peter Collingbourne | 2011-10-01 | 1 | -0/+39 |
This is the first step towards splitting LLVM and Clang's tblgen executables. llvm-svn: 140951 |