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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
clang-format: Fix formatting C++ namespaces with preceding 'inline' or 'expor...
Sam McCall
2018-09-05
1
-0
/
+7
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-4
/
+4
*
[clang-format] Fix clang-tidy readability problems, NFCI
Krasimir Georgiev
2018-04-23
1
-1
/
+1
*
Format closing braces when reformatting the line containing the opening brace.
Manuel Klimek
2018-04-23
1
-0
/
+2
*
[clang-format] Format raw string literals
Krasimir Georgiev
2017-10-30
1
-1
/
+4
*
[clang-format] Add a NamespaceEndCommentsFixer
Krasimir Georgiev
2017-02-27
1
-0
/
+2
*
[clang-format] Fix typo in comment.
Krasimir Georgiev
2017-02-09
1
-1
/
+1
*
[NFC] Header cleanup
Mehdi Amini
2016-07-18
1
-1
/
+0
*
clang-format: [JS] FormatToken.startsSequence/endsSequence.
Martin Probst
2016-05-29
1
-40
/
+2
*
Added Fixer implementation and fix() interface in clang-format for removing r...
Eric Liu
2016-04-25
1
-0
/
+25
*
Fixed a bug in AnnotatedLine::startsWith when there are comments in the line.
Eric Liu
2016-04-19
1
-4
/
+13
*
Support AlwaysBreakAfterReturnType
Zachary Turner
2015-12-18
1
-0
/
+11
*
clang-format: NFC. Add a function to test whether an annotated line
Daniel Jasper
2015-06-17
1
-1
/
+19
*
clang-format: Always align */& in multi-var DeclStmts.
Daniel Jasper
2015-03-01
1
-2
/
+3
*
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...
Aaron Ballman
2015-02-15
1
-2
/
+2
*
clang-format: Fix crasher caused by incorrect resetting of token info.
Daniel Jasper
2015-01-21
1
-0
/
+1
*
clang-format: Fix use-heap-after-free bug.
Daniel Jasper
2015-01-21
1
-5
/
+7
*
clang-format: [JS] Support Closure's module statements.
Daniel Jasper
2014-11-23
1
-4
/
+5
*
clang-format: Use identifier table for keywords in other languages.
Daniel Jasper
2014-11-04
1
-4
/
+3
*
Header guard canonicalization, clang part.
Benjamin Kramer
2014-08-13
1
-3
/
+3
*
clang-format: Revamp function declaration/definition indentation.
Daniel Jasper
2014-07-09
1
-3
/
+2
*
[C++11] Use 'nullptr'.
Craig Topper
2014-05-09
1
-2
/
+2
*
clang-format: Improve selective formatting of nested statements.
Daniel Jasper
2013-11-28
1
-1
/
+4
*
clang-format: Refactor calculation of lines intersecting with -lines.
Daniel Jasper
2013-11-25
1
-1
/
+10
*
clang-format: Improve formatting of constructor initializers.
Daniel Jasper
2013-11-07
1
-1
/
+2
*
clang-format: Properly reset nested AnnotatedLine structure.
Daniel Jasper
2013-10-24
1
-0
/
+1
*
Fixes PR17617: Crash on joining short if statements.
Manuel Klimek
2013-10-21
1
-0
/
+6
*
clang-format: Don't accidentally move tokens into preprocessor directive.
Daniel Jasper
2013-09-17
1
-0
/
+2
*
clang-format: Fix comment formatting bugs in nested blocks.
Daniel Jasper
2013-09-06
1
-1
/
+6
*
Address post-commit review comments from r190038.
Daniel Jasper
2013-09-05
1
-1
/
+0
*
clang-format: Enable formatting of nested blocks.
Daniel Jasper
2013-09-05
1
-5
/
+27
*
clang-format: Revamp builder-type call formatting.
Daniel Jasper
2013-08-27
1
-1
/
+0
*
UTF-8 support for clang-format.
Alexander Kornienko
2013-06-05
1
-7
/
+2
*
The second step in the token refactoring.
Manuel Klimek
2013-05-29
1
-191
/
+11
*
Make UnwrappedLines and AnnotatedToken contain pointers to FormatToken.
Manuel Klimek
2013-05-28
1
-9
/
+9
*
Initial support for designated initializers.
Daniel Jasper
2013-05-28
1
-0
/
+1
*
Clean up formatting of function types.
Daniel Jasper
2013-05-28
1
-6
/
+3
*
Formatter/ObjC: In dictionary literals, break after ':', not before it.
Nico Weber
2013-05-26
1
-0
/
+1
*
Makes whitespace management more consistent.
Manuel Klimek
2013-05-22
1
-3
/
+10
*
Cut-off clang-format analysis.
Daniel Jasper
2013-05-22
1
-15
/
+1
*
Fix uninitialized value bug found by valgrind.
Daniel Jasper
2013-05-14
1
-4
/
+5
*
Fix bug when formatting overloaded operators.
Daniel Jasper
2013-05-10
1
-0
/
+1
*
Fix formatting of pointers to members.
Daniel Jasper
2013-05-08
1
-1
/
+4
*
Change indentation when breaking after a type.
Daniel Jasper
2013-05-06
1
-3
/
+5
*
Improve clang-format's memoization behavior.
Daniel Jasper
2013-04-25
1
-1
/
+14
*
Fix labels with trailing comments and cleanup.
Daniel Jasper
2013-04-10
1
-11
/
+14
*
Revamp indentation behavior for complex binary expressions.
Daniel Jasper
2013-04-08
1
-3
/
+14
*
Revert accidental commit r179015.
Daniel Jasper
2013-04-08
1
-6
/
+3
*
x
Daniel Jasper
2013-04-08
1
-3
/
+6
*
Improve formatting of for loops and multi-variable DeclStmts.
Daniel Jasper
2013-04-03
1
-2
/
+7
[next]