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: 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
*
clang-format: [JS] Support more regex literals.
Daniel Jasper
2014-10-29
1
-12
/
+15
*
clang-format: [ObjC] Add separate flag to control indentation in blocks
Daniel Jasper
2014-10-28
1
-2
/
+5
*
clang-format: Don't put functions on a single line in Google's Java
Daniel Jasper
2014-10-28
1
-0
/
+1
*
clang-format: Fix bad merging of lines in nested blocks.
Daniel Jasper
2014-10-27
1
-0
/
+3
*
clang-format: Add option to control call argument bin-packing separately
Daniel Jasper
2014-10-09
1
-0
/
+2
*
Format: ArrayRefize some implicit copies away.
Benjamin Kramer
2014-10-03
1
-8
/
+8
*
clang-format: [JS] Support AllowShortFunctionsOnASingleLine.
Daniel Jasper
2014-09-30
1
-0
/
+1
*
clang-format: Don't let -style=Chromium imply c++03 template formatting.
Nico Weber
2014-09-24
1
-1
/
+0
*
clang-format: Basic support for Java.
Daniel Jasper
2014-09-15
1
-2
/
+13
*
clang-format: Add option to break before non-assignment operators.
Daniel Jasper
2014-09-15
1
-3
/
+13
*
Fix bug 20892 - clang-format does not handle C-style comments
Roman Kashitsyn
2014-09-11
1
-2
/
+9
*
clang-format: Add option to allow short case labels on a single line.
Daniel Jasper
2014-09-10
1
-0
/
+32
*
clang-format: [JS] Support regex literals with trailing escaped slash.
Daniel Jasper
2014-09-09
1
-26
/
+58
*
clang-format: [JS] Support alternative operator names as identifiers.
Daniel Jasper
2014-09-04
1
-7
/
+8
*
clang-format: Add an option 'SpaceAfterCStyleCast'.
Daniel Jasper
2014-09-03
1
-0
/
+2
*
Overload SourceManager::overrideFileContents so that unconditionally passing ...
David Blaikie
2014-08-27
1
-1
/
+1
*
Update for LLVM api change.
Rafael Espindola
2014-08-27
1
-2
/
+3
*
clang-format: New option SpacesInSquareBrackets.
Daniel Jasper
2014-08-26
1
-0
/
+2
*
C++1y is now C++14!
Aaron Ballman
2014-08-19
1
-1
/
+1
*
FormatTokenLexer: Avoid non-static member initializer.
NAKAMURA Takumi
2014-08-06
1
-2
/
+2
*
clang-format: Add special comments to disable formatting.
Daniel Jasper
2014-08-06
1
-0
/
+7
*
clang-format: Add option to always break after a function's return type.
Daniel Jasper
2014-08-05
1
-0
/
+4
*
Fix typos
Alp Toker
2014-07-14
1
-1
/
+1
*
clang-format: Add new option to indent wrapped function declarations.
Daniel Jasper
2014-07-09
1
-0
/
+5
*
clang-format: Revamp function declaration/definition indentation.
Daniel Jasper
2014-07-09
1
-4
/
+0
[prev]
[next]