Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
a30d2475cbc488b099d3c775603585e21760bb73
/
lib
/
Format
/
BreakableToken.cpp
74b7363
clang-format: fix for \r\r\n produced in multiline block comments
by Daniel Jasper
· 11 years ago
3d9ffcf
Implemented tab usage only for indentation (http://llvm.org/PR17363)
by Alexander Kornienko
· 11 years ago
2c2f729
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
· 11 years ago
83a7dcd
Calculate and store ColumnWidth instead of CodePointCount in FormatTokens.
by Alexander Kornienko
· 11 years ago
0b62cc3
Handle zero-width and double-width characters in string literals and comments.
by Alexander Kornienko
· 11 years ago
2519d56
Revert r187935 "Support for double width characters."
by Arnold Schwaighofer
· 11 years ago
712b747
Support for double width characters.
by Alexander Kornienko
· 11 years ago
3aa29df
Add 'static' and 'const' qualifiers to some arrays of strings.
by Craig Topper
· 11 years ago
2a409b6
Reformat clang-format's source files after r185822 and others.
by Daniel Jasper
· 11 years ago
1659ded
Fix for corner cases in code handling leading "* " decorations in block comments
by Alexander Kornienko
· 11 years ago
b8f7164
Use static for helper functions instead of an anonymous namespace per coding standards.
by Craig Topper
· 11 years ago
cf1e216
Make string pointer const.
by Craig Topper
· 11 years ago
8afa39b
Use the same set of whitespace characters for all operations in BreakableToken.
by Alexander Kornienko
· 11 years ago
f2b2c7d
Split long strings on word boundaries.
by Alexander Kornienko
· 11 years ago
16a0ec6
Don't remove backslashes from block comments.
by Alexander Kornienko
· 11 years ago
2b2faa5
Insert a space at the start of a line comment in case it starts with an alphanumeric character.
by Alexander Kornienko
· 11 years ago
2785b9a
Fixed calculation of penalty when breaking tokens.
by Alexander Kornienko
· 11 years ago
0089510
UTF-8 support for clang-format.
by Alexander Kornienko
· 11 years ago
cb4b40b
More fixes for clang-format's multiline comment breaking.
by Daniel Jasper
· 11 years ago
9209270
Fix another clang-format crasher related to multi-line comments.
by Daniel Jasper
· 11 years ago
b6dba33
Add asserts to guard against regressions.
by Manuel Klimek
· 11 years ago
e2c482f
Fix crasher when formatting certain block comments.
by Daniel Jasper
· 11 years ago
be9ed77
Fixes error when splitting block comments.
by Manuel Klimek
· 11 years ago
d63312b
Disable tab expansion when counting the columns in block comments.
by Manuel Klimek
· 11 years ago
c5cc4bf
Fixes indentation of empty lines in block comments.
by Manuel Klimek
· 11 years ago
de008c0
Major refactoring of BreakableToken.
by Manuel Klimek
· 11 years ago
e573c3f
Makes whitespace management more consistent.
by Manuel Klimek
· 11 years ago
919398b
Unified token breaking logic: support for line comments.
by Alexander Kornienko
· 12 years ago
70ce788
Unified token breaking logic for strings and block comments.
by Alexander Kornienko
· 12 years ago