aboutsummaryrefslogtreecommitdiff
path: root/utils/FindSpecRefs
AgeCommit message (Collapse)Author
2009-07-10Use /usr/bin/env trick to find python. Patch by Krister Walfridsson.Eli Friedman
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@75271 91177308-0d34-0410-b5e6-96231b3b80d8
2008-10-29Update FindSpecRefs to recognize named section references.Daniel Dunbar
- 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
2008-09-12Teach FindSpecRefs how to link to C++ spec.Daniel Dunbar
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56164 91177308-0d34-0410-b5e6-96231b3b80d8
2008-09-04Fix FindSpecRefs to be Python 2.4 compatible and get the SVN revisionDaniel Dunbar
in a more obvious fashion. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@55791 91177308-0d34-0410-b5e6-96231b3b80d8
2008-08-29Add utils/FindSpecRefs, Python script for generating specificationDaniel Dunbar
references HTML page. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@55524 91177308-0d34-0410-b5e6-96231b3b80d8