llvm/clang/docs
owenca 8a780a2f18 [clang-format] Group options that pack constructor initializers
Add a new option PackConstructorInitializers and deprecate the
related options ConstructorInitializerAllOnOneLineOrOnePerLine and
AllowAllConstructorInitializersOnNextLine. Below is the mapping:

PackConstructorInitializers  ConstructorInitializer... AllowAll...
        Never                            -                  -
        BinPack                        false                -
        CurrentLine                    true               false
        NextLine                       true               true

The option value Never fixes PR50549 by always placing each
constructor initializer on its own line.

Differential Revision: https://reviews.llvm.org/D108752
2021-08-27 06:27:46 -07:00
..
analyzer [analyzer] MallocOverflow should consider comparisons only preceding malloc 2021-08-27 14:41:26 +02:00
CommandGuide
tools
AddressSanitizer.rst [clang] Fix typos in documentation (NFC) 2021-08-21 12:17:58 -07:00
APINotes.rst
AutomaticReferenceCounting.rst
Block-ABI-Apple.rst
Block-ABI-Apple.txt
BlockLanguageSpec.rst
ClangCheck.rst
ClangCommandLineReference.rst [clang][NewPM] Mention that legacy PM flags are deprecated 2021-08-26 14:42:55 -07:00
ClangFormat.rst [clang-format] Add basic support for formatting JSON 2021-06-26 15:20:17 +01:00
ClangFormatStyleOptions.rst [clang-format] Group options that pack constructor initializers 2021-08-27 06:27:46 -07:00
ClangFormattedStatus.rst [clang-format] NFC, 2% improvement in overall clang-formatted status (now 50%) 2021-06-04 15:02:44 +01:00
ClangOffloadBundler.rst [clang-offload-bundler] Add unbundling of archives containing bundled object files into device specific archives 2021-06-30 17:55:50 +05:30
ClangPlugins.rst
ClangStaticAnalyzer.rst
ClangTools.rst
CMakeLists.txt
conf.py
ConstantInterpreter.rst
ControlFlowIntegrity.rst
ControlFlowIntegrityDesign.rst
CrossCompilation.rst
DataFlowSanitizer.rst [dfsan][NFC] Fix doc format 2021-07-27 04:22:20 +00:00
DataFlowSanitizerDesign.rst [clang] Fix typos in documentation (NFC) 2021-08-21 12:17:58 -07:00
doxygen-mainpage.dox
doxygen.cfg.in
DriverArchitecture.png
DriverInternals.rst
ExternalClangExamples.rst
FAQ.rst
HardwareAssistedAddressSanitizerDesign.rst
HowToSetupToolingForLLVM.rst
index.rst
InternalsManual.rst Fix a typo in the internals manual 2021-06-08 12:32:56 -04:00
IntroductionToTheClangAST.rst [clang] Fix typos in documentation (NFC) 2021-08-21 12:17:58 -07:00
ItaniumMangleAbiTags.rst
JSONCompilationDatabase.rst
LanguageExtensions.rst [OpenCL][NFC] Fix code example in __remove_address_space documentation. 2021-08-25 21:24:32 +01:00
LeakSanitizer.rst
LibASTImporter.rst
LibASTMatchers.rst
LibASTMatchersReference.html Reapply "Support Attr in DynTypedNode and ASTMatchers." 2021-08-06 22:30:32 +02:00
LibASTMatchersTutorial.rst [docs] Fix linking issues in LibASTMatchers tutorial 2021-07-05 12:11:25 +03:00
LibFormat.rst
LibTooling.rst
LTOVisibility.rst
make.bat
Makefile.sphinx
MatrixTypes.rst
MemorySanitizer.rst [msan] Add support for disable_sanitizer_instrumentation attribute 2021-08-20 15:11:26 +02:00
Modules.rst
MSVCCompatibility.rst
ObjectiveCLiterals.rst
OpenCLSupport.rst [OpenCL][Docs] Adding builtins requires adding to both now 2021-08-06 10:21:26 +01:00
OpenMPSupport.rst [clang] Fix typos in documentation (NFC) 2021-08-21 12:17:58 -07:00
PCHInternals.rst
PCHLayout.graffle
PCHLayout.png
RAVFrontendAction.rst
README.txt
RefactoringEngine.rst
ReleaseNotes.rst Effectively revert 33c3d8a916 / D33782 2021-08-25 14:41:26 -07:00
SafeStack.rst
SanitizerCoverage.rst [Driver] Delete -fsanitize-coverage-blocklist= in favor of -fsanitize-coverage-ignorelist= 2021-06-15 20:32:24 -07:00
SanitizerSpecialCaseList.rst
SanitizerStats.rst
ShadowCallStack.rst
SourceBasedCodeCoverage.rst
SYCLSupport.rst
ThinLTO.rst
ThreadSafetyAnalysis.rst Thread safety analysis: Mock getter for private mutexes can be undefined 2021-07-23 14:46:02 +02:00
ThreadSanitizer.rst [tsan] Add support for disable_sanitizer_instrumentation attribute 2021-08-23 12:38:33 +02:00
Toolchain.rst
Tooling.rst
UndefinedBehaviorSanitizer.rst Improve UBSan documentation 2021-08-02 15:10:21 -07:00
UsersManual.rst [InstrProfiling] Generate runtime hook for Fuchsia 2021-08-10 23:21:15 -07:00

See llvm/docs/README.txt