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] [PR45357] Fix issue found with operator spacing
mydeveloperday
2020-05-07
1
-0
/
+6
*
clang-format: Fix pointer alignment for overloaded operators (PR45107)
Hans Wennborg
2020-05-07
1
-14
/
+32
*
clang-format: fix spacing in `operator const char*()`
Krasimir Georgiev
2020-03-02
1
-4
/
+11
*
[clang-format] Expand the SpacesAroundConditions option to include catch stat...
mydeveloperday
2020-01-21
1
-1
/
+1
*
Fix warning on extra ';'. NFC.
Michael Liao
2019-12-03
1
-1
/
+1
*
[clang-format] Add new option to add spaces around conditions
Mitchell Balan
2019-12-03
1
-1
/
+18
*
[Format] Add format check for coroutine keywords with negative numbers
Brian Gesiak
2019-11-30
1
-1
/
+2
*
[clang-format] fix regression in middle pointer alignment
mydeveloperday
2019-11-16
1
-1
/
+1
*
[clang-format] Add SpaceBeforeBrackets
mydeveloperday
2019-11-16
1
-1
/
+3
*
[clang-format] Fixed edge-case with SpacesInSquareBrackets with trailing bare...
Mitchell Balan
2019-11-14
1
-3
/
+7
*
[clang-format] [PR36294] AlwaysBreakAfterReturnType works incorrectly for som...
mydeveloperday
2019-11-12
1
-6
/
+28
*
[clang-format] [PR35518] C++17 deduction guides are wrongly formatted
paulhoad
2019-11-06
1
-0
/
+68
*
[clang-format] Fix SpacesInSquareBrackets for Lambdas with Initial "&ref" Par...
Mitchell Balan
2019-10-31
1
-1
/
+1
*
[Format] Add format check for throwing negative numbers
Brian Gesiak
2019-10-18
1
-1
/
+1
*
[clang-format] fix regression recognizing casts in Obj-C calls
Krasimir Georgiev
2019-10-18
1
-2
/
+3
*
[clang-format] throws an incorrect assertion in consumeToken() formatting the...
Paul Hoad
2019-10-10
1
-1
/
+0
*
[clang-format] Update noexcept reference qualifiers detection
Krasimir Georgiev
2019-10-09
1
-14
/
+8
*
[clang-format] [PR27004] omits leading space for noexcept when formatting ope...
Paul Hoad
2019-10-07
1
-0
/
+7
*
[clang-format] SpacesInSquareBrackets should affect lambdas with parameters too
Paul Hoad
2019-10-05
1
-3
/
+4
*
[clang-format] C++11 braced lists should respect the SpacesInParentheses setting
Paul Hoad
2019-10-04
1
-3
/
+6
*
[clang-format] [PR43531] clang-format damages "alternative representations" f...
Paul Hoad
2019-10-04
1
-1
/
+11
*
[clang-format] [PR42417] clang-format inserts a space after '->' for operator...
Paul Hoad
2019-10-04
1
-1
/
+3
*
[clang-format] [PR43338] C# clang format has space issues betweern C# only ke...
Paul Hoad
2019-10-04
1
-5
/
+9
*
[clang-format] [PR43333] Fix C# breaking before function name when using Attr...
Paul Hoad
2019-10-04
1
-2
/
+8
*
[clang-format] Reference qualifiers in member templates causing extra indenta...
Paul Hoad
2019-09-29
1
-4
/
+21
*
Revert r373056: [clang-format] Reference qualifiers in member templates causi...
Ilya Biryukov
2019-09-27
1
-12
/
+4
*
[clang-format] Reference qualifiers in member templates causing extra indenta...
Ilya Biryukov
2019-09-27
1
-4
/
+12
*
[clang-format][PR41899] PointerAlignment: Left leads to useless space in lamb...
Paul Hoad
2019-09-18
1
-1
/
+2
*
clang-format: Add support for formatting (some) lambdas with explicit templat...
Nico Weber
2019-09-13
1
-3
/
+16
*
[clang-format] [PR43100] clang-format C# support does not add a space betwee...
Paul Hoad
2019-09-12
1
-0
/
+4
*
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
[next]