Giuliano Procida af9b4c146c Tweak clang-format configuration
These are the updates:

AlignConsecutiveDeclarations: false
- the dominant style in libabigail is not to align

AllowShortBlocksOnASingleLine: Always
AllowShortEnumsOnASingleLine: true
AllowShortFunctionsOnASingleLine: All
AllowShortLambdasOnASingleLine: All
- the libabigail style favours short things on a single line

Cpp11BracedListStyle: true
- this seems to improve some initialiser syntax

BinPackArguments: false
- we already turn this off for parameters

SpaceAfterCStyleCast: true
- this is the libabigail style

	* .clang-format: Various tweaks to Clang format configuration.

Signed-off-by: Giuliano Procida <gprocida@google.com>
2021-10-19 12:59:18 +02:00
2021-10-19 12:30:50 +02:00
2021-10-19 12:30:50 +02:00
2021-10-19 12:59:18 +02:00
2013-02-28 13:25:20 +01:00
2021-10-04 10:58:23 +02:00
2020-02-03 13:49:54 +01:00
2020-12-03 14:04:23 +01:00
2020-12-02 11:49:33 +01:00
2021-10-04 16:06:43 +02:00
2021-10-04 10:57:24 +02:00
2015-09-05 10:30:00 +02:00

This is the Application Binary Interface Generic Analysis and
Instrumentation Library.

It aims at constructing, manipulating, serializing and de-serializing
ABI-relevant artifacts.

The set of artifacts that we are intersted is made of quantities like
types, variable, fonctions and declarations of a given library or
program.  For a given library or program this set of quantities is
called an ABI corpus.

This library aims at (among other things) providing a way to compare
two ABI Corpora (apparently the plural of corpus is copora, heh,
that's cool), provide detailed information about their differences,
and help build tools to infer interesting conclusions about these
differences.

You are welcome to contribute to this project after reading the files
CONTRIBUTING and COMMIT-LOG-GUIDELINES files in the source tree.

Communicating with the maintainers of this project -- including
sending patches to be include to the source code -- happens via email
at libabigail@sourceware.org.
S
Description
暂无描述
Readme 452 MiB
Languages
C++ 83.7%
C 5.9%
Shell 4.8%
Makefile 2.2%
Python 1.7%
Other 1.7%