Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
f0f716df8e758dc43836c70a8e2bcb459b42402d
/
clang
/
lib
/
Format
/
Format.cpp
b1a7919
[clang-format] Improve ObjC guessing heuristic by supporting all @keywords
by Ben Hamilton
· 8 years ago
ea7a27b
[clang-format] Refine ObjC guesser to handle child lines of child lines
by Ben Hamilton
· 8 years ago
6432afe
[clang-format] Fix ObjC style guesser to also iterate over child lines
by Ben Hamilton
· 8 years ago
19c782d
[clang-format] Add a few more Core Graphics identifiers to ObjC heuristic
by Ben Hamilton
· 8 years ago
f76861c
[format] Eliminate global destructors.
by Benjamin Kramer
· 8 years ago
9c95dfe
clang-format: Properly handle implicit string concatenation in text protos
by Daniel Jasper
· 8 years ago
2a9ea78
[clang-format] Add SpaceBeforeColon option
by Francois Ferrand
· 8 years ago
6e06635
[clang-format] Tidy up new API guessLanguage()
by Ben Hamilton
· 8 years ago
07e5836
[clang-format] Fix regression when getStyle() called with empty filename
by Ben Hamilton
· 8 years ago
3b345c3
[clang-format] New API guessLanguage()
by Ben Hamilton
· 8 years ago
2fac8d9
[clang-format] Enable google text proto formatting in R"proto('s
by Krasimir Georgiev
· 8 years ago
ce4f0af
[clang-format] Improve ObjC headers detection
by Jacek Olesiak
· 8 years ago
374e6de
[clang-format] Do not break before long string literals in protos
by Krasimir Georgiev
· 8 years ago
3a47fdd
[clang-format] Set ObjCBinPackProtocolList to Never for google style
by Ben Hamilton
· 8 years ago
4dc658c
[clang-format] New format param ObjCBinPackProtocolList
by Ben Hamilton
· 8 years ago
c209180
[clang-format] Adds space around braces in text protos
by Krasimir Georgiev
· 8 years ago
a83d3c5
[clang-format] Disable some text proto delimiters and functions for google style
by Krasimir Georgiev
· 8 years ago
eda222e
[clang-format] Disable string literal breaking for text protos
by Krasimir Georgiev
· 8 years ago
412ed09
[clang-format] Adds a canonical delimiter to raw string formatting
by Krasimir Georgiev
· 8 years ago
f84f118
[ClangFormat] ObjCSpaceBeforeProtocolList should be true in the google style
by Ben Hamilton
· 8 years ago
8e21678
[clang-format] Replace unordered_set with an array
by Krasimir Georgiev
· 8 years ago
e2e3e67
[Format] Improve ObjC header guessing heuristic
by Ben Hamilton
· 8 years ago
2537e22
[clang-format] adds enclosing function detection to raw string formatting
by Krasimir Georgiev
· 8 years ago
4527f13
[clang-format] Reorganize RawStringFormat based on language
by Krasimir Georgiev
· 8 years ago
54076fe
[clang-format] Adds a FormatStyleSet
by Krasimir Georgiev
· 8 years ago
5b0c3ad
Revert "[ClangFormat] IndentWrappedFunctionNames should be true in the google ObjC style"
by Ben Hamilton
· 8 years ago
687e5fa9
[ClangFormat] IndentWrappedFunctionNames should be true in the google ObjC style
by Ben Hamilton
· 8 years ago
c70f1d6
[c++20] P0515R3: Parsing support and basic AST construction for operator <=>.
by Richard Smith
· 8 years ago
11ef531
[clang-format] Improve ObjC headers detection.
by Krasimir Georgiev
· 8 years ago
c351fba
Now that C++17 is official (https://www.iso.org/standard/68564.html), start changing the C++1z terminology over to C++17. NFC intended, these are all mechanical changes.
by Aaron Ballman
· 8 years ago
4c2c9c3
[clang-format] Add option to group multiple #include blocks when sorting includes
by Krasimir Georgiev
· 8 years ago
6649665
[clang-format] Add text proto filename detection
by Krasimir Georgiev
· 8 years ago
1696bb6
[clang-format] Apply a clang-tidy suggestion, NFC
by Krasimir Georgiev
· 8 years ago
057a942
clang/lib/Format/Format.cpp: Fix warnings introduced in rL316903. [-Wpedantic]
by NAKAMURA Takumi
· 8 years ago
e56e9a4
Keep MSVC2015 happy after r316903
by Krasimir Georgiev
· 8 years ago
9ad83fe
[clang-format] Format raw string literals
by Krasimir Georgiev
· 8 years ago
a84e787
[clang-format] Add ext/ to google include categories
by Krasimir Georgiev
· 8 years ago
89628f6
clang-format clang-format.
by Manuel Klimek
· 8 years ago
d6ce937
[clang-format] New flag - BraceWrapping.AfterExternBlock
by Krasimir Georgiev
· 8 years ago
82c9a0e
SplitEmptyFunction should be true in the Mozilla coding style
by Sylvestre Ledru
· 8 years ago
ad47c90
clang-format: Add preprocessor directive indentation
by Krasimir Georgiev
· 8 years ago
8687303
[clang-format] Refactor likely xml a bit, NFC
by Krasimir Georgiev
· 8 years ago
a2e7d0d
[clang-format] Do not format likely xml
by Krasimir Georgiev
· 8 years ago
26b144c
[clang-format] Support text proto messages
by Krasimir Georgiev
· 8 years ago
2563984
Fix ODR violations due to abuse of LLVM_YAML_IS_(FLOW_)?SEQUENCE_VECTOR
by Richard Smith
· 8 years ago
ad72256
clang-format: add options to merge empty record body
by Francois Ferrand
· 8 years ago
d676ab1
[clang-format] Switch to case-insensitive header matching and use it to
by Chandler Carruth
· 8 years ago
ac16a20
[clang-format] Add a SortUsingDeclaration option and enable it by default
by Krasimir Georgiev
· 8 years ago
d3f0e3d
clang-format: introduce InlineOnly short function style
by Francois Ferrand
· 8 years ago
b03877a
[clang-format] Support sorting using declarations
by Krasimir Georgiev
· 8 years ago
e56a829
clang-format: Add CompactNamespaces option
by Francois Ferrand
· 8 years ago
2a81ca8
clang-format: add option to merge empty function body
by Francois Ferrand
· 8 years ago
816a966
clang-format: [JS] do not clean up duplicated commas.
by Martin Probst
· 8 years ago
a6b6d51
clang-format: Introduce BreakConstructorInitializers option
by Francois Ferrand
· 8 years ago
9976efa
clang-format: Allow customizing the penalty for breaking assignment
by Francois Ferrand
· 8 years ago
2083f31
clang-format: [JS] keep triple slash directives intact.
by Martin Probst
· 8 years ago
7fdbb3f
[clang-format] Convert AlignEscapedNewlinesLeft to an enum, adding DontAlign
by Daniel Jasper
· 8 years ago
bcda54b
[clang-format] Replace IncompleteFormat by a struct with Line
by Krasimir Georgiev
· 9 years ago
dc06518
clang-format: Support formatting utf-8 character literals in C++11+ mode.
by Nico Weber
· 9 years ago
1dbc210
clang-format: Fix post-commit review comment of r299204, use Style.isCpp().
by Daniel Jasper
· 9 years ago
b4cdb65
clang-format: [JS] do not wrap @see tags.
by Martin Probst
· 9 years ago
0ef8ee1
[clang-format] Add option to break before inheritance separation operator in class declaration.
by Andi-Bogdan Postelnicu
· 9 years ago
317c539
[clang-format] Fixed a typo in Format.cpp and a clang-tidy nit about std::function copying; NFC
by Krasimir Georgiev
· 9 years ago
3ffedcd
Don't write to LLVMStyle.JavaScriptQuotes twice. No behavior change.
by Nico Weber
· 9 years ago
32eaa86
[clang-format] Add a new flag FixNamespaceComments to FormatStyle
by Krasimir Georgiev
· 9 years ago
bb46a7d
Blacklist arbitrary @\\w+ JSDoc tags from wrapping.
by Martin Probst
· 9 years ago
7cb267a
[clang-format] Add a NamespaceEndCommentsFixer
by Krasimir Georgiev
· 9 years ago
004d524
clang-format: Enable include sorting for style=Chromium
by Nico Weber
· 9 years ago
d96ae86
clang-format: Fix many Objective-C formatting regressions from r289428
by Nico Weber
· 9 years ago
9e2bc30
Keep Chromium ObjC column limit at 80 for consistency with C++
by Nico Weber
· 9 years ago
fa37b18
clang-format: [JS] do not format MPEG transport streams.
by Martin Probst
· 9 years ago
7eb7507
clang-format: fix fallback style set to "none" not always formatting
by Antonio Maiorano
· 9 years ago
3adfb6a
clang-format: Make GetStyle return Expected<FormatStyle> instead of FormatStyle
by Antonio Maiorano
· 9 years ago
ea64969
Change clang-format's Chromium JavaScript defaults
by Nico Weber
· 9 years ago
1ec383c
Use after move bug fixes
by Piotr Padlewski
· 9 years ago
34c0376
Make FormatStyle.GetStyleOfFile test work on MSVC
by Antonio Maiorano
· 9 years ago
93459d3
[clang-format] revert an unintended change in r288493 and add a test case.
by Eric Liu
· 9 years ago
dcb038d
Update the default of the Mozilla coding style
by Sylvestre Ledru
· 9 years ago
03a04fe
clang-format: Separate out a language kind for ObjC.
by Daniel Jasper
· 9 years ago
21d1032
[clang-format] calculate MaxInsertOffset in the original code correctly.
by Eric Liu
· 9 years ago
964782a
[ClangFormat] Only insert #include into the #include block in the beginning of the file.
by Eric Liu
· 9 years ago
ebac56e
[Format] Avoid copying std::sets and simplify code a bit.
by Benjamin Kramer
· 9 years ago
528d682
[clang-format] Remove (SourceManager, FileID) variants
by Daniel Jasper
· 9 years ago
5d8cdb8
[Format] Cleanup after replacing constructor body with = default
by Malcolm Parsons
· 9 years ago
6432d45
Use noexcept instead of LLVM_NOEXCEPT now that all compilers support it
by Reid Kleckner
· 9 years ago
7956c40
Make DeletedLines local variables in checkEmptyNamespace.
by Eric Liu
· 9 years ago
11a4237
[clang-format] append newline after code when inserting new headers at the end of the code which does not end with newline.
by Eric Liu
· 9 years ago
c0d3a80
[clang-format] support header deletion in cleanupAroundReplacemnts.
by Eric Liu
· 9 years ago
6f99d24
clang-format: [JS] do not wrapp @returns tags.
by Martin Probst
· 9 years ago
fbbe75b
clang-format: [JS] Do not wrap taze annotation comments.
by Martin Probst
· 9 years ago
2574d15
Remove redundant comma around parenthesis in parameter list.
by Eric Liu
· 9 years ago
01426ff
Also cleanup comments around redundant colons/commas in format::cleanup.
by Eric Liu
· 9 years ago
28d8a5a
clang-format: [JavaScript] Change default AllowShortFunctionsOnASingleLine
by Daniel Jasper
· 9 years ago
496c199
clang-format: [JavaScript] Do requoting in a separate pass
by Daniel Jasper
· 9 years ago
a9855af
clang-format: [JS] merge requoting replacements.
by Martin Probst
· 9 years ago
3042713
clang-format: Set default WebKit style to use C++11.
by Daniel Jasper
· 9 years ago
d6a0078
clang-format: Correctly calculate affected ranges when sorting #includes.
by Daniel Jasper
· 9 years ago
a992afe
Make clang-format remove duplicate headers when sorting #includes.
by Eric Liu
· 9 years ago
83bbd57
clang-format: Add SpaceAfterTemplate
by Sylvestre Ledru
· 9 years ago
40ef2fb
Implement tooling::Replacements as a class.
by Eric Liu
· 9 years ago
Next »