summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm/Support/CommandLine.h
Commit message (Collapse)AuthorAgeFilesLines
* Per code review:Reid Spencer2004-11-161-7/+13
| | | | | | *Implement/Document the cl::extrahelp feature instead of the MoreHelp ptr. llvm-svn: 17871
* Add the MoreHelp function pointer. If non-null, this specifies a function to ↵Reid Spencer2004-11-141-0/+8
| | | | | | be called to print out additional help information llvm-svn: 17756
* Convert 'struct' to 'class' in various places to adhere to the coding standardsChris Lattner2004-10-271-14/+18
| | | | | | and work better with VC++. Patch contributed by Morten Ofstad! llvm-svn: 17281
* Changes For Bug 352Reid Spencer2004-09-011-0/+1049
| | | | | | | | Move include/Config and include/Support into include/llvm/Config, include/llvm/ADT and include/llvm/Support. From here on out, all LLVM public header files must be under include/llvm/. llvm-svn: 16137
* Move support directoryChris Lattner2001-11-291-399/+0
| | | | llvm-svn: 1401
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-271-0/+399
from "llvm/Support/..." that are not llvm dependant. Move files and fix #includes llvm-svn: 1400
OpenPOWER on IntegriCloud