clang-1/docs
Jordan Rose 6fe4dfbc9e [analyzer] Don't inline constructors for objects allocated with operator new.
Because the CXXNewExpr appears after the CXXConstructExpr in the CFG, we don't
actually have the correct region to construct into at the time we decide
whether or not to inline. The long-term fix (discussed in PR12014) might be to
introduce a new CFG node (CFGAllocator) that appears before the constructor.

Tracking the short-term fix in <rdar://problem/12180598>.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@162689 91177308-0d34-0410-b5e6-96231b3b80d8
2012-08-27 18:39:22 +00:00
..
analyzer [analyzer] Don't inline constructors for objects allocated with operator new. 2012-08-27 18:39:22 +00:00
tools Add -ftls-model command-line flag. 2012-06-28 08:01:44 +00:00
AddressSanitizer.html [asan] update docs: mention MacOS 10.7 and correct the ifdef sample for __has_feature 2012-07-02 11:00:33 +00:00
AnalyzerRegions.html Fix ALL the markup. 2012-01-15 15:26:07 +00:00
AutomaticReferenceCounting.html Fix a pair of bugs relating to properties in ARC. 2012-08-20 23:36:59 +00:00
Block-ABI-Apple.txt Test commit. 2012-03-20 17:25:17 +00:00
BlockLanguageSpec.txt fix example as per rdar://problem/9461587 2011-06-14 21:41:00 +00:00
ClangPlugins.html Adds menu sidebar to the docs. 2012-05-24 17:16:23 +00:00
ClangTools.html Emphasize that clang-fixit is planned but not yet contributed. I should 2012-08-14 07:36:05 +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
HowToSetupToolingForLLVM.html Added description of clang-check -ast-dump* options. 2012-08-14 08:31:51 +00:00
InternalsManual.html Fix two typos in the doc 2012-07-25 22:02:37 +00:00
IntroductionToTheClangAST.html Adds a introductionary document to the Clang AST. 2012-07-25 07:28:11 +00:00
JSONCompilationDatabase.html Update the docs with specifics about escaping of compile commands. 2012-07-10 08:05:54 +00:00
LanguageExtensions.html Add support for "type safety" attributes that allow checking that 'void *' 2012-08-17 00:08:38 +00:00
LibASTMatchersReference.html Update reference docs to latest changes. 2012-08-26 23:55:24 +00:00
LibTooling.html Updated LibTooling.html, minor improvements in CommonOptionsParser 2012-08-24 00:39:14 +00:00
Makefile Delete doxygen.cfg, and use cwd-relative paths in doxygen.cfg.in. 2011-05-13 03:29:06 +00:00
ObjectiveCLiterals.html Add an explanation of -Wobjc-literal-compare to the "Objective-C Literals" page 2012-07-10 00:20:57 +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
RAVFrontendAction.html Adds menu sidebar to the docs. 2012-05-24 17:16:23 +00:00
ReleaseNotes.html Stub out a release notes section on -fcatch-undefined-behavior. 2012-08-25 00:47:19 +00:00
ThreadSanitizer.html Fix typos found by http://github.com/lyda/misspell-check 2012-06-02 10:20:41 +00:00
Tooling.html Add initial documentation about the new tools repository and the 2012-08-14 07:19:09 +00:00
UsersManual.html Update the user's manual for some of the new -fcatch-undefined-behavior features. 2012-08-25 00:44:02 +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