summaryrefslogtreecommitdiffstats
path: root/utils/FindSpecRefs
Commit message (Collapse)AuthorAgeFilesLines
* Use /usr/bin/env trick to find python. Patch by Krister Walfridsson.Eli Friedman2009-07-101-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@75271 91177308-0d34-0410-b5e6-96231b3b80d8
* Update FindSpecRefs to recognize named section references.Daniel Dunbar2008-10-291-15/+40
| | | | | | | | | - Unfortunately, I don't have an easy way to map from named sections to numbers nicely so they don't get page numbers or integrate in the list well. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@58368 91177308-0d34-0410-b5e6-96231b3b80d8
* Teach FindSpecRefs how to link to C++ spec.Daniel Dunbar2008-09-121-1/+299
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56164 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix FindSpecRefs to be Python 2.4 compatible and get the SVN revisionDaniel Dunbar2008-09-041-42/+23
| | | | | | | in a more obvious fashion. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@55791 91177308-0d34-0410-b5e6-96231b3b80d8
* Add utils/FindSpecRefs, Python script for generating specificationDaniel Dunbar2008-08-291-0/+606
references HTML page. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@55524 91177308-0d34-0410-b5e6-96231b3b80d8