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
Commit message (
Expand
)
Author
Age
Files
Lines
*
clang-format: Improve braced-list detection.
Daniel Jasper
2016-12-13
1
-2
/
+2
*
clang-format: Separate out a language kind for ObjC.
Daniel Jasper
2016-12-12
4
-4
/
+23
*
[clang-format] calculate MaxInsertOffset in the original code correctly.
Eric Liu
2016-12-09
1
-0
/
+2
*
[ClangFormat] Only insert #include into the #include block in the beginning o...
Eric Liu
2016-12-02
1
-30
/
+100
*
Removed DEBUG_TYPE from TokenAnalyzer.h
Krasimir Georgiev
2016-11-29
1
-2
/
+0
*
clang-format: [JS] Properly format dict literals that skip labels.
Daniel Jasper
2016-11-29
1
-0
/
+3
*
clang-format: Wrap complex binary expressions on the RHS of a comma.
Daniel Jasper
2016-11-29
1
-1
/
+1
*
clang-format: Fix unnnecessary line break.
Daniel Jasper
2016-11-29
1
-1
/
+2
*
[Format] Avoid copying std::sets and simplify code a bit.
Benjamin Kramer
2016-11-24
1
-3
/
+3
*
[clang-format] Fixed line merging of more than two lines
Cameron Desrochers
2016-11-15
1
-1
/
+1
*
clang-format: Support ObjC selectors with unnamed parameters.
Daniel Jasper
2016-11-12
2
-9
/
+33
*
[clang-format] Fix PR30527: Regression when clang-format insert spaces in [] ...
Nico Weber
2016-11-10
1
-2
/
+12
*
drop kw_module from ASI protection block
Martin Probst
2016-11-10
1
-2
/
+2
*
clang-format: [JS] do not break after declare namespace.
Martin Probst
2016-11-10
1
-8
/
+8
*
clang-format: [JS] do not break after declare namespace.
Martin Probst
2016-11-10
2
-2
/
+18
*
clang-format: [TypeScript] Fix bug in handling of non-null operator.
Daniel Jasper
2016-11-09
1
-1
/
+7
*
[clang-format] Remove (SourceManager, FileID) variants
Daniel Jasper
2016-11-08
1
-19
/
+0
*
clang-format: Better support for CUDA's triple brackets.
Daniel Jasper
2016-11-05
1
-0
/
+2
*
Fixed column shift when formatting line containing bit shift operators
Malcolm Parsons
2016-11-03
1
-0
/
+2
*
clang-format: Fix bug in function reference qualifier detection.
Daniel Jasper
2016-11-01
1
-1
/
+1
*
clang-format: Fix incorrect pointer detection.
Daniel Jasper
2016-11-01
1
-2
/
+3
*
clang-format: [JS] Fix incorrect space when "as" is used as identifier.
Daniel Jasper
2016-11-01
1
-1
/
+1
*
clang-format: Fix incorrect binary operator detection.
Daniel Jasper
2016-11-01
1
-1
/
+1
*
clang-format: [JS] Fix formatting of generator functions.
Daniel Jasper
2016-11-01
2
-3
/
+6
*
clang-format: [JS] Fix space when for is used as regular identifier.
Daniel Jasper
2016-11-01
1
-0
/
+3
*
Skip over AnnotatedLines with >50 levels of nesting; don't format them.
Daniel Jasper
2016-10-31
1
-0
/
+15
*
clang-format: [JS] Fix missing space after 'yield'.
Daniel Jasper
2016-10-31
1
-0
/
+3
*
Bug 28065 - clang-format incorrectly aligns backslash.
Andi-Bogdan Postelnicu
2016-10-26
1
-1
/
+1
*
clang-format: [JS] Fix template string ASI.
Martin Probst
2016-10-21
1
-3
/
+8
*
[Format] Cleanup after replacing constructor body with = default
Malcolm Parsons
2016-10-20
2
-1
/
+3
*
Use noexcept instead of LLVM_NOEXCEPT now that all compilers support it
Reid Kleckner
2016-10-19
1
-1
/
+1
*
Don't copy replacements in for-range loop. NFC.
Benjamin Kramer
2016-10-19
1
-1
/
+1
*
[clang-format] Add comment manipulation header
Eric Liu
2016-10-19
4
-15
/
+71
*
Removed duplicate header include
Eric Liu
2016-10-14
1
-2
/
+1
*
Make DeletedLines local variables in checkEmptyNamespace.
Eric Liu
2016-10-05
1
-5
/
+6
*
[clang-format] append newline after code when inserting new headers at the en...
Eric Liu
2016-10-05
1
-0
/
+9
*
clang-format: Fix bad multi-variable for-loop formatting.
Daniel Jasper
2016-10-04
1
-1
/
+3
*
Move UTF functions into namespace llvm.
Justin Lebar
2016-09-30
1
-6
/
+7
*
[clang-format] Don't allow newline after uppercase Obj-C block return types
Daniel Jasper
2016-09-26
1
-6
/
+11
*
clang-format: Only special-case top-level */& in multivar-declstmts.
Daniel Jasper
2016-09-26
1
-1
/
+1
*
[clang-format] support header deletion in cleanupAroundReplacemnts.
Eric Liu
2016-09-23
1
-2
/
+29
*
clang-format: [JS] reserved words in method names.
Martin Probst
2016-09-22
1
-0
/
+4
*
clang-format: [JS] do not wrapp @returns tags.
Martin Probst
2016-09-21
1
-1
/
+2
*
clang-format: [JS] Fix line breaks before comments when sorting imports.
Martin Probst
2016-09-19
1
-3
/
+8
*
clang-format: [JS] Do not wrap taze annotation comments.
Martin Probst
2016-09-18
1
-1
/
+1
*
clang-format: [JS] ASI insertion after boolean literals.
Martin Probst
2016-09-18
1
-1
/
+3
*
clang-format: [JS] Fix a crash in handledTemplateStrings.
Daniel Jasper
2016-09-17
1
-0
/
+2
*
Remove redundant comma around parenthesis in parameter list.
Eric Liu
2016-09-13
1
-0
/
+2
*
Also cleanup comments around redundant colons/commas in format::cleanup.
Eric Liu
2016-09-09
1
-0
/
+2
*
clang-format: [JavaScript] Change default AllowShortFunctionsOnASingleLine
Daniel Jasper
2016-09-07
1
-1
/
+1
[next]