.. |
CommandGuide
|
Sphinx-based clang man pages
|
2015-06-30 02:52:38 +00:00 |
analyzer
|
Update the copyright credits -- Happy new year 2014!
|
2014-01-01 08:27:31 +00:00 |
tools
|
Sphinx-based clang man pages
|
2015-06-30 02:52:38 +00:00 |
AddressSanitizer.rst
|
[docs] Several updates to the Address Sanitizer webpage.
|
2015-06-25 23:36:44 +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
|
Sphinx-based clang man pages
|
2015-06-30 02:52:38 +00:00 |
ClangCheck.rst
|
…
|
|
ClangFormat.rst
|
docs: remove double carriage-return
|
2014-11-02 21:27:52 +00:00 |
ClangFormatStyleOptions.rst
|
clang-format: Add Mozilla brace breaking style
|
2015-07-12 03:13:54 +00:00 |
ClangPlugins.rst
|
Remove buggy example code from the documentation
|
2014-01-26 05:08:07 +00:00 |
ClangTools.rst
|
Document removed flags in release notes
|
2014-03-21 07:25:01 +00:00 |
ControlFlowIntegrity.rst
|
CodeGen: Improve CFI type blacklisting mechanism.
|
2015-07-15 12:15:56 +00:00 |
ControlFlowIntegrityDesign.rst
|
docs: Document byte arrays.
|
2015-03-12 00:30:41 +00:00 |
CrossCompilation.rst
|
Grammar bug. NFC
|
2015-07-06 15:25:31 +00:00 |
DataFlowSanitizer.rst
|
Add support for -fsanitize-blacklist and default blacklists for DFSan.
|
2013-08-14 18:54:18 +00:00 |
DataFlowSanitizerDesign.rst
|
DataFlowSanitizer: Add a design doc paragraph on checking ABI consistency.
|
2013-08-22 20:08:20 +00:00 |
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
|
ExternalClangExamples: add a link to ToyClangPlugin
|
2014-03-07 09:06:12 +00:00 |
FAQ.rst
|
Documentation: fix typo: stdard -> stdarg
|
2013-02-07 14:48:33 +00:00 |
HowToSetupToolingForLLVM.rst
|
…
|
|
InternalsManual.rst
|
Made considerable updates to the documentation explaining how to add a new attribute to clang. Cleans up some of the existing wording, as well as adding new information and better explanations.
|
2015-05-13 18:06:48 +00:00 |
IntroductionToTheClangAST.rst
|
Suggest people use -Xclang not -cc1 when passing options to the frontend.
|
2013-10-08 19:50:01 +00:00 |
JSONCompilationDatabase.rst
|
Documentation: fix escaping in JSON example
|
2013-01-30 17:58:39 +00:00 |
LanguageExtensions.rst
|
Update documentation for unroll pragmas on loops with runtime trip counts.
|
2015-07-13 18:31:37 +00:00 |
LeakSanitizer.rst
|
[docs] Several updates to the Address Sanitizer webpage.
|
2015-06-25 23:36:44 +00:00 |
LibASTMatchers.rst
|
…
|
|
LibASTMatchersReference.html
|
Add an AST matcher, isFinal(), for testing whether a method or class declaration are marked final.
|
2015-07-24 12:35:41 +00:00 |
LibASTMatchersTutorial.rst
|
Fix typo in tutorial.
|
2015-06-02 22:40:27 +00:00 |
LibFormat.rst
|
…
|
|
LibTooling.rst
|
Update documentation to match recent API change. newFrontendActionFactory now returns a unique_ptr.
|
2014-05-01 20:04:39 +00:00 |
MSVCCompatibility.rst
|
Fix some glitches in the MSVCCompatibility document
|
2015-05-07 07:48:16 +00:00 |
Makefile
|
Sphinx-based clang man pages
|
2015-06-30 02:52:38 +00:00 |
Makefile.sphinx
|
…
|
|
MemorySanitizer.rst
|
[msan] Change track-origins default mode from 1 to 2.
|
2015-02-26 15:59:30 +00:00 |
Modules.rst
|
Fix "the the" in comments/documentation/etc.
|
2015-06-19 01:52:53 +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
|
PTHInternals.rst: PCH is now a thing, update docs to reflect it
|
2014-07-07 14:02:39 +00:00 |
RAVFrontendAction.rst
|
Update the documentation for API change to CreateASTConsumer the rest of the way.
|
2014-10-22 23:57:14 +00:00 |
README.txt
|
…
|
|
ReleaseNotes.rst
|
ReleaseNotes.rst: Bump version to 3.8
|
2015-07-14 22:52:36 +00:00 |
SafeStack.rst
|
docs: Fix bad link in SafeStack.rst.
|
2015-06-25 21:02:17 +00:00 |
SanitizerCoverage.rst
|
[libFuzzer] minimal documentation on data-flow-guided fuzzing
|
2015-07-31 21:48:10 +00:00 |
SanitizerSpecialCaseList.rst
|
Clean up language and grammar.
|
2014-05-20 17:10:39 +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] Recommend to use CMake for building sanitizers.
|
2015-02-18 22:26:20 +00:00 |
Tooling.rst
|
…
|
|
UsersManual.rst
|
Add -femulated-tls flag to select the emulated TLS model.
|
2015-07-28 16:27:56 +00:00 |
conf.py
|
docs/conf.py: update version to 3.8
|
2015-07-14 22:53:35 +00:00 |
doxygen.cfg.in
|
Doxygen: Enable autobrief feature, matching llvm config/coding standards.
|
2015-07-16 23:17:43 +00:00 |
doxygen.intro
|
…
|
|
index.rst
|
Sphinx-based clang man pages
|
2015-06-30 02:52:38 +00:00 |
make.bat
|
…
|
|