| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
ArrayRef. NFC
llvm-svn: 250903
|
|
|
|
|
|
| |
It is not needed after LLVM r187546.
llvm-svn: 187550
|
|
|
|
|
|
|
|
|
| |
This depends on LLVM r187537.
The SUPPORT_ALIASARGS macro will be removed once all option parsing
clients have been updated.
llvm-svn: 187538
|
|
|
|
|
|
| |
Also make some strings static and add missing #undef's
llvm-svn: 186518
|
|
|
|
| |
llvm-svn: 186300
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The big changes are:
- Deleting Driver/(Arg|Opt)*
- Rewriting includes to llvm/Option/ and re-sorting
- 'using namespace llvm::opt' in clang::driver
- Fixing the autoconf build by adding option everywhere
As discussed in the review, this change includes using directives in
header files. I'll make follow up changes to remove those in favor of
name specifiers.
Reviewers: espindola
Differential Revision: http://llvm-reviews.chandlerc.com/D975
llvm-svn: 183989
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Each option has a set of prefixes. When matching an argument such as
-funroll-loops. First the leading - is removed as it is a prefix. Then
a lower_bound search for "funroll-loops" is done against the option table by
option name. From there each option prefix + option name combination is tested
against the argument.
This allows us to support Microsoft style options where both / and - are valid
prefixes. It also simplifies the cases we already have where options come in
both - and -- forms. Almost every option for gnu-ld happens to have this form.
llvm-svn: 166444
|
|
|
|
| |
llvm-svn: 164644
|
|
|
|
| |
llvm-svn: 142725
|
|
|
|
|
|
|
| |
open them in fundamental-mode instead of c++-mode.
Also twiddle whitespace for consistency in ToolChains.cpp.
llvm-svn: 122646
|
|
|
|
|
|
| |
of dirty data around.
llvm-svn: 91002
|
|
|
|
| |
llvm-svn: 89371
|
|
|
|
| |
llvm-svn: 89288
|
|
llvm-svn: 89283
|