hanchenye-llvm-project/clang/docs
Ehsan Akhgari 75b3a4b507 clang-cl: Support loading plugins on Windows
This builds on the support being added to LLVM to import and export
registries from DLLs.  This will allow us to pick up the registry
entries added in the DLL's copy of FrontendPluginRegistry.

This will allow us to use plugins on Windows using:
$ clang-cl -Xclang -load -Xclang plugin.dll \
           -Xclang -add-plugin -Xclang foo

llvm-svn: 260265
2016-02-09 19:43:11 +00:00
..
CommandGuide Document that we recommend to turn off -gmodules when building a static 2015-12-22 22:37:22 +00:00
analyzer Remove autoconf support 2016-01-26 21:30:40 +00:00
tools Properly encode the < entity; it was missing the semicolon. Regenerating the AST matcher reference after fixing the issue. Thanks to Richard for noticing the issue and bringing it to my attention! 2016-01-22 23:15:00 +00:00
AddressSanitizer.rst [Docs] Slightly update LSan documentation. 2016-01-22 01:35:45 +00:00
AttributeReference.rst Adding a title to appease the sphinx build bot. 2015-06-23 17:31:30 +00:00
AutomaticReferenceCounting.rst Allow (Object *)kMyGlobalCFObj casts without bridging 2015-02-25 20:09:06 +00:00
Block-ABI-Apple.rst
Block-ABI-Apple.txt
BlockLanguageSpec.rst
CMakeLists.txt Add AST matcher reference to documentation directory when building HTML docs. 2016-02-09 10:59:21 +00:00
ClangCheck.rst
ClangFormat.rst Update `clang-format -help` output in clang-format docs. 2015-10-19 01:08:30 +00:00
ClangFormatStyleOptions.rst Support AlwaysBreakAfterReturnType 2015-12-18 22:20:15 +00:00
ClangPlugins.rst clang-cl: Support loading plugins on Windows 2016-02-09 19:43:11 +00:00
ClangTools.rst Fixed a link. 2015-11-04 19:42:17 +00:00
ControlFlowIntegrity.rst docs: Clarify that cfi-unrelated-cast is based on lifetime. 2016-02-01 18:55:50 +00:00
ControlFlowIntegrityDesign.rst Cross-DSO control flow integrity (Clang part). 2015-12-15 23:00:20 +00:00
CrossCompilation.rst Grammar bug. NFC 2015-07-06 15:25:31 +00:00
DataFlowSanitizer.rst
DataFlowSanitizerDesign.rst
DriverArchitecture.png
DriverInternals.rst Driver: Replace a couple of out of date terms in the docs 2015-07-03 08:03:43 +00:00
ExternalClangExamples.rst Update mailing list references to lists.llvm.org 2015-08-05 03:55:23 +00:00
FAQ.rst
HowToSetupToolingForLLVM.rst
InternalsManual.rst Remove DataRecursiveASTVisitor; it no longer serves any purpose, since it's just an alias for RecursiveASTVisitor. 2015-11-24 03:55:01 +00:00
IntroductionToTheClangAST.rst
JSONCompilationDatabase.rst
LanguageExtensions.rst Mark is_destructible/is_nothrow_destructible as implemented 2015-11-14 07:21:35 +00:00
LeakSanitizer.rst [Docs] Slightly update LSan documentation. 2016-01-22 01:35:45 +00:00
LibASTMatchers.rst
LibASTMatchersReference.html Reapply r259210 with a fix for RegistryTest.cpp. 2016-02-01 14:11:47 +00:00
LibASTMatchersTutorial.rst docs: Remove references to the long-defunct LLVM_USED_LIBS 2015-11-26 19:52:24 +00:00
LibFormat.rst
LibTooling.rst
MSVCCompatibility.rst Fix some glitches in the MSVCCompatibility document 2015-05-07 07:48:16 +00:00
Makefile.sphinx docs: Clarify that cfi-unrelated-cast is based on lifetime. 2016-02-01 18:55:50 +00:00
MemorySanitizer.rst [Docs] Update MSan docs 2015-12-04 22:50:44 +00:00
Modules.rst Fix a typo. 2015-09-17 15:58:54 +00:00
ObjectiveCLiterals.rst Fix typo. NFC. 2015-06-27 19:04:55 +00:00
PCHInternals.rst Update PCHInternals.rst to document PCH wrapped in object file containers. 2015-07-08 16:52:51 +00:00
PCHLayout.graffle
PCHLayout.png
PTHInternals.rst
RAVFrontendAction.rst docs: Remove references to the long-defunct LLVM_USED_LIBS 2015-11-26 19:52:24 +00:00
README.txt
ReleaseNotes.rst [Cygwin] Use -femulated-tls by default since r257718 introduced the new pass. 2016-01-16 03:44:52 +00:00
SafeStack.rst docs: Fix bad link in SafeStack.rst. 2015-06-25 21:02:17 +00:00
SanitizerCoverage.rst [sancov] sancov tool documentation 2016-01-27 23:56:12 +00:00
SanitizerSpecialCaseList.rst
SanitizerStats.rst Introduce -fsanitize-stats flag. 2016-01-16 00:31:22 +00:00
ThreadSafetyAnalysis.rst Updating the documentation to include an operator! for negative capability support. 2015-05-22 13:36:48 +00:00
ThreadSanitizer.rst [Docs] Sanitizer docs migrated from code.google.com to github.com. 2015-12-04 00:38:13 +00:00
Tooling.rst
UndefinedBehaviorSanitizer.rst [UBSan] Add documentation for runtime issue suppression. 2016-01-29 23:07:14 +00:00
UsersManual.rst [MSVC Compat] Only warn for unknown clang-cl arguments 2016-01-25 21:14:52 +00:00
conf.py Update version to 3.9 2016-01-13 17:32:59 +00:00
doxygen.cfg.in Doxygen: add build option to use svg instead of png files for graphs 2015-08-17 23:38:56 +00:00
doxygen.intro
index.rst Introduce -fsanitize-stats flag. 2016-01-16 00:31:22 +00:00
make.bat

README.txt

See llvm/docs/README.txt