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
...
*
Update for llvm api change.
Rafael Espindola
2014-07-06
1
-5
/
+6
*
clang-format: Introduce style with spaces on both sides of */&.
Daniel Jasper
2014-06-17
1
-13
/
+29
*
Permit -Wswitch coverage for enumerations.
Saleem Abdulrasool
2014-06-12
1
-1
/
+1
*
Basic: fix warnings from GCC
Saleem Abdulrasool
2014-06-12
1
-0
/
+1
*
Replace llvm::error_code with std::error_code.
Rafael Espindola
2014-06-12
1
-4
/
+4
*
Fix typo.
Rafael Espindola
2014-06-12
1
-2
/
+2
*
Give clang-format its own error category.
Rafael Espindola
2014-06-12
1
-6
/
+29
*
Use std::error_code instead of llvm::error_code.
Rafael Espindola
2014-06-11
1
-5
/
+5
*
clang-format: Fix incorrect indentation.
Daniel Jasper
2014-06-06
1
-1
/
+2
*
Use error_code() instead of error_code::succes()
Rafael Espindola
2014-05-31
1
-1
/
+1
*
Use error_code::success() instead of make_error_code(llvm::errc::success).
Alexander Kornienko
2014-05-22
1
-1
/
+1
*
clang-format: Introduce DisableFormat that prevents formatting.
Daniel Jasper
2014-05-22
1
-0
/
+16
*
clang-format: Fix corner case in AllowShortBlocksOnASingleLine.
Daniel Jasper
2014-05-22
1
-2
/
+1
*
clang-format: Store pointers to seen formatting states.
Daniel Jasper
2014-05-22
1
-2
/
+8
*
clang-format: Correctly identify multiplications in braces init lists.
Daniel Jasper
2014-05-22
1
-1
/
+1
*
clang-format: Correctly calculate line lenghts for nest blocks.
Daniel Jasper
2014-05-22
1
-1
/
+3
*
clang-format: [JS] Support different function literal style.
Daniel Jasper
2014-05-21
1
-2
/
+7
*
clang-format: [JS] Support for EC6 arrow functions.
Daniel Jasper
2014-05-19
1
-0
/
+3
*
Fix typos
Alp Toker
2014-05-15
1
-1
/
+1
*
clang-format: Add option to allow short blocks on a single line.
Daniel Jasper
2014-05-14
1
-10
/
+29
*
clang-format: [JS] Basic support for escape sequences in regex literals.
Daniel Jasper
2014-05-12
1
-1
/
+21
*
Decouple ExprCXX.h and DeclCXX.h and clean up includes a bit.
Benjamin Kramer
2014-05-10
1
-0
/
+1
*
clang-format: Fix bug introduced by r208392.
Daniel Jasper
2014-05-09
1
-37
/
+35
*
clang-format: [JS] Allow up to 3 empty lines in Google's JS style.
Daniel Jasper
2014-05-09
1
-1
/
+1
*
[C++11] Use 'nullptr'.
Craig Topper
2014-05-09
1
-15
/
+16
*
clang-format: [JS] Support regex literals after 'return'.
Daniel Jasper
2014-05-08
1
-5
/
+5
*
clang-format: [JS] Initial support for regex literals.
Daniel Jasper
2014-05-08
1
-4
/
+39
*
Enable alternative tokens by default for clang-format.
Nikola Smiljanic
2014-05-08
1
-0
/
+1
*
clang-format: Be slightly more aggressive on single-line functions.
Daniel Jasper
2014-05-07
1
-2
/
+6
*
Fix bug in clang-format while merging short function
Dinesh Dwivedi
2014-05-05
1
-4
/
+5
*
clang-format: Remove accidentally added debug output.
Daniel Jasper
2014-04-29
1
-2
/
+0
*
clang-format: Allow single-line function in WebKit style.
Daniel Jasper
2014-04-29
1
-0
/
+2
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-2
/
+2
*
Format.cpp: Don't use initializer list.
NAKAMURA Takumi
2014-04-15
1
-2
/
+2
*
clang-format: Understand proto text format without commas.
Daniel Jasper
2014-04-15
1
-0
/
+1
*
clang-format: Basic support for C++1y.
Daniel Jasper
2014-04-15
1
-0
/
+1
*
clang-format: Early cut-off for inlining nested blocks.
Daniel Jasper
2014-04-15
1
-0
/
+7
*
clang-format: Cache results of formatting nested blocks.
Daniel Jasper
2014-04-15
1
-0
/
+14
*
Format code around VCS conflict markers.
Manuel Klimek
2014-04-14
1
-1
/
+71
*
Correctly handle escaped newlines when the next token starts without a space.
Manuel Klimek
2014-04-11
1
-1
/
+3
*
clang-format: Fix bug where clang-format would break the code.
Daniel Jasper
2014-04-09
1
-0
/
+4
*
clang-format: Extend AllowShortFunctions.. to only merge inline functions.
Daniel Jasper
2014-04-08
1
-6
/
+22
*
clang-format: Don't merge simple blocks in case statements.
Daniel Jasper
2014-04-04
1
-1
/
+1
*
clang-format: Support configurable list of foreach-macros.
Daniel Jasper
2014-04-01
1
-2
/
+17
*
clang-format: Add flag for removing empty lines at the start of blocks.
Daniel Jasper
2014-03-21
1
-1
/
+6
*
clang-format: Don't remove empty lines at the start of namespaces.
Daniel Jasper
2014-03-21
1
-1
/
+2
*
clang-format: Remove empty lines at the beginning of blocks.
Daniel Jasper
2014-03-21
1
-0
/
+4
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-15
1
-2
/
+2
*
Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-07
1
-1
/
+1
*
[C++11] Switch the clang-format LLVM style to use C++11 style braced
Chandler Carruth
2014-03-02
1
-3
/
+8
[prev]
[next]