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
/
Format.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
clang-format: Don't add spaces in foreach macro definition.
Daniel Jasper
2015-06-11
1
-1
/
+4
*
Remove error message when using the fallback style.
Manuel Klimek
2015-06-02
1
-2
/
+0
*
clang-format: [JS] Better support for fat arrows.
Manuel Klimek
2015-05-21
1
-7
/
+7
*
Refactor the formatter of clang-format.
Manuel Klimek
2015-05-11
1
-3
/
+3
*
clang-format: Fix bug in escaped newline calculation.
Daniel Jasper
2015-05-10
1
-1
/
+1
*
clang-format: [JS] Fix regex literal detection.
Daniel Jasper
2015-05-08
1
-1
/
+1
*
Implements a way to retrieve information about whether some lines were not fo...
Manuel Klimek
2015-05-07
1
-8
/
+11
*
Remove deprecated version of reformat.
Manuel Klimek
2015-05-06
1
-9
/
+0
*
Remove all computation of structural errors in clang-format's line parser.
Manuel Klimek
2015-05-06
1
-4
/
+3
*
clang-format: Fix another assertion discovered by the fuzzer.
Daniel Jasper
2015-05-06
1
-10
/
+17
*
clang-format: NFC: Delete FormatToken::IsForEachMacro. Use a TokenType instead.
Daniel Jasper
2015-05-04
1
-3
/
+3
*
clang-format: [JS] Fix calculation of template string width.
Daniel Jasper
2015-05-02
1
-4
/
+14
*
clang-format: Add ability to align assignment operators.
Daniel Jasper
2015-04-29
1
-0
/
+2
*
clang-format: [JS] handle comments in template strings.
Daniel Jasper
2015-04-16
1
-2
/
+17
*
clang-format: [Proto] No alternate operator names.
Daniel Jasper
2015-04-03
1
-2
/
+1
*
clang-format: Fix merging of _T macros.
Daniel Jasper
2015-03-26
1
-0
/
+2
*
clang-format: Recognize the .ts (TypeScript) extension as JavaScript.
Daniel Jasper
2015-03-11
1
-1
/
+2
*
Make constant static variables const so they can go into a read-only section
Benjamin Kramer
2015-03-08
1
-5
/
+6
*
clang-format: Change location of stashed token
Jacques Pienaar
2015-02-24
1
-2
/
+4
*
Fix merging of << at end of input.
Jacques Pienaar
2015-02-20
1
-20
/
+13
*
clang-format: [js] Support template strings.
Daniel Jasper
2015-02-20
1
-1
/
+65
*
clang-format: Space and triple angle braces.
Jacques Pienaar
2015-02-18
1
-32
/
+79
*
clang-format: Fix assert triggering on carriage returns.
Daniel Jasper
2015-02-05
1
-0
/
+3
*
clang-format: Add support for SEH __try / __except / __finally blocks.
Nico Weber
2015-02-04
1
-1
/
+3
*
clang-format: FIXME that led to access of uninitialized memory.
Daniel Jasper
2015-01-29
1
-1
/
+2
*
clang-format: Disable flag for Google's Java and Javascript styles.
Daniel Jasper
2015-01-14
1
-0
/
+2
*
clang-format: Let Chromium use the Google default for AlignTrailingComments.
Nico Weber
2015-01-07
1
-1
/
+0
*
clang-format: [Java] Change a few flags for Google's Java style.
Daniel Jasper
2015-01-04
1
-0
/
+4
*
clang-format: Fix incorrect calculation of token lenghts.
Daniel Jasper
2014-12-17
1
-1
/
+0
*
clang-format: Factor out UnwrappedLineFormatter into a separate file.
Daniel Jasper
2014-12-10
1
-773
/
+1
*
clang-format: Don't merge lines with comments.
Daniel Jasper
2014-12-07
1
-0
/
+3
*
clang-format: Add option to suppress operator alignment.
Daniel Jasper
2014-12-02
1
-0
/
+4
*
clang-format: Tweak -style=Chromium for Java files.
Nico Weber
2014-11-26
1
-6
/
+11
*
clang-format: Add SFS_Empty to only empty functions on a single line.
Daniel Jasper
2014-11-26
1
-2
/
+6
*
clang-format: Refactoring.
Daniel Jasper
2014-11-25
1
-12
/
+10
*
Reverting r222638; it broke the MSVC build bots because Visual Studio 2012 do...
Aaron Ballman
2014-11-24
1
-10
/
+12
*
clang-format: Make short case labels work with #ifs
Daniel Jasper
2014-11-23
1
-0
/
+3
*
clang-format: Refactoring.
Daniel Jasper
2014-11-23
1
-12
/
+10
*
clang-format: [JS] Support Closure's module statements.
Daniel Jasper
2014-11-23
1
-1
/
+2
*
clang-format: Use nested block special case for all languages.
Daniel Jasper
2014-11-21
1
-1
/
+1
*
clang-format: Handle comments in short case labels.
Daniel Jasper
2014-11-21
1
-1
/
+1
*
clang-format: [Java] Ignore C++-specific keywords
Daniel Jasper
2014-11-19
1
-0
/
+5
*
clang-format: Add option to disable alignment after opening brackets
Daniel Jasper
2014-11-18
1
-0
/
+4
*
clang-format: [Java] No altnerative operator names in Java.
Daniel Jasper
2014-11-14
1
-2
/
+3
*
clang-format: [Java] Improve formatting of generics.
Daniel Jasper
2014-11-14
1
-0
/
+1
*
clang-format: Format extern "C" blocks like namespace blocks.
Nico Weber
2014-11-13
1
-2
/
+11
*
Revert "clang-format: [js] Updates to Google's JavaScript style."
Daniel Jasper
2014-11-05
1
-1
/
+1
*
clang-format: Use identifier table for keywords in other languages.
Daniel Jasper
2014-11-04
1
-8
/
+11
*
clang-format: [js] Updates to Google's JavaScript style.
Daniel Jasper
2014-10-31
1
-1
/
+1
*
clang-format: Format line if invoked on the trailing newline.
Daniel Jasper
2014-10-29
1
-2
/
+1
[next]