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
/
unittests
/
Format
/
FormatTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
clang-format: Keep string-literal-label + value pairs on a line.
Daniel Jasper
2016-12-13
1
-39
/
+49
*
clang-format: Improve braced-list detection.
Daniel Jasper
2016-12-13
1
-0
/
+13
*
clang-format: Separate out a language kind for ObjC.
Daniel Jasper
2016-12-12
1
-737
/
+3
*
clang-format: Wrap complex binary expressions on the RHS of a comma.
Daniel Jasper
2016-11-29
1
-25
/
+29
*
clang-format: Fix unnnecessary line break.
Daniel Jasper
2016-11-29
1
-0
/
+6
*
[clang-format] Fixed line merging of more than two lines
Cameron Desrochers
2016-11-15
1
-0
/
+24
*
clang-format: Support ObjC selectors with unnamed parameters.
Daniel Jasper
2016-11-12
1
-0
/
+20
*
[clang-format] Fix PR30527: Regression when clang-format insert spaces in [] ...
Nico Weber
2016-11-10
1
-0
/
+20
*
clang-format: Better support for CUDA's triple brackets.
Daniel Jasper
2016-11-05
1
-0
/
+2
*
Fixed column shift when formatting line containing bit shift operators
Malcolm Parsons
2016-11-03
1
-0
/
+12
*
clang-format: Fix bug in function reference qualifier detection.
Daniel Jasper
2016-11-01
1
-1
/
+4
*
clang-format: Fix incorrect pointer detection.
Daniel Jasper
2016-11-01
1
-0
/
+1
*
clang-format: Fix incorrect binary operator detection.
Daniel Jasper
2016-11-01
1
-0
/
+1
*
Skip over AnnotatedLines with >50 levels of nesting; don't format them.
Daniel Jasper
2016-10-31
1
-0
/
+24
*
Bug 28065 - clang-format incorrectly aligns backslash.
Andi-Bogdan Postelnicu
2016-10-26
1
-0
/
+11
*
clang-format: Fix bad multi-variable for-loop formatting.
Daniel Jasper
2016-10-04
1
-0
/
+1
*
[clang-format] Don't allow newline after uppercase Obj-C block return types
Daniel Jasper
2016-09-26
1
-0
/
+2
*
clang-format: Only special-case top-level */& in multivar-declstmts.
Daniel Jasper
2016-09-26
1
-0
/
+1
*
clang-format: Add SpaceAfterTemplate
Sylvestre Ledru
2016-08-09
1
-0
/
+7
*
Implement tooling::Replacements as a class.
Eric Liu
2016-08-01
1
-24
/
+16
*
clang-format: Fix incorrect detection of QT-signals access specifier.
Daniel Jasper
2016-07-27
1
-0
/
+4
*
Make tooling::applyAllReplacements return llvm::Expected<string> instead of e...
Eric Liu
2016-07-11
1
-8
/
+16
*
clang-format: Restrict r272537 to function ref qualifiers.
Daniel Jasper
2016-06-13
1
-0
/
+1
*
clang-format: Fix incorrect function type detection.
Daniel Jasper
2016-06-13
1
-0
/
+1
*
clang-format: Don't merge const and &, e.g. in function ref qualifiers.
Daniel Jasper
2016-06-13
1
-0
/
+2
*
clang-format: Fix incorrect cast detection.
Daniel Jasper
2016-06-13
1
-0
/
+1
*
clang-format: Don't indent lambda body relative to its return type.
Daniel Jasper
2016-06-13
1
-0
/
+4
*
clang-format: Fix incorrect calculation of "length" of /**/ comments.
Daniel Jasper
2016-06-08
1
-0
/
+8
*
clang-format: Fix bug in function ref qualifier identification.
Daniel Jasper
2016-06-08
1
-0
/
+1
*
clang-format: Allow splitting the line after /**/-comments.
Daniel Jasper
2016-05-27
1
-0
/
+2
*
[clang-format] moved unit tests related to replacements cleaner from FormatTe...
Eric Liu
2016-05-27
1
-29
/
+0
*
clang-format: Fix incorrect indentation in last line of macro definition
Daniel Jasper
2016-05-19
1
-0
/
+6
*
clang-format: Fix enumerator case ranges.
Daniel Jasper
2016-05-19
1
-0
/
+1
*
[clang-format] Make formatReplacements() also sort #includes.
Eric Liu
2016-05-18
1
-0
/
+25
*
clang-format: Fix space after argument comments.
Daniel Jasper
2016-05-08
1
-1
/
+1
*
clang-format: Support enum type template arguments.
Daniel Jasper
2016-05-08
1
-0
/
+4
*
Added Fixer implementation and fix() interface in clang-format for removing r...
Eric Liu
2016-04-25
1
-0
/
+29
*
clang-format: Improve heuristics to detect function declarations/definitions.
Daniel Jasper
2016-04-18
1
-0
/
+8
*
clang-format: Last line in incomplete block is indented incorrectly
Marianne Mailhot-Sarrasin
2016-04-14
1
-3
/
+2
*
clang-format: Implemented tab usage for continuation and indentation
Marianne Mailhot-Sarrasin
2016-04-14
1
-0
/
+226
*
clang-format: Fix label-in-if statement in macros where it is actually used.
Daniel Jasper
2016-04-06
1
-0
/
+6
*
clang-format: Support labels in brace-less ifs.
Daniel Jasper
2016-04-06
1
-0
/
+6
*
clang-format: Fix incorrect function annotation detection.
Daniel Jasper
2016-04-06
1
-0
/
+6
*
clang-format: Fix cast detection on "this".
Daniel Jasper
2016-04-05
1
-0
/
+1
*
Added formatAndApplyAllReplacements that works on multiple files in libTooling.
Eric Liu
2016-03-29
1
-1
/
+2
*
Dsiable FormatStyle::GetStyleOfFile test case for mingw.
Eric Liu
2016-03-24
1
-1
/
+1
*
Added support for different VFSs in format::getStyle. Disable platform-relate...
Eric Liu
2016-03-24
1
-0
/
+34
*
Revert "Added support for different VFSs in format::getStyle."
Eric Liu
2016-03-24
1
-28
/
+0
*
Added support for different VFSs in format::getStyle.
Eric Liu
2016-03-24
1
-0
/
+28
*
clang-format: Make include sorting's main include detection configurable.
Daniel Jasper
2016-03-21
1
-0
/
+2
[next]