llvm-capstone/clang/utils
Richard Smith 09ac4a1bc9 Improve attribute documentation to list which spellings are used in which syntaxes.
Summary:
Instead of listing all the spellings (including attribute namespaces) in
the section heading, only list the actual attribute names there, and
list the spellings in the supported syntaxes table.

This allows us to properly describe things like [[fallthrough]], for
which we allow a clang:: prefix in C++ but not in C, and AlwaysInline,
which has one spelling as a GNU attribute and a different spelling as a
keyword, without needing to repeat the syntax description in the
documentation text.

Sample rendering: https://pste.eu/p/T1ZV.html

Reviewers: aaron.ballman

Subscribers: cfe-commits

Differential Revision: https://reviews.llvm.org/D51473

llvm-svn: 341097
2018-08-30 19:16:33 +00:00
..
ABITest Add back the ABITest makefiles 2016-02-03 17:16:01 +00:00
analyzer [analyzer] [tests] Do not be verbose by default when updating reference results. 2018-08-07 21:14:35 +00:00
check_cfc Fix typos in clang 2018-04-06 15:14:32 +00:00
CIndex
ClangVisualizers Improved Visual Studio visualization of OpaquePtr 2016-06-13 04:02:35 +00:00
hmaptool Re-apply: Add python tool to dump and construct header maps 2018-06-21 21:45:24 +00:00
perf-training [clang] Enable clang build with LLVM_BUILD_INSTRUMENTED without setting LLVM_PROFTDATA 2017-10-13 03:21:39 +00:00
TableGen Improve attribute documentation to list which spellings are used in which syntaxes. 2018-08-30 19:16:33 +00:00
TestUtils
valgrind
VtableTest Remove autoconf support 2016-01-26 21:30:40 +00:00
bash-autocomplete.sh [bash-completion] Fix tab separation on macOS 2018-05-24 16:25:40 +00:00
builtin-defines.c
CaptureCmd
ClangDataFormat.py
clangdiag.py Fix typos in clang 2018-04-06 15:14:32 +00:00
CmpDriver
find-unused-diagnostics.sh Unused diagnostics can occur in tblgen. 2018-01-25 15:57:22 +00:00
FindSpecRefs
FuzzTest
modfuzz.py Add simple, stupid, pattern-based fuzzer / reducer for modules bugs. I've 2016-06-27 19:43:46 +00:00
token-delta.py