EnglishFrenchSpanish

Ad


OnWorks favicon

clang-format-3.7 - Online in the Cloud

Run clang-format-3.7 in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command clang-format-3.7 that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


clang-format - manual page for clang-format 3.7

DESCRIPTION


ERROR: ld.so: object 'libfakeroot-sysv.so' from LD_PRELOAD cannot be preloaded (cannot
open shared object file): ignored. OVERVIEW: A tool to format C/C++/Obj-C code.

If no arguments are specified, it formats the code from standard input and writes the
result to the standard output. If <file>s are given, it reformats the files. If -i is
specified together with <file>s, the files are edited in-place. Otherwise, the result is
written to the standard output.

USAGE: clang-format [options] [<file> ...]

OPTIONS:

Clang-format options:

-assume-filename=<string> - When reading from stdin, clang-format assumes this
filename to look for a style config file (with -style=file) and to determine the
language.

-cursor=<uint> - The position of the cursor when invoking
clang-format from an editor integration

-dump-config - Dump configuration options to stdout and exit.
Can be used with -style option.

-fallback-style=<string> - The name of the predefined style used as a
fallback in case clang-format is invoked with -style=file, but can not find the
.clang-format file to use. Use -fallback-style=none to skip formatting.

-i - Inplace edit <file>s, if specified.

-length=<uint> - Format a range of this length (in bytes).
Multiple ranges can be formatted by specifying several -offset and -length pairs.
When only a single -offset is specified without -length, clang-format will format
up to the end of the file. Can only be used with one input file.

-lines=<string> - <start line>:<end line> - format a range of
lines (both 1-based). Multiple ranges can be formatted by specifying several
-lines arguments. Can't be used with -offset and -length. Can only be used with
one input file.

-offset=<uint> - Format a range starting at this byte offset.
Multiple ranges can be formatted by specifying several -offset and -length pairs.
Can only be used with one input file.

-output-replacements-xml - Output replacements as XML.

-style=<string> - Coding style, currently supports:
LLVM, Google, Chromium, Mozilla, WebKit.

Use -style=file to load style configuration from
.clang-format file located in one of the parent directories of the source file (or
current directory for stdin). Use -style="{key: value, ...}" to set specific
parameters, e.g.:

-style="{BasedOnStyle: llvm, IndentWidth: 8}"

Generic Options:

-help - Display available options (-help-hidden for more)

-help-list - Display list of available options (-help-list-hidden for more)

-version - Display the version of this program

Use clang-format-3.7 online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    Brackets
    Brackets
    Brackets is a free, modern open-source
    text editor made especially for Web
    Development. Written in HTML, CSS, and
    JavaScript with focused visual tools and
    prepr...
    Download Brackets
  • 2
    Free Pascal Compiler
    Free Pascal Compiler
    A 32/64/16-bit Pascal compiler for
    Win32/64/CE, Linux, Mac OS X/iOS,
    Android, FreeBSD, OS/2, Game Boy
    Advance, Nintendo NDS and DOS;
    semantically compatible wi...
    Download Free Pascal Compiler
  • 3
    Canon EOS DIGITAL Info
    Canon EOS DIGITAL Info
    Canon doesn�t have shutter count
    included on the EXIF information of an
    image file, as opposed to Nikon and
    Pentax. There�s no official Canon based
    application ...
    Download Canon EOS DIGITAL Info
  • 4
    rEFInd
    rEFInd
    rEFInd is a fork of the rEFIt boot
    manager. Like rEFIt, rEFInd can
    auto-detect your installed EFI boot
    loaders and it presents a pretty GUI
    menu of boot option...
    Download rEFInd
  • 5
    ExpressLuke GSI
    ExpressLuke GSI
    This SourceForge download page was to
    grant users to download my source built
    GSIs, based upon phhusson's great
    work. I build both Android Pie and
    Android 1...
    Download ExpressLuke GSI
  • 6
    Music Caster
    Music Caster
    Music Caster is a tray music player
    that lets you cast your local music to a
    Google Cast device. On the first run,
    you will need to click the arrow in your
    tas...
    Download Music Caster
  • More »

Linux commands

Ad