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: Don't corrupt macros with open braces.
Daniel Jasper
2015-03-13
1
-0
/
+7
*
clang-format: [OBJC] Don't indent 8 spaces in method declarations.
Daniel Jasper
2015-03-12
1
-0
/
+2
*
clang-format: When putting */& next to types, also wrap before them.
Daniel Jasper
2015-03-12
1
-7
/
+11
*
clang-format: Fix incorrect && recognition.
Daniel Jasper
2015-03-11
1
-0
/
+1
*
clang-format: Don't remove newline if macro ends in access specifier.
Daniel Jasper
2015-03-09
1
-0
/
+24
*
clang-format: Slightly change indentation rules in for loops.
Daniel Jasper
2015-03-06
1
-3
/
+5
*
clang-format: Fix access to uninitialized memory.
Daniel Jasper
2015-03-03
1
-0
/
+4
*
clang-format: Prefer wrapping a lambda's body over the lambda's return type.
Daniel Jasper
2015-03-02
1
-0
/
+6
*
clang-format: Always align */& in multi-var DeclStmts.
Daniel Jasper
2015-03-01
1
-10
/
+11
*
clang-format: Make trailing commas in array inits force one per line.
Daniel Jasper
2015-02-27
1
-0
/
+4
*
clang-format: Make braced list formatting more consistent.
Daniel Jasper
2015-02-26
1
-0
/
+5
*
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
[prev]
[next]