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: Fix space of arrays of pointers to templated types.
Daniel Jasper
2015-02-26
1
-0
/
+5
*
clang-format: Allow breaking after "else if(" as a last resort.
Daniel Jasper
2015-02-26
1
-0
/
+5
*
clang-format: Fix spacing for function with ref-qualification ..
Daniel Jasper
2015-02-25
1
-5
/
+30
*
clang-format: Change location of stashed token
Jacques Pienaar
2015-02-24
1
-0
/
+1
*
Fix merging of << at end of input.
Jacques Pienaar
2015-02-20
1
-0
/
+1
*
clang-format: Space and triple angle braces.
Jacques Pienaar
2015-02-18
1
-0
/
+21
*
clang-format: Don't force a break after "endl" if everything fits on one line.
Daniel Jasper
2015-02-17
1
-2
/
+3
*
clang-format: Fix crasher.
Daniel Jasper
2015-02-17
1
-0
/
+1
*
Reverting a switch from LLVM_DELETED_FUNCTION to = delete; this test should n...
Aaron Ballman
2015-02-16
1
-1
/
+1
*
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...
Aaron Ballman
2015-02-15
1
-1
/
+1
*
clang-format: Correctly mark preprocessor lines in child blocks.
Daniel Jasper
2015-02-08
1
-0
/
+7
*
clang-format: Format Objective-C try blocks like all the other try blocks.
Nico Weber
2015-02-07
1
-4
/
+14
*
clang-format: Fix assert triggering on carriage returns.
Daniel Jasper
2015-02-05
1
-0
/
+4
*
clang-format: Add support for SEH __try / __except / __finally blocks.
Nico Weber
2015-02-04
1
-0
/
+27
*
clang-format: Fix crasher caused by not properly setting dry-run.
Daniel Jasper
2015-01-29
1
-0
/
+2
*
clang-format: Fix another crasher caused by incomplete macro code.
Daniel Jasper
2015-01-23
1
-0
/
+1
*
clang-format: Fix incorrect classification of "*".
Daniel Jasper
2015-01-23
1
-0
/
+1
*
clang-format: Fix crasher when splitting incomplete escape sequences.
Daniel Jasper
2015-01-21
1
-0
/
+6
*
clang-format: Fix crasher caused by incorrect resetting of token info.
Daniel Jasper
2015-01-21
1
-0
/
+1
*
clang-format: Fix bad memory access.
Daniel Jasper
2015-01-21
1
-0
/
+1
*
clang-format: Fix use-heap-after-free bug.
Daniel Jasper
2015-01-21
1
-0
/
+2
*
clang-format: Fix AlwaysBreakBeforeMultilineStrings with ColumnLimit=0
Daniel Jasper
2015-01-20
1
-0
/
+3
*
clang-format: Fix crasher on weird comments.
Daniel Jasper
2015-01-19
1
-0
/
+3
*
clang-format: Fix crasher on incomplete condition compilation.
Daniel Jasper
2015-01-19
1
-0
/
+6
*
clang-format: Fix crash on invalid code.
Daniel Jasper
2015-01-19
1
-0
/
+2
*
clang-format: Fix clang-format crash on invalid code.
Daniel Jasper
2015-01-19
1
-0
/
+8
*
clang-format: Fix assertion when trying to build a nullptr StringRef.
Daniel Jasper
2015-01-19
1
-0
/
+1
*
clang-format: Fix endless loop on incomplete try-catch-block.
Daniel Jasper
2015-01-19
1
-0
/
+3
*
clang-format: Remove assert that isn't helpful.
Daniel Jasper
2015-01-19
1
-0
/
+1
*
Fix assertion in BreakableBlockComment (http://llvm.org/PR21916).
Alexander Kornienko
2015-01-12
1
-0
/
+11
*
clang-format: Improve format of lambdas in ctor initializers.
Daniel Jasper
2015-01-12
1
-0
/
+4
*
clang-format: Fix formatting of inline asm.
Daniel Jasper
2015-01-12
1
-2
/
+6
*
clang-format: Force line break between "endl" and "<<".
Daniel Jasper
2015-01-08
1
-0
/
+4
*
clang-format: Improve template parameter detection.
Daniel Jasper
2015-01-08
1
-0
/
+1
*
clang-format: Understand single-line comments at the end of blocks.
Daniel Jasper
2015-01-07
1
-0
/
+8
*
clang-format: Fix unary operator detection.
Daniel Jasper
2015-01-07
1
-0
/
+1
*
clang-format: Fix incorrect detection of ObjC "in" keyword.
Daniel Jasper
2014-12-18
1
-0
/
+1
*
Don't break single-line raw string literals.
Alexander Kornienko
2014-12-14
1
-21
/
+8
*
clang-format: Revamp nested block formatting.
Daniel Jasper
2014-12-12
1
-2
/
+7
*
clang-format: Add a test for PR19603 which seems fixed (maybe by r221338?).
Nico Weber
2014-12-09
1
-0
/
+3
*
clang-format: Support commas in lambda return types.
Daniel Jasper
2014-12-08
1
-0
/
+1
*
clang-format: Don't merge lines with comments.
Daniel Jasper
2014-12-07
1
-0
/
+5
*
clang-format: Support NS_OPTIONS, CF_ENUM and CF_OPTIONS.
Daniel Jasper
2014-12-05
1
-0
/
+15
*
clang-format: More restrictively classify import declarations.
Daniel Jasper
2014-12-04
1
-0
/
+4
*
clang-format: Fix fake parentheses placement with comments.
Daniel Jasper
2014-12-03
1
-0
/
+7
*
clang-format: Add option to suppress operator alignment.
Daniel Jasper
2014-12-02
1
-2
/
+61
*
clang-format: precedence-based indentation when breaking before operators.
Daniel Jasper
2014-12-02
1
-14
/
+14
*
clang-format: Add SFS_Empty to only empty functions on a single line.
Daniel Jasper
2014-11-26
1
-0
/
+2
*
clang-format: Make short case labels work with #ifs
Daniel Jasper
2014-11-23
1
-0
/
+6
*
clang-format: Improve ObjC blocks with return type.
Daniel Jasper
2014-11-23
1
-0
/
+1
[next]