llvm-project/clang/lib/Format
Daniel Jasper 04a71a45ff clang-format: Initial support for try-catch.
Most of this patch was created by Alexander Rojas in
http://reviews.llvm.org/D2555
Thank you!

Synced and addressed review comments.

llvm-svn: 208302
2014-05-08 11:58:24 +00:00
..
BreakableToken.cpp [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE 2014-04-22 03:17:02 +00:00
BreakableToken.h Fix alignment of trailing block comments. 2014-04-17 16:12:46 +00:00
CMakeLists.txt [CMake] Use LINK_LIBS instead of target_link_libraries(). 2014-02-26 06:41:29 +00:00
ContinuationIndenter.cpp clang-format: Fix corner cases for comments in if conditions. 2014-05-07 09:23:05 +00:00
ContinuationIndenter.h clang-format: Don't allow hanging indentation for operators on new lines 2014-04-14 11:08:45 +00:00
Encoding.h Fix crash in getStringSplit. 2013-11-26 10:38:53 +00:00
Format.cpp clang-format: [JS] Support regex literals after 'return'. 2014-05-08 07:45:18 +00:00
FormatToken.cpp clang-format: Respect BinPackParameters in Cpp11BracedListStyle. 2014-04-17 11:32:02 +00:00
FormatToken.h clang-format: [JS] Initial support for regex literals. 2014-05-08 07:01:45 +00:00
Makefile
TokenAnnotator.cpp clang-format: Fix binary operator detection before lambdas. 2014-05-08 08:50:10 +00:00
TokenAnnotator.h clang-format: Improve selective formatting of nested statements. 2013-11-28 15:58:55 +00:00
UnwrappedLineParser.cpp clang-format: Initial support for try-catch. 2014-05-08 11:58:24 +00:00
UnwrappedLineParser.h clang-format: Initial support for try-catch. 2014-05-08 11:58:24 +00:00
WhitespaceManager.cpp clang-format: Fix bug when aligning trailing /**/-comments in macros. 2014-04-27 10:03:19 +00:00
WhitespaceManager.h Fix alignment of trailing block comments. 2014-04-17 16:12:46 +00:00