Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
clang
/
lib
/
Format
/
Format.cpp
0675e87
[Format] Add debugging to ObjC language guesser
by Ben Hamilton
· 7 years ago
fa98390
NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)
by Erik Pilkington
· 7 years ago
fc51490
Lift VFS from clang to llvm (NFC)
by Jonas Devlieghere
· 7 years ago
7e91b03
[clang-format] Java import sorting in clang-format
by Krasimir Georgiev
· 7 years ago
6f40e21
clang-format: better handle statement macros
by Francois Ferrand
· 7 years ago
6f3778c
clang-format: Fix formatting C++ namespaces with preceding 'inline' or 'export' specifier
by Sam McCall
· 7 years ago
67e6521
clang-format: Change Google style wrt. the formatting of empty messages.
by Daniel Jasper
· 7 years ago
ce0b8d6
[clang-format] Add some text proto functions to Google style
by Krasimir Georgiev
· 7 years ago
6a5c95b
[clang-format] Indent after breaking Javadoc annotated line
by Krasimir Georgiev
· 7 years ago
61f46f2
[clang-format] Support additional common functions for text proto formatting
by Krasimir Georgiev
· 7 years ago
42948e3
[clang-format] Enable text proto formatting in common functions
by Krasimir Georgiev
· 7 years ago
b4adc91
[clang-format] Add a default format style that can be used by users of `getStyle`
by Eric Liu
· 7 years ago
1ab722e
[clang-format] Disable AlwaysBreakBeforeMultilineStrings in Google style for Objective-C 📜
by Ben Hamilton
· 7 years ago
bfc3406
[clang-format] Add SpaceBeforeCpp11BracedList option.
by Hans Wennborg
· 7 years ago
6bb103f
clang-format: Introduce BreakInheritanceList option
by Francois Ferrand
· 7 years ago
44564ac
Reland "Move #include manipulation code to new lib/Tooling/Inclusions."
by Eric Liu
· 7 years ago
cfd01f9
Revert "Reland "Move #include manipulation code to new lib/Tooling/Inclusions.""
by Eric Liu
· 7 years ago
4f20e9d
Reland "Move #include manipulation code to new lib/Tooling/Inclusions."
by Eric Liu
· 7 years ago
1edf4bc
Revert "Move #include manipulation code to new lib/Tooling/Inclusions."
by Eric Liu
· 7 years ago
e0a3f5b
Move #include manipulation code to new lib/Tooling/Inclusions.
by Eric Liu
· 7 years ago
58e6fe5
clang-format: Allow optimizer to break template declaration.
by Francois Ferrand
· 7 years ago
3538b39
[clang] Update uses of DEBUG macro to LLVM_DEBUG.
by Nicola Zaghen
· 7 years ago
7129e63
[Tooling] Pull #include manipulation code from clangFormat into libToolingCore.
by Eric Liu
· 7 years ago
9d92c02
[clang-format] Move #include related style to libToolingCore
by Eric Liu
· 7 years ago
2e53808
Add SourceManagerForFile helper which sets up SourceManager and dependencies for a single file with code snippet
by Eric Liu
· 7 years ago
9fc8faf
Remove \brief commands from doxygen comments.
by Adrian Prantl
· 7 years ago
bf4c41c
[clang-format] Refactor #include insertion/deletion functionality into a class.
by Eric Liu
· 7 years ago
5559cc3
[clang-format] Start formatting cpp code in raw strings in google style
by Krasimir Georgiev
· 7 years ago
0dddcf7
Format closing braces when reformatting the line containing the opening brace.
by Manuel Klimek
· 7 years ago
b1a7919
[clang-format] Improve ObjC guessing heuristic by supporting all @keywords
by Ben Hamilton
· 7 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
· 8 years ago
dc06518
clang-format: Support formatting utf-8 character literals in C++11+ mode.
by Nico Weber
· 8 years ago
1dbc210
clang-format: Fix post-commit review comment of r299204, use Style.isCpp().
by Daniel Jasper
· 8 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
Next »