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: [JS] keep triple slash directives intact.
Martin Probst
2017-05-09
1
-3
/
+4
*
[clang-format] Convert AlignEscapedNewlinesLeft to an enum, adding
Daniel Jasper
2017-05-08
1
-3
/
+16
*
[clang-format] Replace IncompleteFormat by a struct with Line
Krasimir Georgiev
2017-04-21
1
-8
/
+19
*
clang-format: Support formatting utf-8 character literals in C++11+ mode.
Nico Weber
2017-04-05
1
-0
/
+1
*
clang-format: Fix post-commit review comment of r299204, use Style.isCpp().
Daniel Jasper
2017-03-31
1
-2
/
+2
*
clang-format: [JS] do not wrap @see tags.
Martin Probst
2017-03-13
1
-2
/
+3
*
[clang-format] Add option to break before inheritance separation operator in ...
Andi-Bogdan Postelnicu
2017-03-10
1
-0
/
+4
*
[clang-format] Fixed a typo in Format.cpp and a clang-tidy nit about std::fun...
Krasimir Georgiev
2017-03-08
1
-3
/
+3
*
Don't write to LLVMStyle.JavaScriptQuotes twice. No behavior change.
Nico Weber
2017-03-02
1
-1
/
+0
*
[clang-format] Add a new flag FixNamespaceComments to FormatStyle
Krasimir Georgiev
2017-03-01
1
-8
/
+25
*
Blacklist arbitrary @\\w+ JSDoc tags from wrapping.
Martin Probst
2017-02-28
1
-2
/
+2
*
[clang-format] Add a NamespaceEndCommentsFixer
Krasimir Georgiev
2017-02-27
1
-0
/
+11
*
clang-format: Enable include sorting for style=Chromium
Nico Weber
2017-02-24
1
-1
/
+0
*
clang-format: Fix many Objective-C formatting regressions from r289428
Nico Weber
2017-02-24
1
-2
/
+2
*
Keep Chromium ObjC column limit at 80 for consistency with C++
Nico Weber
2017-01-31
1
-0
/
+2
*
clang-format: [JS] do not format MPEG transport streams.
Martin Probst
2017-01-27
1
-1
/
+12
*
clang-format: fix fallback style set to "none" not always formatting
Antonio Maiorano
2017-01-20
1
-6
/
+6
*
clang-format: Make GetStyle return Expected<FormatStyle> instead of FormatStyle
Antonio Maiorano
2017-01-17
1
-35
/
+29
*
Change clang-format's Chromium JavaScript defaults
Nico Weber
2017-01-04
1
-0
/
+3
*
Use after move bug fixes
Piotr Padlewski
2016-12-23
1
-6
/
+9
*
Make FormatStyle.GetStyleOfFile test work on MSVC
Antonio Maiorano
2016-12-22
1
-1
/
+5
*
[clang-format] revert an unintended change in r288493 and add a test case.
Eric Liu
2016-12-19
1
-1
/
+1
*
Update the default of the Mozilla coding style
Sylvestre Ledru
2016-12-14
1
-1
/
+3
*
clang-format: Separate out a language kind for ObjC.
Daniel Jasper
2016-12-12
1
-1
/
+15
*
[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
*
[Format] Avoid copying std::sets and simplify code a bit.
Benjamin Kramer
2016-11-24
1
-3
/
+3
*
[clang-format] Remove (SourceManager, FileID) variants
Daniel Jasper
2016-11-08
1
-19
/
+0
*
[Format] Cleanup after replacing constructor body with = default
Malcolm Parsons
2016-10-20
1
-0
/
+1
*
Use noexcept instead of LLVM_NOEXCEPT now that all compilers support it
Reid Kleckner
2016-10-19
1
-1
/
+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] support header deletion in cleanupAroundReplacemnts.
Eric Liu
2016-09-23
1
-2
/
+29
*
clang-format: [JS] do not wrapp @returns tags.
Martin Probst
2016-09-21
1
-1
/
+2
*
clang-format: [JS] Do not wrap taze annotation comments.
Martin Probst
2016-09-18
1
-1
/
+1
*
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
*
clang-format: [JavaScript] Do requoting in a separate pass
Daniel Jasper
2016-09-07
1
-44
/
+64
*
clang-format: [JS] merge requoting replacements.
Martin Probst
2016-09-02
1
-4
/
+5
*
clang-format: Set default WebKit style to use C++11.
Daniel Jasper
2016-08-31
1
-1
/
+0
*
clang-format: Correctly calculate affected ranges when sorting #includes.
Daniel Jasper
2016-08-30
1
-4
/
+4
*
Make clang-format remove duplicate headers when sorting #includes.
Eric Liu
2016-08-10
1
-26
/
+63
*
clang-format: Add SpaceAfterTemplate
Sylvestre Ledru
2016-08-09
1
-0
/
+3
*
Implement tooling::Replacements as a class.
Eric Liu
2016-08-01
1
-16
/
+38
*
[NFC] Header cleanup
Mehdi Amini
2016-07-18
1
-1
/
+0
*
Make tooling::applyAllReplacements return llvm::Expected<string> instead of e...
Eric Liu
2016-07-11
1
-9
/
+13
*
clang-format: [JS] Add a Closure Compiler JSDoc tags to the default
Daniel Jasper
2016-06-21
1
-1
/
+1
*
[clang-format] do not add existing includes.
Eric Liu
2016-06-14
1
-1
/
+7
*
clang-format: [JS] Initialize new configuration value.
Martin Probst
2016-06-13
1
-0
/
+2
[next]