clang-1/docs
Kostya Serebryany 71efba0bba The following patch adds __attribute__((no_address_safety_analysis)) which will allow to disable
address safety analysis (such as e.g. AddressSanitizer or SAFECode) for a specific function.

When building with AddressSanitizer, add AddressSafety function attribute to every generated function
except for those that have __attribute__((no_address_safety_analysis)).

With this patch we will be able to
1. disable AddressSanitizer for a particular function
2. disable AddressSanitizer-hostile optimizations (such as some cases of load widening) when AddressSanitizer is on.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@148842 91177308-0d34-0410-b5e6-96231b3b80d8
2012-01-24 19:25:38 +00:00
..
tools Driver: Add support for a new -nostdlibinc option. 2011-10-11 18:20:16 +00:00
AddressSanitizer.html [asan] document the need for -fno-optimize-sibling-calls 2012-01-23 18:50:23 +00:00
AnalyzerRegions.html Fix ALL the markup. 2012-01-15 15:26:07 +00:00
AutomaticReferenceCounting.html Fix ALL the markup. 2012-01-15 15:26:07 +00:00
Block-ABI-Apple.txt Fix another typo (int -> id for captured_obj). 2011-07-12 20:34:06 +00:00
BlockLanguageSpec.txt fix example as per rdar://problem/9461587 2011-06-14 21:41:00 +00:00
DriverArchitecture.png Reverted r103214. 2010-05-07 00:42:33 +00:00
DriverInternals.html Fix ALL the markup. 2012-01-15 15:26:07 +00:00
InternalsManual.html Fix ALL the markup. 2012-01-15 15:26:07 +00:00
LanguageExtensions.html The following patch adds __attribute__((no_address_safety_analysis)) which will allow to disable 2012-01-24 19:25:38 +00:00
Makefile Delete doxygen.cfg, and use cwd-relative paths in doxygen.cfg.in. 2011-05-13 03:29:06 +00:00
PCHInternals.html Fix ALL the markup. 2012-01-15 15:26:07 +00:00
PCHLayout.graffle Reverted r103214. 2010-05-07 00:42:33 +00:00
PCHLayout.png Reverted r103214. 2010-05-07 00:42:33 +00:00
PTHInternals.html Fix ALL the markup. 2012-01-15 15:26:07 +00:00
ReleaseNotes.html Fix ALL the markup. 2012-01-15 15:26:07 +00:00
UsersManual.html Fix ALL the markup. 2012-01-15 15:26:07 +00:00
doxygen.cfg.in Do not create sub_dirs. This breaks the CSS links for the website and produces really long URLS. 2011-11-01 20:09:03 +00:00
doxygen.css docs/doxygen.css: Import .memitem, .memproto and .memdoc from llvm/doxygen. 2011-08-12 06:24:04 +00:00
doxygen.footer Reverted r103214. 2010-05-07 00:42:33 +00:00
doxygen.header Reverted r103214. 2010-05-07 00:42:33 +00:00
doxygen.intro Reverted r103214. 2010-05-07 00:42:33 +00:00