aboutsummaryrefslogtreecommitdiffstats
path: root/utils/Burg/gram.yc
Commit message (Collapse)AuthorAgeFilesLines
* This function REALLY DOES return voidChris Lattner2003-11-201-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10124 91177308-0d34-0410-b5e6-96231b3b80d8
* Update to work with newer versions of bisonChris Lattner2003-03-311-22/+22
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5762 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix tons of warnings, convert burg to use Makefile.common system, renameChris Lattner2002-09-221-0/+91
gram.y to gram.yc so that we don't try to turn it into a .cpp file. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3874 91177308-0d34-0410-b5e6-96231b3b80d8