llvm-project/clang/lib/Format
Daniel Jasper ec04c0dba0 Add a more convenient interface to use clang-format.
It turns out that several implementations go through the trouble of
setting up a SourceManager and Lexer and abstracting this into a
function makes usage easier.

Also abstracts SourceManager-independent ranges out of
tooling::Refactoring and provides a convenience function to create them
from line ranges.

llvm-svn: 181997
2013-05-16 10:40:07 +00:00
..
BreakableToken.cpp Unified token breaking logic: support for line comments. 2013-04-17 17:34:05 +00:00
BreakableToken.h Unified token breaking logic: support for line comments. 2013-04-17 17:34:05 +00:00
CMakeLists.txt Unified token breaking logic for strings and block comments. 2013-04-15 14:28:00 +00:00
Format.cpp Add a more convenient interface to use clang-format. 2013-05-16 10:40:07 +00:00
Makefile
TokenAnnotator.cpp Improve recognition of template definitions. 2013-05-15 13:46:48 +00:00
TokenAnnotator.h Fix uninitialized value bug found by valgrind. 2013-05-14 10:44:17 +00:00
UnwrappedLineParser.cpp Remove diagnostics from clang-format. 2013-05-15 08:14:19 +00:00
UnwrappedLineParser.h Remove diagnostics from clang-format. 2013-05-15 08:14:19 +00:00
WhitespaceManager.cpp Fix style according to post-commit review comments. 2013-05-13 12:53:04 +00:00
WhitespaceManager.h Implements UseTab for clang-format. 2013-05-13 09:22:11 +00:00