index
:
delta/llvm.git
277873ce0f48
51f23efbef48
5357a98c823a
9eb3e564d3b
EmptyLineAfterFunctionDefinition
HEAD
Jamie_Phabricator_D100991
LitFixes
Llvm
aranges
arcpatch-D108319
arcpatch-D113798
arcpatch-D90810
base_offset
baserock/flang
baserock/morph
c92d1aa44b132597d
cherry-pick-something
cleaner-attribute-errors
cmake-integration
dev-main-update
dev-newmaster
dev/mdvorski/ranges_the_rest_algo
diagnostic-handler-dev
efb284c07e
eng/PR-D101122-follow-up
fix_asan
forTom
hostassoc
llvm_plex_11.0.1
lntue-libc-fmin
maain
mai
main
maste
master
muiez/revert-ffad4
omp-loop
optimize_compinstr_fix
perf/tmp
relase/12.x
release/1.0.x
release/1.1.x
release/1.2.x
release/1.3.x
release/1.4.x
release/1.5.x
release/1.6.x
release/1.7.x
release/1.8.x
release/1.9.x
release/10.x
release/11.x
release/12.x
release/13.x
release/14.x
release/15.x
release/16.x
release/2.0.x
release/2.1.x
release/2.2.x
release/2.3.x
release/2.4.x
release/2.5.x
release/2.6.x
release/2.7.x
release/2.8.x
release/2.9.x
release/3.0.x
release/3.1.x
release/3.2.x
release/3.3.x
release/3.4.x
release/3.5.x
release/3.6.x
release/3.7.x
release/3.8.x
release/3.9.x
release/4.x
release/5.x
release/6.x
release/7.x
release/8.x
release/9.x
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215010
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
relese/12.x
rgallop/opensource-main/scudo_standalone
scripted-process
shape
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
temp-test-main
test-D97234
testing
upstream
use-after-move-docs
verify-in-debug
vkd1
zibi/warnings_from_nanosleep
github.com: llvm/llvm-project.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Format
/
UnwrappedLineParser.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
clang-format: NFC. Cleanup after r237895.
Daniel Jasper
2015-05-31
1
-5
/
+0
*
clang-format: [JS] Better support for fat arrows.
Manuel Klimek
2015-05-21
1
-0
/
+5
*
clang-format: Fix another regression caused by r237565.
Daniel Jasper
2015-05-18
1
-2
/
+2
*
clang-format: Allow braced initializers in template arguments of class
Daniel Jasper
2015-05-18
1
-2
/
+2
*
Remove all computation of structural errors in clang-format's line parser.
Manuel Klimek
2015-05-06
1
-6
/
+1
*
clang-format: [Java] Support anonymous classes after = and return.
Daniel Jasper
2015-03-12
1
-0
/
+1
*
clang-format: [js] Support ES6 module exports.
Daniel Jasper
2015-02-19
1
-1
/
+1
*
clang-format: [js] Support ES6 module imports.
Daniel Jasper
2015-02-19
1
-0
/
+1
*
clang-format: [Java] Support Java enums.
Daniel Jasper
2014-11-13
1
-0
/
+1
*
clang-format: Use identifier table for keywords in other languages.
Daniel Jasper
2014-11-04
1
-1
/
+5
*
Sink a #include while we're here. NFC.
Hans Wennborg
2014-10-29
1
-0
/
+1
*
Header guard canonicalization, clang part.
Benjamin Kramer
2014-08-13
1
-3
/
+3
*
clang-format: Fix bug introduced by r208392.
Daniel Jasper
2014-05-09
1
-1
/
+1
*
[C++11] Use 'nullptr'.
Craig Topper
2014-05-09
1
-1
/
+1
*
clang-format: Initial support for try-catch.
Daniel Jasper
2014-05-08
1
-0
/
+1
*
clang-format: [JS] support closures in container literals.
Daniel Jasper
2014-05-08
1
-0
/
+1
*
Format code around VCS conflict markers.
Manuel Klimek
2014-04-14
1
-1
/
+10
*
Correctly handle escaped newlines when the next token starts without a space.
Manuel Klimek
2014-04-11
1
-0
/
+1
*
Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-07
1
-1
/
+1
*
Get rid of special parsing for return statements.
Manuel Klimek
2014-01-24
1
-1
/
+0
*
Sort all the #include lines with LLVM's utils/sort_includes.py which
Chandler Carruth
2014-01-07
1
-1
/
+1
*
clang-format: Fix various problems in formatting ObjC blocks.
Daniel Jasper
2013-12-23
1
-1
/
+2
*
Implemented GNU-style formatting for compound statements.
Alexander Kornienko
2013-12-12
1
-0
/
+1
*
Automatically munch semicolons after blocks.
Manuel Klimek
2013-10-12
1
-1
/
+2
*
Support formatting of preprocessor branches.
Manuel Klimek
2013-10-11
1
-2
/
+24
*
clang-format: Fix incorrect enum parsing / layouting.
Daniel Jasper
2013-09-13
1
-1
/
+1
*
Unbreak build with libc++, whose std::list<T> requires T to be complete.
Douglas Gregor
2013-09-05
1
-1
/
+4
*
clang-format: Enable formatting of nested blocks.
Daniel Jasper
2013-09-05
1
-4
/
+14
*
Implement parsing of blocks (^{ ... }) in the unwrapped line parser.
Manuel Klimek
2013-09-04
1
-0
/
+1
*
First step towards correctly formatting lambdas.
Manuel Klimek
2013-09-03
1
-0
/
+2
*
clang-format: Add more options to namespace indentation.
Daniel Jasper
2013-07-31
1
-1
/
+1
*
Fix alignment of closing brace in braced initializers.
Daniel Jasper
2013-07-09
1
-12
/
+0
*
Reformat clang-format's source files after r185822 and others.
Daniel Jasper
2013-07-08
1
-6
/
+4
*
Moved FormatToken to a separate header.
Alexander Kornienko
2013-06-03
1
-255
/
+1
*
The second step in the token refactoring.
Manuel Klimek
2013-05-29
1
-1
/
+193
*
Make UnwrappedLines and AnnotatedToken contain pointers to FormatToken.
Manuel Klimek
2013-05-28
1
-1
/
+6
*
A first step towards giving format tokens pointer identity.
Manuel Klimek
2013-05-28
1
-19
/
+6
*
Remove unreachable return
David Blaikie
2013-05-27
1
-1
/
+0
*
Major refactoring of BreakableToken.
Manuel Klimek
2013-05-27
1
-6
/
+8
*
Address post-review comment from dblakie.
Manuel Klimek
2013-05-27
1
-1
/
+1
*
Ignore contents of #if 0 blocks.
Alexander Kornienko
2013-05-24
1
-1
/
+16
*
Use a SourceRange for the whitespace location in FormatToken.
Manuel Klimek
2013-05-23
1
-11
/
+4
*
Fix no-assert compiles.
Manuel Klimek
2013-05-23
1
-1
/
+4
*
Expand parsing of braced init lists.
Manuel Klimek
2013-05-23
1
-0
/
+25
*
Remove diagnostics from clang-format.
Daniel Jasper
2013-05-15
1
-6
/
+1
*
Unified token breaking logic: support for line comments.
Alexander Kornienko
2013-04-17
1
-1
/
+13
*
Revamps structural error detection / handling.
Manuel Klimek
2013-04-12
1
-3
/
+7
*
Format a line if a range in its leading whitespace was selected.
Daniel Jasper
2013-03-04
1
-2
/
+6
*
Move the token annotator into separate files.
Daniel Jasper
2013-01-29
1
-3
/
+0
*
Allow us to better guess the context of an unwrapped line.
Manuel Klimek
2013-01-23
1
-2
/
+8
[next]