llvm-project/clang/docs
Aaron Ballman b904e68f13 No longer issue static lambda pedantic warning for pre-c++2b compat
We were accidentally issuing "static lambdas are incompatible with C++
standards before C++2b" with -pedantic because it was an ExtWarn
diagnostic rather than a Warning. This corrects the diagnostic category
and adds some test coverage.

Fixes #61582
2023-03-21 12:49:45 -04:00
..
analyzer Bump the trunk major version to 17 2023-01-24 22:57:27 -08:00
CommandGuide [Driver] Allow to collect -save-stats data to a file specified in the environment variable. 2023-03-16 11:57:59 -07:00
DataFlowAnalysisIntroImages
HLSL [Docs] [HLSL] Add note about PCH support 2022-10-07 10:49:21 -07:00
tools [llvm-c] Remove bindings for creating legacy passes 2023-03-02 09:53:50 +01:00
AddressSanitizer.rst
APINotes.rst
AutomaticReferenceCounting.rst
Block-ABI-Apple.rst
BlockLanguageSpec.rst
ClangCheck.rst
ClangFormat.rst [docs] Fix old path for clang-format 2022-10-27 13:14:05 -07:00
ClangFormatStyleOptions.rst [clang-format] PackConstructorInitializers support PCIS_OnlyNextLine 2023-02-06 19:39:05 +08:00
ClangFormattedStatus.rst
ClangLinkerWrapper.rst
ClangOffloadBundler.rst [clang-offload-bundler] Fix test failures and document typo 2023-03-14 19:14:42 -07:00
ClangOffloadPackager.rst
ClangPlugins.rst
ClangRepl_design.png [clang-repl] Add basic documentation about clang-repl 2022-11-30 12:30:33 +00:00
ClangRepl.rst Fix Clang sphinx build 2022-11-30 07:52:59 -05:00
ClangStaticAnalyzer.rst
ClangTools.rst
ClangTransformerTutorial.rst
CMakeLists.txt
CodeOwners.rst
conf.py Remove 'modindex' from the Clang docs 2022-11-30 09:37:49 -05:00
ConstantInterpreter.rst
ControlFlowIntegrity.rst Add CFI integer types normalization 2023-02-08 22:24:19 +00:00
ControlFlowIntegrityDesign.rst
CrossCompilation.rst Switch ABI references to env/environment 2023-03-13 16:19:31 -07:00
DataFlowAnalysisIntro.md
DataFlowSanitizer.rst
DataFlowSanitizerDesign.rst Fix duplicate word typos; NFC 2022-11-08 07:21:23 -05:00
DebuggingCoroutines.rst
doxygen-mainpage.dox
doxygen.cfg.in
DriverArchitecture.png
DriverInternals.rst
ExternalClangExamples.rst Fix broken link to CxxCodeBrowser in External Clang Examples 2023-02-06 09:12:58 -05:00
FAQ.rst
HardwareAssistedAddressSanitizerDesign.rst
HowToSetupToolingForLLVM.rst
index.rst [Clang][NFC] Fix documentation and remove unused tool 2023-01-23 17:57:21 -06:00
InternalsManual.rst
IntroductionToTheClangAST.rst
ItaniumMangleAbiTags.rst
JSONCompilationDatabase.rst Fix the clang Sphinx bot 2022-09-16 07:19:30 -04:00
LanguageExtensions.rst Add __builtin_FILE_NAME() 2023-03-17 09:52:41 -04:00
LeakSanitizer.rst
LibASTImporter.rst
LibASTMatchers.rst
LibASTMatchersReference.html Correct documentation for the refersToType AST matcher 2023-01-20 15:36:57 -05:00
LibASTMatchersTutorial.rst
LibFormat.rst
LibTooling.rst
LTOVisibility.rst
make.bat
MatrixTypes.rst
MemorySanitizer.rst
MisExpect.rst
Modules.rst [Docs] Add a link that refers to C++ standard modules in Clang modules doc 2022-09-18 18:31:49 +08:00
MSVCCompatibility.rst
ObjectiveCLiterals.rst
OffloadingDesign.rst Fix the Clang sphinx build 2023-01-24 08:21:53 -05:00
OpenCLSupport.rst [docs] Replace deprecated -target with --target= 2023-02-05 16:34:22 -08:00
OpenMPSupport.rst [OPENMP][NFC] added loop bind to the support page 2023-02-10 02:33:44 -06:00
PCHInternals.rst
PCHLayout.graffle
PCHLayout.png
RAVFrontendAction.rst
README.txt
RefactoringEngine.rst
ReleaseNotes.rst No longer issue static lambda pedantic warning for pre-c++2b compat 2023-03-21 12:49:45 -04:00
SafeStack.rst
SanitizerCoverage.rst Fix the clang Sphinx bot 2022-09-16 07:19:30 -04:00
SanitizerSpecialCaseList.rst
SanitizerStats.rst
ShadowCallStack.rst
SourceBasedCodeCoverage.rst Fix Clang sphinx build 2023-01-28 08:56:22 -05:00
StandardCPlusPlusModules.rst [Modules] [doc] Document the problem that we can't include headers before import declarations 2023-03-17 15:10:37 +08:00
SYCLSupport.rst
ThinLTO.rst [clang][docs] Document ThinLTO options for ld64.lld 2023-02-21 12:09:27 -05:00
ThreadSafetyAnalysis.rst Thread safety analysis: Support copy-elided production of scoped capabilities through arbitrary calls 2022-10-13 19:36:15 +02:00
ThreadSanitizer.rst
Toolchain.rst
Tooling.rst
UndefinedBehaviorSanitizer.rst
UsersManual.rst [docs] Add more complete documentation for -f[no]split-lto-unit 2023-03-13 11:33:46 -07:00

See llvm/docs/README.txt