llvm-project/clang/tools/clang-format
Reid Kleckner 898229ab4b [Driver] Refactor clang driver to use LLVM's Option library
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
2013-06-14 17:17:23 +00:00
..
CMakeLists.txt
ClangFormat.cpp Fix behavior of clang-format's -cursor flag. 2013-05-21 14:21:46 +00:00
Makefile [Driver] Refactor clang driver to use LLVM's Option library 2013-06-14 17:17:23 +00:00
clang-format-bbedit.applescript Basic clang-format integration for BBEdit. 2013-05-02 17:37:36 +00:00
clang-format-diff.py Fix default value of clang-format-diff's -p option. 2013-05-30 11:50:20 +00:00
clang-format-sublime.py Add basic clang-format integration for sublime text. 2013-05-16 15:08:25 +00:00
clang-format.el Make it possible to assign clang-format-buffer to a keybinding. 2013-06-11 12:00:24 +00:00
clang-format.py [clang-format] Don't flash an ugly cmd prompt in Vim on Windows 2013-06-10 14:16:26 +00:00
git-clang-format clang-format integration for git. 2013-05-23 17:53:42 +00:00