Michael J. Spencer 5d899f7d95 [Implicit Modules] Add -cc1 option -fmodules-strict-context-hash which includes search paths and diagnostics. 5 years ago
..
CommandGuide f036c32bdd [Test Commit] Fix typo in diagtool.rst 6 years ago
analyzer cfb041434e [analyzer] Add a checker option to detect nested dead stores 6 years ago
tools c2b4b6e12f Portable Python script across Python version 6 years ago
AddressSanitizer.rst 0995aac68e [Docs] Modernize references to macOS 6 years ago
AttributeReference.rst fa2cec099d Adding a title to appease the sphinx build bot. 10 years ago
AutomaticReferenceCounting.rst 0995aac68e [Docs] Modernize references to macOS 6 years ago
Block-ABI-Apple.rst 4e2bc94eda [CodeGen][ObjC] Make copying and disposing of a non-escaping block 7 years ago
Block-ABI-Apple.txt d976861c7d Update our URLs in clang doc to use https 6 years ago
BlockLanguageSpec.rst 7b00b84752 Documentation: use monospaced font in BlockLanguageSpec, and fix a link to this 12 years ago
CMakeLists.txt 9d17579a4f docs: Fix Sphinx detection with out-of-tree builds 8 years ago
ClangCheck.rst 1dd627814f [clang docs] Minor fix in ClangCheck.rst 8 years ago
ClangCommandLineReference.rst 50f80151a9 Decrease the verbosity of the -ftime-trace option 5 years ago
ClangFormat.rst 016ad92bb9 Adding 'CLion integration' to clang-format doc 6 years ago
ClangFormatStyleOptions.rst efd8c82e87 [NFC] Reverting changes from test commit. 5 years ago
ClangPlugins.rst 6333880aae [PragmaHandler] Expose `#pragma` location 6 years ago
ClangStaticAnalyzer.rst 8375cd8bfb [analyzer]Add user docs rst 6 years ago
ClangTools.rst 29e11e7cb4 Fix some sphinx doc errors. 6 years ago
ConstantInterpreter.rst 9e90d26fa6 [Clang Interpreter] Initial patch for the constexpr interpreter 6 years ago
ControlFlowIntegrity.rst 6f8e54aaf6 cfi-icall: Allow the jump table to be optionally made non-canonical. 6 years ago
ControlFlowIntegrityDesign.rst 79118ec14e Adjust documentation for git migration. 6 years ago
CrossCompilation.rst d976861c7d Update our URLs in clang doc to use https 6 years ago
DataFlowSanitizer.rst 5d27a51288 Add support for -fsanitize-blacklist and default blacklists for DFSan. 12 years ago
DataFlowSanitizerDesign.rst c32cfbccdf DataFlowSanitizer: Add a design doc paragraph on checking ABI consistency. 12 years ago
DiagnosticsReference.rst e6a18409a8 fixup: sphinx warning 6 years ago
DriverArchitecture.png 3e5d00c2c7 Reverted r103214. 15 years ago
DriverInternals.rst 64b6f93c5d Driver: Replace a couple of out of date terms in the docs 10 years ago
ExternalClangExamples.rst 140c81ebe1 [Documentation] Use HTTPS whenever possible 6 years ago
FAQ.rst cbe50ccea2 Documentation: fix typo: stdard -> stdarg 12 years ago
HardwareAssistedAddressSanitizerDesign.rst 18b6416a71 hwasan: Improve precision of checks using short granule tags. 6 years ago
HowToSetupToolingForLLVM.rst 140c81ebe1 [Documentation] Use HTTPS whenever possible 6 years ago
InternalsManual.rst d263b49d02 [ASTImporter][NFC] Update ASTImporter internals docs 5 years ago
IntroductionToTheClangAST.rst 140c81ebe1 [Documentation] Use HTTPS whenever possible 6 years ago
ItaniumMangleAbiTags.rst 2a54cbaf17 NFC fix documentation build by rL263015 9 years ago
JSONCompilationDatabase.rst 140c81ebe1 [Documentation] Use HTTPS whenever possible 6 years ago
LTOVisibility.rst 736ed08304 Implement CFI for indirect calls via a member function pointer. 7 years ago
LanguageExtensions.rst 1d08493df3 Added support for "#pragma clang section relro=<name>" 5 years ago
LeakSanitizer.rst 0995aac68e [Docs] Modernize references to macOS 6 years ago
LibASTImporter.rst bba9a63012 [ASTImporter][NFC] Fix typo in user docs 5 years ago
LibASTMatchers.rst d976861c7d Update our URLs in clang doc to use https 6 years ago
LibASTMatchersReference.html f5d1b99742 [clang] Update isDerivedFrom to support Objective-C classes 🔍 6 years ago
LibASTMatchersTutorial.rst 1e18ce730e AST Matchers tutorial requests to enable clang-tools-extra. NFC 6 years ago
LibFormat.rst d976861c7d Update our URLs in clang doc to use https 6 years ago
LibTooling.rst b6cbdf1b70 [Tooling] Migrated APIs that take ownership of objects to unique_ptr 6 years ago
MSVCCompatibility.rst 140c81ebe1 [Documentation] Use HTTPS whenever possible 6 years ago
Makefile.sphinx f84c511056 docs: Clarify that cfi-unrelated-cast is based on lifetime. 9 years ago
MemorySanitizer.rst f8a76fe080 [ReleaseNotes] MemorySanitizer support of ASLR on FreeBSD 6 years ago
Modules.rst 5d899f7d95 [Implicit Modules] Add -cc1 option -fmodules-strict-context-hash which includes search paths and diagnostics. 5 years ago
ObjectiveCLiterals.rst 633d4d2bed Fix typo. NFC. 10 years ago
OpenCLSupport.rst c6d1492499 [OpenCL] Add doc to describe OpenCL support 5 years ago
OpenMPSupport.rst f51ad847cd [DOCS]Update list of implemented constructs, NFC. 5 years ago
PCHInternals.rst 140c81ebe1 [Documentation] Use HTTPS whenever possible 6 years ago
PCHLayout.graffle 3e5d00c2c7 Reverted r103214. 15 years ago
PCHLayout.png 3e5d00c2c7 Reverted r103214. 15 years ago
RAVFrontendAction.rst b6cbdf1b70 [Tooling] Migrated APIs that take ownership of objects to unique_ptr 6 years ago
README.txt 589ddc2d27 Add docs/README.txt to point to llvm/docs/README.txt. 12 years ago
RefactoringEngine.rst a8e3ebd8b6 Fix small nits in clang-refactor doc. 7 years ago
ReleaseNotes.rst ae3e9c83d4 Add -Wbitwise-conditional-parentheses to warn on mixing '|' and '&' with "?:" 5 years ago
SafeStack.rst 0995aac68e [Docs] Modernize references to macOS 6 years ago
SanitizerCoverage.rst aa117bd55e Update SanitizerCoverage doc regarding the issue with pc-table and gc-sections. 6 years ago
SanitizerSpecialCaseList.rst 156b679450 Allow specifying sanitizers in blacklists 8 years ago
SanitizerStats.rst cefa0162da [docs] -fsanitize=cfi only allowed with -fvisibility= 7 years ago
ShadowCallStack.rst 278f2430d0 Delete x86_64 ShadowCallStack support 6 years ago
SourceBasedCodeCoverage.rst d976861c7d Update our URLs in clang doc to use https 6 years ago
ThinLTO.rst 1385a79dc5 ThinLTO: Document the option BOOTSTRAP_LLVM_ENABLE_LTO 6 years ago
ThreadSafetyAnalysis.rst 060a901b17 Correct the attribute spelling for guarded_var and pt_guarded_var. 8 years ago
ThreadSanitizer.rst fc638d59cd [docs] Add some architectures into the list of supported ThreadSanitizer platforms 6 years ago
Toolchain.rst 79118ec14e Adjust documentation for git migration. 6 years ago
Tooling.rst d976861c7d Update our URLs in clang doc to use https 6 years ago
UndefinedBehaviorSanitizer.rst 414670be4e [UBSan][clang][compiler-rt] Applying non-zero offset to nullptr is undefined behaviour 5 years ago
UsersManual.rst c677d420e1 Add -fgnuc-version= to control __GNUC__ and other GCC macros 5 years ago
conf.py b390688407 Bump the trunk version to 10.0.0svn 6 years ago
doxygen-mainpage.dox c324b91284 [docs] Add missing file 9 years ago
doxygen.cfg.in 5aced54e01 [NFC] Remove LLVM_ALIGNAS 6 years ago
index.rst c6d1492499 [OpenCL] Add doc to describe OpenCL support 5 years ago
make.bat 1c6ee67350 docs: Initial Sphinx setup for Clang. 12 years ago

README.txt

See llvm/docs/README.txt