summaryrefslogtreecommitdiff
path: root/test/TableGen/ValidIdentifiers.td
Commit message (Collapse)AuthorAge
* FileCheckize r197869Alp Toker2013-12-22
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197872 91177308-0d34-0410-b5e6-96231b3b80d8
* Relax tab check into a whitespace check to fix the test in r197869Alp Toker2013-12-21
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197870 91177308-0d34-0410-b5e6-96231b3b80d8
* TableGen: Generate valid identifiers for anonymous recordsAlp Toker2013-12-21
Backends like OptParserEmitter assume that record names can be used as valid identifiers. The period '.' in generated anonymous names broke that assumption, causing a build-time error and in practice forcing all records to be named. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197869 91177308-0d34-0410-b5e6-96231b3b80d8