]> granicus.if.org Git - clang/commit
Driver: Tweak option naming/def:
authorDaniel Dunbar <daniel@zuster.org>
Thu, 12 Mar 2009 03:42:54 +0000 (03:42 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 12 Mar 2009 03:42:54 +0000 (03:42 +0000)
commitb349fccc4a6e416483b0b36b4f74e39787c62344
tree6d060e0040530530ba8e264a8c6d760757e7e1b8
parentd639b42fb139b67abd878364df8707a30029e7b3
Driver: Tweak option naming/def:
 - Use OPT_ prefix for ids.

 - Reference groups and aliases by shortend id (on the theory that
   this is more readable).

 - Rename the special option ids to more protected names.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66767 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/Options.def
include/clang/Driver/Options.h
lib/Driver/OptTable.cpp
lib/Driver/Option.cpp