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
/
TokenAnnotator.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
clang-format: [JS] handle `as const`.
Martin Probst
2019-08-26
1
-0
/
+4
*
[clang-format] Fix a bug that joins template closer and =
Owen Pan
2019-08-18
1
-1
/
+1
*
[clang-format] Fix the bug that joins template closer and > or >>
Owen Pan
2019-08-16
1
-0
/
+2
*
[clang-format] Expand AllowShortBlocksOnASingleLine for WebKit
Owen Pan
2019-08-11
1
-1
/
+2
*
[clang-format] fix crash involving invalid preprocessor line
Krasimir Georgiev
2019-08-08
1
-0
/
+2
*
clang-format: Support `if CONSTEXPR` if CONSTEXPR is a macro.
Nico Weber
2019-07-27
1
-7
/
+8
*
[Format] Make it easy to add new format::FormatStyle::LanguageStandard. NFCI
Fangrui Song
2019-07-24
1
-2
/
+2
*
[Format/ObjC] Avoid breaking between unary operators and operands
Ben Hamilton
2019-07-19
1
-0
/
+2
*
[clang-format] Don't detect call to ObjC class method as C++11 attribute spec...
Ben Hamilton
2019-07-16
1
-1
/
+5
*
clang-format: better handle namespace macros
Francois Ferrand
2019-06-06
1
-6
/
+6
*
[clang-format] Allow configuring list of function-like macros that resolve to...
Francois Ferrand
2019-05-29
1
-7
/
+11
*
Revert "Revert "[clang-format] Keep protobuf "package" statement on one line""
Krasimir Georgiev
2019-05-10
1
-3
/
+3
*
[clang-format] Use SpacesBeforeTrailingComments for "option" directive
Krasimir Georgiev
2019-04-12
1
-1
/
+4
*
[clang-format] Optionally insert a space after unary ! operator
Reuben Thomas
2019-04-08
1
-1
/
+2
*
[clang-format] BreakAfterReturnType ignored on functions with numeric templat...
Paul Hoad
2019-04-06
1
-1
/
+1
*
[clang-format]: Add NonEmptyParentheses spacing option
Reuben Thomas
2019-03-30
1
-4
/
+10
*
[clang-format] Add style option AllowShortLambdasOnASingleLine
Ronald Wampler
2019-03-26
1
-6
/
+19
*
[clang-format] Refine structured binding detection
Krasimir Georgiev
2019-03-25
1
-8
/
+8
*
Revert "[clang-format] Keep protobuf "package" statement on one line"
Haojian Wu
2019-03-25
1
-3
/
+3
*
[clang-format] Keep protobuf "package" statement on one line
Paul Hoad
2019-03-23
1
-3
/
+3
*
[clang-format] Add basic support for formatting C# files
Paul Hoad
2019-03-21
1
-1
/
+56
*
[clang-format] BeforeHash added to IndentPPDirectives
Paul Hoad
2019-03-20
1
-6
/
+9
*
[clang-format] structured binding in range for detected as Objective C
Paul Hoad
2019-03-20
1
-1
/
+4
*
[clang-format] [JS] Don't break between template string and tag
Martin Probst
2019-03-19
1
-0
/
+5
*
[clang-format] [NFC] clang-format the Format library
Paul Hoad
2019-03-01
1
-13
/
+15
*
[clang-format] SpaceBeforeParens for lambda expressions
Andrew Ng
2019-02-26
1
-1
/
+3
*
[Format/ObjC] Fix [foo bar]->baz formatting as lambda arrow
Ben Hamilton
2019-02-08
1
-0
/
+4
*
[clang-format] Fix breaking of qualified operator
Krasimir Georgiev
2019-02-04
1
-3
/
+3
*
[clang-format] square parens with one token are not Objective-C message sends
Alex Lorenz
2019-01-24
1
-2
/
+7
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
clang-format: [JS] support goog.requireType.
Martin Probst
2019-01-07
1
-0
/
+1
*
[clang-format] Do not treat asm clobber [ as ObjCExpr, refined
Krasimir Georgiev
2018-11-22
1
-5
/
+6
*
[clang-format] JS: don't treat is: as a type matcher
Krasimir Georgiev
2018-11-20
1
-2
/
+15
*
[clang-format] Do not treat the asm clobber [ as ObjCExpr
Krasimir Georgiev
2018-11-13
1
-2
/
+3
*
[clang-format] Support breaking consecutive string literals for TableGen
Jordan Rupprecht
2018-11-12
1
-0
/
+1
*
Fix ClangFormat issue of recognizing ObjC subscript as C++ attributes when me...
Yan Zhang
2018-11-09
1
-1
/
+2
*
[clang-format] tweaked another case of lambda formatting
Krasimir Georgiev
2018-10-31
1
-0
/
+24
*
clang-format: Don't insert spaces in front of :: for Java 8 Method References.
Nico Weber
2018-10-05
1
-1
/
+7
*
clang-format: [JS] conditional types.
Martin Probst
2018-09-27
1
-0
/
+6
*
clang-format: [JS] space after parameter naming.
Martin Probst
2018-09-26
1
-1
/
+3
*
[clang-format/ObjC] Improve split priorities for ObjC methods
Jacek Olesiak
2018-07-09
1
-2
/
+16
*
[clang-format/ObjC] Fix counting selector name parts for ObjC
Jacek Olesiak
2018-07-09
1
-11
/
+19
*
[clang-format/ObjC] Fix NS_SWIFT_NAME(foo(bar:baz:)) after ObjC method decl
Ben Hamilton
2018-06-29
1
-1
/
+7
*
[clang-format] Keep @message together in text protos
Krasimir Georgiev
2018-06-25
1
-2
/
+19
*
[clang-format] Add SpaceBeforeCpp11BracedList option.
Hans Wennborg
2018-06-14
1
-0
/
+3
*
[clang-format] Discourage breaks in submessage entries, hard rule
Krasimir Georgiev
2018-06-12
1
-4
/
+33
*
clang-format: [JS] strict prop init annotation.
Martin Probst
2018-06-11
1
-1
/
+4
*
clang-format: Introduce BreakInheritanceList option
Francois Ferrand
2018-06-11
1
-4
/
+9
*
[clang-format] text protos: put entries on separate lines if there is a subme...
Krasimir Georgiev
2018-06-11
1
-0
/
+68
*
clang-format: [JS] do not wrap before any `is`.
Martin Probst
2018-05-22
1
-1
/
+1
[next]