index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Format
/
UnwrappedLineParser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clang-format] C# formatting a class with inheritance followed by an attribut...
mydeveloperday
2019-12-20
1
-1
/
+1
*
[clang][NFC] Make various uses of Regex const
Thomas Preud'homme
2019-11-19
1
-3
/
+4
*
[clang-format] Add ability to wrap braces after multi-line control statements
Paul Hoad
2019-10-03
1
-3
/
+6
*
clang-format: Add support for formatting (some) lambdas with explicit templat...
Nico Weber
2019-09-13
1
-0
/
+6
*
[clang-format] Add new style option IndentGotoLabels
Paul Hoad
2019-09-12
1
-2
/
+4
*
[Clang] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-1
/
+1
*
clang-format clang/lib/Format
Nico Weber
2019-07-29
1
-3
/
+3
*
clang-format: Support `if CONSTEXPR` if CONSTEXPR is a macro.
Nico Weber
2019-07-27
1
-1
/
+1
*
clang-format: Fix namespace end comments for namespaces with attributes and m...
Nico Weber
2019-07-23
1
-2
/
+7
*
Adds support for formatting NS_CLOSED_ENUM and CF_CLOSED_ENUM alongside NS_EN...
Ben Hamilton
2019-07-22
1
-1
/
+2
*
clang-format: better handle namespace macros
Francois Ferrand
2019-06-06
1
-4
/
+13
*
[clang-format] Fix bug that misses some function-like macro usages
Owen Pan
2019-05-01
1
-4
/
+9
*
[clang-format] Fix incorrect formatting of keyword macro definition
Owen Pan
2019-04-18
1
-1
/
+1
*
[clang-format] Add AfterCaseLabel to BraceWrapping
Owen Pan
2019-04-08
1
-3
/
+11
*
[clang-format] Add style option AllowShortLambdasOnASingleLine
Ronald Wampler
2019-03-26
1
-0
/
+1
*
[clang-format] correctly format protobuf fields named "enum".
Paul Hoad
2019-03-23
1
-0
/
+4
*
[clang-format] Add basic support for formatting C# files
Paul Hoad
2019-03-21
1
-3
/
+3
*
[clang-format] BeforeHash added to IndentPPDirectives
Paul Hoad
2019-03-20
1
-2
/
+6
*
clang-format: distinguish ObjC call subexpressions after r355434
Krasimir Georgiev
2019-03-11
1
-2
/
+19
*
[clang-format] broken after lambda with return type template with boolean lit...
Paul Hoad
2019-03-05
1
-0
/
+2
*
[clang-format] Fix lambdas returning template specialization that contains op...
Jan Korous
2019-03-05
1
-0
/
+19
*
[clang-format] [NFC] clang-format the Format library
Paul Hoad
2019-03-01
1
-5
/
+4
*
[Format/ObjC] Fix [foo bar]->baz formatting as lambda arrow
Ben Hamilton
2019-02-08
1
-0
/
+3
*
[clang-format] Fix line parsing for noexcept lambdas
Ben Hamilton
2019-01-30
1
-0
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Java annotation declaration being handled correctly
Hans Wennborg
2018-10-19
1
-0
/
+4
*
[clang-format] Fix BraceWrapping AfterFunction for ObjC methods
Ben Hamilton
2018-10-12
1
-0
/
+2
*
clang-format: better handle statement macros
Francois Ferrand
2018-10-02
1
-0
/
+23
*
[ClangFormat] 'try' of function-try-block doesn't obey BraceWrapping
Owen Pan
2018-09-28
1
-0
/
+2
*
clang-format: Fix formatting C++ namespaces with preceding 'inline' or 'expor...
Sam McCall
2018-09-05
1
-7
/
+10
*
[clang-format] fix PR38557 - comments between "default" and ':' causes the ca...
Jonas Toth
2018-08-24
1
-1
/
+4
*
[clang-format] Fix end-of-file comments text proto formatting
Krasimir Georgiev
2018-06-25
1
-0
/
+12
*
[Format] Do not use a global static value for EOF within ScopedMacroState.
David L. Jones
2018-06-15
1
-12
/
+4
*
[clang-format/ObjC] Correctly parse Objective-C methods with 'class' in name
Ben Hamilton
2018-05-30
1
-0
/
+21
*
[clang] Update uses of DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-15
1
-2
/
+2
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-1
/
+1
*
Format closing braces when reformatting the line containing the opening brace.
Manuel Klimek
2018-04-23
1
-1
/
+1
*
Fix bugs around handling C++11 attributes.
Manuel Klimek
2018-04-11
1
-2
/
+12
*
[clang-format] Support lightweight Objective-C generics
Ben Hamilton
2018-04-05
1
-3
/
+32
*
clang-format: use AfterControlStatement to format ObjC control blocks
Francois Ferrand
2018-02-27
1
-2
/
+2
*
clang-format: fix formatting of ObjC @synchronized blocks
Francois Ferrand
2018-02-27
1
-0
/
+12
*
[clang-format] Re-land: Fixup #include guard indents after parseFile()
Mark Zeren
2018-02-05
1
-23
/
+37
*
Revert "[clang-format] Fixup #include guard indents after parseFile()"
Mark Zeren
2018-02-05
1
-35
/
+22
*
[clang-format] Fixup #include guard indents after parseFile()
Mark Zeren
2018-02-05
1
-22
/
+35
*
Attempt to fix implicit-fallthrough warning after r323218.
Nico Weber
2018-01-24
1
-0
/
+1
*
clang-format: Support macros in front of @interface / @protocol for ObjC code.
Nico Weber
2018-01-23
1
-45
/
+57
*
clang-format: Support formatting Java 8 interface default methods.
Nico Weber
2018-01-23
1
-3
/
+18
*
clang-format: [JS] handle semis in generic types.
Martin Probst
2017-11-25
1
-7
/
+10
*
clang-format: [JS] disable ASI on decorators.
Martin Probst
2017-11-25
1
-5
/
+10
*
[clang-format] Support python-style comments in text protos
Krasimir Georgiev
2017-11-10
1
-1
/
+1
[next]