hanchenye-llvm-project/clang/docs
Anna Zaks 7925e3db63 [analyzer] Add a debug checker that prints Exploded Graph
Add a debug checker that is useful to understand how the ExplodedGraph is
built; it can be triggered using the following command:

 clang -cc1 -analyze -analyzer-checker=debug.ViewExplodedGraph my_program.c

A patch by Béatrice Creusillet!

llvm-svn: 184768
2013-06-24 18:12:12 +00:00
..
analyzer [analyzer] Add a debug checker that prints Exploded Graph 2013-06-24 18:12:12 +00:00
tools Add support for polymorphic matchers. Use runtime type checking to determine the right polymorphic overload to use. 2013-06-21 15:51:31 +00:00
AddressSanitizer.rst Documentation: improve formatting 2013-03-14 12:53:46 +00:00
AutomaticReferenceCounting.rst Documentation: formatting fixes 2013-03-13 14:26:35 +00:00
Block-ABI-Apple.rst
Block-ABI-Apple.txt
BlockLanguageSpec.rst
ClangCheck.rst Add documentation for clang-format. 2013-01-09 21:49:28 +00:00
ClangFormat.rst [docs] Fix wrong clang-format example. 2013-06-14 02:12:06 +00:00
ClangPlugins.rst
ClangTools.rst Documentation: add an idea for a cpp14-migrate transform for N3421 2013-04-27 13:41:02 +00:00
DriverArchitecture.png
DriverInternals.rst
ExternalClangExamples.rst [docs] Add rtags to the external examples. 2013-03-12 16:07:31 +00:00
FAQ.rst Documentation: fix typo: stdard -> stdarg 2013-02-07 14:48:33 +00:00
HowToSetupToolingForLLVM.rst Fix spelling error and remove the part about CMake having experimental Ninja support since 2.8.9 has been released some time ago. 2013-01-11 07:23:53 +00:00
InternalsManual.rst Document that we should recognize attributes supported by gcc with C++11 2013-01-14 22:44:07 +00:00
IntroductionToTheClangAST.rst [docs] Add link to presentation slides. 2013-06-21 02:09:29 +00:00
JSONCompilationDatabase.rst Documentation: fix escaping in JSON example 2013-01-30 17:58:39 +00:00
LanguageExtensions.rst [checked-arithmetic builtins] Added builtins to enable users to perform checked-arithmetic in c. 2013-06-20 23:28:10 +00:00
LeakSanitizer.rst Add LeakSanitizer.rst to docs. 2013-05-14 15:48:54 +00:00
LibASTMatchers.rst
LibASTMatchersReference.html Add support for polymorphic matchers. Use runtime type checking to determine the right polymorphic overload to use. 2013-06-21 15:51:31 +00:00
LibASTMatchersTutorial.rst Documentation: Change UTF-8 ellipsis character to ASCII ... sequence 2013-04-27 16:26:29 +00:00
LibFormat.rst Add documentation for clang-format. 2013-01-09 21:49:28 +00:00
LibTooling.rst Documentation: add information about builtin includes to FAQ 2013-02-07 14:36:37 +00:00
Makefile
Makefile.sphinx
MemorySanitizer.rst If the user requested a zero-base-shadow sanitizer, infer -pie and -fPIC when appropriate. 2013-04-09 04:35:11 +00:00
Modules.rst This patch adds new private headers to the module map. Private 2013-06-20 21:14:14 +00:00
ObjectiveCLiterals.rst
PCHInternals.rst [docs] The stat cache has been removed from the PCH, update the docs to remove mentions of it. 2013-02-14 00:12:44 +00:00
PCHLayout.graffle
PCHLayout.png
PTHInternals.rst
RAVFrontendAction.rst
README.txt
ReleaseNotes.rst [checked-arithmetic builtins] Added builtins to enable users to perform checked-arithmetic in c. 2013-06-20 23:28:10 +00:00
ThreadSanitizer.rst If the user requested a zero-base-shadow sanitizer, infer -pie and -fPIC when appropriate. 2013-04-09 04:35:11 +00:00
Tooling.rst
UsersManual.rst [docs] `-fno-sanitize=` is accepted too. 2013-06-21 23:50:58 +00:00
conf.py We're in 3.4 land now. 2013-05-07 20:31:37 +00:00
doxygen.cfg.in
doxygen.css
doxygen.footer
doxygen.header
doxygen.intro
index.rst More documentation on the module map language. 2013-03-22 06:21:35 +00:00
make.bat

README.txt

See llvm/docs/README.txt