Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
105ddd8775e9a58cee1962d9fdea8078c0f03f44
/
clang
/
lib
/
Format
/
Format.cpp
01b3548
clang-format: Don't remove empty lines at the start of namespaces.
by Daniel Jasper
· 12 years ago
11164bd
clang-format: Remove empty lines at the beginning of blocks.
by Daniel Jasper
· 12 years ago
fb6b25b
[C++11] Add 'override' keyword to virtual methods that override their base class.
by Craig Topper
· 12 years ago
b898432
Replace OwningPtr with std::unique_ptr.
by Ahmed Charles
· 12 years ago
f8b7266
[C++11] Switch the clang-format LLVM style to use C++11 style braced
by Chandler Carruth
· 12 years ago
a040774
clang-format: Fix alignment of comments inside statements.
by Daniel Jasper
· 12 years ago
6498996
clang-format: Fix column limit violation for merged lines in macros.
by Daniel Jasper
· 12 years ago
514ecc8
clang-format: Let chromium style inherit google style's javascript tweaks.
by Nico Weber
· 12 years ago
86fee2f
clang-format: (JavaScript) Don't crash on empty string literals.
by Daniel Jasper
· 12 years ago
e9beea2
clang-format: Add support for a space after @property
by Daniel Jasper
· 12 years ago
a55544a
clang-format: Leave 2 empty lines in Google's JavaScript style.
by Daniel Jasper
· 12 years ago
7052ce6
clang-format: Better support and testing for protocol buffers.
by Daniel Jasper
· 12 years ago
b2e10a5
clang-format: Fixed formatting of JavaScript container literals
by Daniel Jasper
· 12 years ago
5553d0d
Sort all the #include lines with LLVM's utils/sort_includes.py which
by Chandler Carruth
· 12 years ago
ce9161a
Added an option to avoid splitting certain kinds of comments into lines.
by Alexander Kornienko
· 12 years ago
ba5b4dc
Fix and reword some typos
by Alp Toker
· 12 years ago
234379f
clang-format: (WebKit) Disallow 1-line constructors with initializers.
by Daniel Jasper
· 12 years ago
19a541e
clang-format: Increase penalty for breaking comments.
by Daniel Jasper
· 12 years ago
bad63ae
clang-format: Don't adapt local format to macros.
by Daniel Jasper
· 12 years ago
a594ba8
Always break before the colon in constructor initializers, when
by Alexander Kornienko
· 12 years ago
3a33f02
Implemented GNU-style formatting for compound statements.
by Alexander Kornienko
· 12 years ago
763ec2ba
Remove IndentBlocks, which sneaked winto the previous commit
by Alexander Kornienko
· 12 years ago
fe7a57f
Early attempts to format in GNU style.
by Alexander Kornienko
· 12 years ago
c1637f1
Allow predefined styles to define different options for different languages.
by Alexander Kornienko
· 12 years ago
6d2c88e
Trivial change: added 'using clang::format::FormatStyle;'
by Alexander Kornienko
· 12 years ago
fdca83d
Support GNU style rule to put a space before opening parenthesis.
by Alexander Kornienko
· 12 years ago
ecc232d
Fix the regression caused by r196378
by Alexander Kornienko
· 12 years ago
31e9554
Leave constructor initializer lists on one line in styles with no column limit.
by Alexander Kornienko
· 12 years ago
bc4ae44
Added an option to specify fallback style.
by Alexander Kornienko
· 12 years ago
0e81f1a
clang-format: Fix excessive formatting caused by r195954.
by Daniel Jasper
· 12 years ago
cabdd73
Added LanguageStandard::LS_JavaScript to gate all JS-specific parsing.
by Alexander Kornienko
· 12 years ago
38c8240
clang-format: Extends formatted ranges to subsequent lines comments.
by Daniel Jasper
· 12 years ago
9c19956
clang-format: Improve selective formatting of nested statements.
by Daniel Jasper
· 12 years ago
5877bf1
clang-format: Fix formatting of empty files (fixes c-index-tests).
by Daniel Jasper
· 12 years ago
5500f61
clang-format: Refactor calculation of lines intersecting with -lines.
by Daniel Jasper
· 12 years ago
9aa6240
Better implementation of JavaScript === and !== operators.
by Alexander Kornienko
· 12 years ago
3cfa973
Added an option to allow short function bodies be placed on a single line.
by Alexander Kornienko
· 12 years ago
c302161
Refactoring: replaced (*(I + x)) with I[x].
by Alexander Kornienko
· 12 years ago
393e308
Correctly mark first token in the presence of UTF-8 BOM.
by Alexander Kornienko
· 12 years ago
98fb6e1
clang-format: Don't auto-break short macros in WebKit style.
by Daniel Jasper
· 12 years ago
165b29e
clang-format: Make breaking before ternary operators configurable.
by Daniel Jasper
· 12 years ago
56f8b43
clang-format: Separate line-merging logic into its own class.
by Daniel Jasper
· 12 years ago
bbf5c1c
clang-format: Allow line merging and partial formatting of nested blocks
by Daniel Jasper
· 12 years ago
dd978ae
clang-format: Option to control spacing in template argument lists.
by Daniel Jasper
· 12 years ago
1a3605c
I am about to change llvm::MemoryBuffer::getFile take take a Twine. Change
by Rafael Espindola
· 12 years ago
33b909c
clang-format: Adapt line break penalties for LLVM style.
by Daniel Jasper
· 12 years ago
dcd5da1
clang-format: Fix formatting of nested blocks after comment.
by Daniel Jasper
· 12 years ago
fbc057e
clang-format: Be more aggressive on incorrect code.
by Daniel Jasper
· 12 years ago
6633ab8
clang-format: Make continuation indent width configurable.
by Daniel Jasper
· 12 years ago
e2e0387
Keep track of indentation levels in static initializers for correct indentation with tabs.
by Alexander Kornienko
· 12 years ago
fba84ff
clang-format: No space in "<::" in C++11 mode.
by Daniel Jasper
· 12 years ago
71814b4
Support formatting of preprocessor branches.
by Manuel Klimek
· 12 years ago
877615c
clang-format: Don't remove 'unknown' tokens.
by Daniel Jasper
· 12 years ago
320997e
clang-format: Remove empty lines after visibility modifiers.
by Daniel Jasper
· 12 years ago
d544aa7
Moving style option formatting to libFormat
by Edwin Vane
· 12 years ago
3c3d09c
Implemented tab usage only for indentation (http://llvm.org/PR17363)
by Alexander Kornienko
· 12 years ago
d94bff3
clang-format: Option to removing the space before assignment operators.
by Daniel Jasper
· 12 years ago
81e3294
When in pre-c++11 mode, treat _T("xxx") as a single string literal, repeat the _T() part around each fragment. This addresses http://llvm.org/PR17122
by Alexander Kornienko
· 12 years ago
015ed02
clang-format: Fix incorrect enum parsing / layouting.
by Daniel Jasper
· 12 years ago
9e649af
Support for CR LF newlines.
by Alexander Kornienko
· 12 years ago
917f9e0
Correctly calculate OriginalColumn after multi-line tokens.
by Alexander Kornienko
· 12 years ago
39856b7
Calculate and store ColumnWidth instead of CodePointCount in FormatTokens.
by Alexander Kornienko
· 12 years ago
9b246e0
clang-format: Keep empty lines and format 1-line nested blocks.
by Daniel Jasper
· 12 years ago
9ab4a77
Don't remove trailing escaped newline from line comments.
by Alexander Kornienko
· 12 years ago
36c28ce
clang-format: Fix regression introduced by r189353.
by Daniel Jasper
· 12 years ago
1c5d9df
clang-format: Fix comment formatting bugs in nested blocks.
by Daniel Jasper
· 12 years ago
ebb43ca
Handle zero-width and double-width characters in string literals and comments.
by Alexander Kornienko
· 12 years ago
f3a5d00
Address post-commit review comments from r190038.
by Daniel Jasper
· 12 years ago
9fe0e8d
clang-format: Enable formatting of nested blocks.
by Daniel Jasper
· 12 years ago
b40cfe4
Handle 'Cpp03' and 'Cpp11' strings in LanguageStandard serialization for
by Alexander Kornienko
· 12 years ago
e3648fb
Added WebKit style to the BasedOnStyle handling and to the relevant help messages.
by Alexander Kornienko
· 12 years ago
632abb9
Store first and last newline position in the token text for string literals and comments.
by Alexander Kornienko
· 12 years ago
d7b837e
Better support for multiline string literals (including C++11 raw string literals).
by Alexander Kornienko
· 12 years ago
31c8592
Fixes various problems with accounting for tabs in the original code.
by Manuel Klimek
· 12 years ago
2739af3
clang-format: Improve token breaking behavior.
by Daniel Jasper
· 12 years ago
12f4f11
Work around unused variable warning in release builds.
by Daniel Jasper
· 12 years ago
8de9ed0
clang-format: Add column layout formatting for braced lists
by Daniel Jasper
· 12 years ago
f110e20
clang-format: Indent relative to unary operators.
by Daniel Jasper
· 12 years ago
b55acad
clang-format: Additional options for spaces around parentheses.
by Daniel Jasper
· 12 years ago
de0328a
Split UnwrappedLineFormatter into individual components.
by Daniel Jasper
· 12 years ago
cdaffa4
clang-format: Add option for the offset of constructor initializers.
by Daniel Jasper
· 12 years ago
467ddb1
clang-format: Improve stream-formatting.
by Daniel Jasper
· 12 years ago
5903685
clang-format: Correctly format alias declarations.
by Daniel Jasper
· 12 years ago
a027f30
Fixes a couple of bugs with the Allman brace breaking.
by Manuel Klimek
· 12 years ago
d3ed59a
Implement Allman style.
by Manuel Klimek
· 12 years ago
3dcd7ec
clang-format: Fix string breaking after "<<".
by Daniel Jasper
· 12 years ago
b1ae734
clang-format: Don't break empty 2nd operand of ternary expr.
by Daniel Jasper
· 12 years ago
8b1c635
Teach clang-format to understand static_asserts better.
by Daniel Jasper
· 12 years ago
552f4a7
clang-format: Make alignment of trailing comments optional ..
by Daniel Jasper
· 12 years ago
65ee347
clang-format: Add more options to namespace indentation.
by Daniel Jasper
· 12 years ago
e33d4af
clang-format: Add two new style options to support WebKit style.
by Daniel Jasper
· 12 years ago
ffefb3d
clang-format: Initial (incomplete) support for the WebKit coding style.
by Daniel Jasper
· 12 years ago
c834c70
Improve line breaking before multi-line strings.
by Daniel Jasper
· 12 years ago
9404234
Avoid breaking non-trailing block comments.
by Alexander Kornienko
· 12 years ago
657c67b
Don't break line comments with escaped newlines.
by Alexander Kornienko
· 12 years ago
8369aa5
clang-format: Improve handling of unterminated string literals.
by Daniel Jasper
· 12 years ago
6ab5468
Revamp the formatting of C++11 braced init lists.
by Daniel Jasper
· 12 years ago
fa21c07
Improvement of change r186320.
by Daniel Jasper
· 12 years ago
0d5e44d
Improve formatting of operator<< chains.
by Daniel Jasper
· 12 years ago
77d5d31
clang-format: Improve <<-formatting.
by Daniel Jasper
· 12 years ago
Next »