forked from OSchip/llvm-project
588d6abf7d
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. llvm-svn: 148842 |
||
---|---|---|
.. | ||
tools | ||
AddressSanitizer.html | ||
AnalyzerRegions.html | ||
AutomaticReferenceCounting.html | ||
Block-ABI-Apple.txt | ||
BlockLanguageSpec.txt | ||
DriverArchitecture.png | ||
DriverInternals.html | ||
InternalsManual.html | ||
LanguageExtensions.html | ||
Makefile | ||
PCHInternals.html | ||
PCHLayout.graffle | ||
PCHLayout.png | ||
PTHInternals.html | ||
ReleaseNotes.html | ||
UsersManual.html | ||
doxygen.cfg.in | ||
doxygen.css | ||
doxygen.footer | ||
doxygen.header | ||
doxygen.intro |