Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
2cec01916c47a097f8777c85c22e66a88b684949
/
clang
/
lib
/
Format
/
UnwrappedLineParser.cpp
2cec019
Fixes various problems around enum parsing.
by Manuel Klimek
· 13 years ago
a4fe1c1
Fixes formatting of empty blocks.
by Manuel Klimek
· 13 years ago
ae610d1
Fixes indent in linkage specification blocks.
by Manuel Klimek
· 13 years ago
cdee74d
Fixes detection of class template specializations.
by Manuel Klimek
· 13 years ago
3c6b7c7
Allow for nested name specifiers in record declarations.
by Manuel Klimek
· 13 years ago
762dd18
Fix parsing of return statements.
by Manuel Klimek
· 13 years ago
4b41745
Re-sort all the headers. Lots of regressions have crept in here.
by Chandler Carruth
· 13 years ago
d3b92fa
Fixes problems with line merging in the face of preprocessor directives.
by Manuel Klimek
· 13 years ago
a5510af
Formatter: After case blocks, "break" goes on the same line as the "}", PR14907.
by Nico Weber
· 13 years ago
2499810
Add debugging support for split penalties.
by Manuel Klimek
· 13 years ago
ab3dc00
Use standard llvm Debug.h support for debugging output.
by Manuel Klimek
· 13 years ago
1231e06
Clang Format: Handle missing semicolon
by Alexander Kornienko
· 13 years ago
daffc0d
Change the datastructure for UnwrappedLines.
by Daniel Jasper
· 13 years ago
e01bab5
Fixes various bugs around the keywords class, struct and union.
by Manuel Klimek
· 13 years ago
22cf462
Format unions like structs and classes.
by Daniel Jasper
· 13 years ago
9fa8d55
Fix crashes in UnwrappedLineParser on missing parens.
by Manuel Klimek
· 13 years ago
adededf
Fix crash on invalid.
by Manuel Klimek
· 13 years ago
d5e5f8f
Fix parsing of initializer lists with elaborated type specifier.
by Manuel Klimek
· 13 years ago
2cc2d60
clang-format: a bit nicer error message.
by Alexander Kornienko
· 13 years ago
5b7157a
Basic support for diagnostics.
by Alexander Kornienko
· 13 years ago
e7d10a1
Do not add newline in empty blocks.
by Manuel Klimek
· 13 years ago
8e07a1b
Fix layout of blocks inside statements.
by Manuel Klimek
· 13 years ago
fba4bb1
Introduce a define to switch on debug output.
by Manuel Klimek
· 13 years ago
51306d2
Formatter: @optional and @required go on their own line.
by Nico Weber
· 13 years ago
2ce0ac5
Formatter: Add support for @implementation.
by Nico Weber
· 13 years ago
d8ffe75
Formatter: Make parseObjCUntilAtEnd() actually work.
by Nico Weber
· 13 years ago
8696a8d
Formatting: Add support for @protocol.
by Nico Weber
· 13 years ago
7eecf4b
Formatter: Add support for @interface.
by Nico Weber
· 13 years ago
52b1515
Enables layouting unwrapped lines around preprocessor directives.
by Manuel Klimek
· 13 years ago
7c85fde
Change the data structure used in clang-format.
by Daniel Jasper
· 13 years ago
04e9f1a
Formatter: Support @public/@protected/@package/@private.
by Nico Weber
· 13 years ago
28cacc7
Fix parsing of variable declarations directly after a class / struct.
by Manuel Klimek
· 13 years ago
6b9eeba
s/parseStatement/parseStructuralElement/g in the UnwrappedLineParser.
by Manuel Klimek
· 13 years ago
8d1832e
Reformat clang-formats source code.
by Daniel Jasper
· 13 years ago
7872571
Fix incorrect FIXME.
by Manuel Klimek
· 13 years ago
1b89629
Remove outdated FIXME and add explanation for error handling strategy
by Manuel Klimek
· 13 years ago
1058d98
Fixes handling of unbalances braces.
by Manuel Klimek
· 13 years ago
52d0fd8
Fixes parsing of hash tokens in the middle of a line.
by Manuel Klimek
· 13 years ago
ef2cfb1
Fixes PR14801 - preprocessor directives shouldn't be indented
by Manuel Klimek
· 13 years ago
09e0797
Fixes PR14811: Crash when formatting some macros
by Manuel Klimek
· 13 years ago
1abf789
Various fixes to clang-format's macro handling.
by Manuel Klimek
· 13 years ago
a71e5d8
Fixes use of unescaped newlines when formatting preprocessor directives.
by Manuel Klimek
· 13 years ago
58d64e2
Formatter: parse and format inline namespaces like regular namespaces
by Dmitri Gribenko
· 13 years ago
8fbd968
Let clang-format format itself.
by Daniel Jasper
· 13 years ago
e25509f
Fix several formatting problems.
by Daniel Jasper
· 13 years ago
2ca766f
Clang-format: error recovery for access specifiers
by Alexander Kornienko
· 13 years ago
e327684
Clang-format: extracted FormatTokenSource from UnwrappedLineParser.
by Alexander Kornienko
· 13 years ago
578fdd8
Clang-format: IndentCaseLabels option, proper namespace handling
by Alexander Kornienko
· 13 years ago
ecdc750
Clang-format: detect unbalanced braces.
by Alexander Kornienko
· 13 years ago
37d6c94
Clang-format: parse for and while loops
by Alexander Kornienko
· 13 years ago
aa1c920
Indentation fixes for clang-format.
by Daniel Jasper
· 13 years ago
bc09a7e
Follow-up to r169286, addresses comments in http://llvm-reviews.chandlerc.com/D164#comment-4 : comments and a method rename
by Alexander Kornienko
· 13 years ago
870f9eb
Error recovery part 2
by Alexander Kornienko
· 13 years ago
0ea8e10
Clang-format error recovery part 1
by Alexander Kornienko
· 13 years ago
b7076a2
Enum formatting implementation
by Alexander Kornienko
· 13 years ago
3a02247
Sort all of Clang's files under 'lib', and fix up the broken headers uncovered.
by Chandler Carruth
· 13 years ago
f793511
Initial version of formatting library.
by Daniel Jasper
· 13 years ago