diff options
Diffstat (limited to 'clang/www/analyzer/dev_cxx.html')
-rw-r--r-- | clang/www/analyzer/dev_cxx.html | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/clang/www/analyzer/dev_cxx.html b/clang/www/analyzer/dev_cxx.html index b5ef2b10919..39dbf7b4af8 100644 --- a/clang/www/analyzer/dev_cxx.html +++ b/clang/www/analyzer/dev_cxx.html @@ -3,8 +3,8 @@ <html> <head> <title>Analyzer Development: C++ Support</title> - <link type="text/css" rel="stylesheet" href="menu.css" /> - <link type="text/css" rel="stylesheet" href="content.css" /> + <link type="text/css" rel="stylesheet" href="menu.css"> + <link type="text/css" rel="stylesheet" href="content.css"> <script type="text/javascript" src="scripts/menu.js"></script> </head> <body> @@ -31,18 +31,20 @@ decent analysis of C++. This list is also not complete; new tasks will be added as deemed necessary.</p> <ul> - <li>Control-Flow Graph Enhancements:</li> + <li>Control-Flow Graph Enhancements: <ul> <li>Model C++ destructors</li> <li>Model C++ initializers (in constructors)</li> </ul> - <li>Path-Sensitive Analysis Engine (GRExprEngine):</li> + </li> + <li>Path-Sensitive Analysis Engine (GRExprEngine): <ul> <li>Model C++ casts</li> <li>Model C++ constructors</li> <li>Model C++ destructors</li> <li>Model <tt>new</tt> and <tt>delete</tt></li> </ul> + </li> </ul> </div> |