================ @@ -7,562 +7,519 @@ // RUN: FileCheck %s -input-file=%t/docs/html/GlobalNamespace/_ZTV9Rectangle.html -check-prefix=HTML-RECTANGLE // RUN: FileCheck %s -input-file=%t/docs/html/GlobalNamespace/_ZTV6Circle.html -check-prefix=HTML-CIRCLE -HTML-SHAPE: <html lang="en-US"> -HTML-SHAPE: <head> -HTML-SHAPE: <meta charset="utf-8"/> -HTML-SHAPE: <title>Shape</title> -HTML-SHAPE: <link rel="stylesheet" type="text/css" href="../clang-doc-mustache.css"/> -HTML-SHAPE: <script src="../mustache-index.js"></script> -HTML-SHAPE: <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/default.min.css" media="(prefers-color-scheme: light)"> -HTML-SHAPE: <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/dark.min.css" media="(prefers-color-scheme: dark)"> -HTML-SHAPE: <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js"></script> -HTML-SHAPE: <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/languages/cpp.min.js"></script> -HTML-SHAPE: </head> -HTML-SHAPE: <body> -HTML-SHAPE: <nav class="navbar"> -HTML-SHAPE: <div class="navbar__container"> -HTML-SHAPE: <div class="navbar__logo"> -HTML-SHAPE: </div> -HTML-SHAPE: <div class="navbar__menu"> -HTML-SHAPE: <ul class="navbar__links"> -HTML-SHAPE: <li class="navbar__item"> +HTML-SHAPE-LABEL:<html lang="en-US"> +HTML-SHAPE: <head> +HTML-SHAPE: </head> +HTML-SHAPE: <body> +HTML-SHAPE-NEXT: <header> +HTML-SHAPE-LABEL: <nav class="navbar"> +HTML-SHAPE: <div class="navbar__container"> +HTML-SHAPE: <div class="navbar__logo"> +HTML-SHAPE: <div class="navbar__menu"> HTML-SHAPE: <a href="../index.html" class="navbar__link">Home</a> -HTML-SHAPE: </li> -HTML-SHAPE: </ul> -HTML-SHAPE: </div> -HTML-SHAPE: </div> -HTML-SHAPE: <div class="navbar-breadcrumb-container"> -HTML-SHAPE: <a href="./index.html"><div class="navbar-breadcrumb-item">Global Namespace</div></a> -HTML-SHAPE: </div> -HTML-SHAPE: </nav> -HTML-SHAPE: <main> -HTML-SHAPE: <div class="container"> -HTML-SHAPE: <div class="sidebar"> -HTML-SHAPE: <h2>class Shape</h2> -HTML-SHAPE: <ul> -HTML-SHAPE: <li> -HTML-SHAPE: <details open> -HTML-SHAPE: <summary class="sidebar-section"> -HTML-SHAPE: <a class="sidebar-item" href="#PublicMethods">Public Methods</a> -HTML-SHAPE: </summary> -HTML-SHAPE: <ul> -HTML-SHAPE: <li class="sidebar-item-container"> -HTML-SHAPE: <a class="sidebar-item" href="#{{([0-9A-F]{40})}}">area</a> -HTML-SHAPE: </li> -HTML-SHAPE: <li class="sidebar-item-container"> -HTML-SHAPE: <a class="sidebar-item" href="#{{([0-9A-F]{40})}}">perimeter</a> -HTML-SHAPE: </li> -HTML-SHAPE: <li class="sidebar-item-container"> -HTML-SHAPE: <a class="sidebar-item" href="#{{([0-9A-F]{40})}}">~Shape</a> -HTML-SHAPE: </li> -HTML-SHAPE: </ul> -HTML-SHAPE: </details> -HTML-SHAPE: </li> -HTML-SHAPE: </ul> -HTML-SHAPE: </div> -HTML-SHAPE: <div class="resizer" id="resizer"></div> -HTML-SHAPE: <div class="content"> -HTML-SHAPE: <section class="hero section-container"> -HTML-SHAPE: <div class="hero__title"> -HTML-SHAPE: <h1 class="hero__title-large">class Shape</h1> -HTML-SHAPE: <div class="doc-card"> -HTML-SHAPE: <div class="nested-delimiter-container"> -HTML-SHAPE: <p> Abstract base class for shapes.</p> -HTML-SHAPE: </div> -HTML-SHAPE: <div class="nested-delimiter-container"> -HTML-SHAPE: <p> Provides a common interface for different types of shapes.</p> -HTML-SHAPE: </div> -HTML-SHAPE: </div> -HTML-SHAPE: </div> -HTML-SHAPE: </section> -HTML-SHAPE: <section id="PublicMethods" class="section-container"> -HTML-SHAPE: <h2>Public Methods</h2> -HTML-SHAPE: <div id="{{([0-9A-F]{40})}}" class="delimiter-container"> -HTML-SHAPE: <pre><code class="language-cpp code-clang-doc">double area ()</code></pre> -HTML-SHAPE: <div class="doc-card"> -HTML-SHAPE: <div class="nested-delimiter-container"> -HTML-SHAPE: <p> Calculates the area of the shape.</p> -HTML-SHAPE: </div> -HTML-SHAPE: <div class="nested-delimiter-container"> -HTML-SHAPE: <h3>Returns</h3> -HTML-SHAPE: <p> double The area of the shape.</p> -HTML-SHAPE: </div> -HTML-SHAPE: </div> -HTML-SHAPE: </div> -HTML-SHAPE: <div id="{{([0-9A-F]{40})}}" class="delimiter-container"> -HTML-SHAPE: <pre><code class="language-cpp code-clang-doc">double perimeter ()</code></pre> -HTML-SHAPE: <div class="doc-card"> -HTML-SHAPE: <div class="nested-delimiter-container"> -HTML-SHAPE: <p> Calculates the perimeter of the shape.</p> -HTML-SHAPE: </div> -HTML-SHAPE: <div class="nested-delimiter-container"> -HTML-SHAPE: <h3>Returns</h3> -HTML-SHAPE: <p> double The perimeter of the shape.</p> -HTML-SHAPE: </div> -HTML-SHAPE: </div> -HTML-SHAPE: </div> -HTML-SHAPE: <div id="{{([0-9A-F]{40})}}" class="delimiter-container"> -HTML-SHAPE: <pre><code class="language-cpp code-clang-doc">void ~Shape ()</code></pre> -HTML-SHAPE: <div class="doc-card"> -HTML-SHAPE: <div class="nested-delimiter-container"> -HTML-SHAPE: <p> Virtual destructor.</p> -HTML-SHAPE: </div> -HTML-SHAPE: </div> -HTML-SHAPE: </div> -HTML-SHAPE: </section> -HTML-SHAPE: </div> -HTML-SHAPE: </div> -HTML-SHAPE: </main> -HTML-SHAPE: </body> -HTML-SHAPE: </html> +HTML-SHAPE: <div class="navbar-breadcrumb-container"> +HTML-SHAPE: <a href="./index.html"><div class="navbar-breadcrumb-item">Global Namespace</div></a> +HTML-SHAPE: </nav> +HTML-SHAPE: </header> +HTML-SHAPE-LABEL:<main> +HTML-SHAPE-NEXT: <div class="container"> +HTML-SHAPE-NEXT: <div class="sidebar"> +HTML-SHAPE-NEXT: <h2>class Shape</h2> +HTML-SHAPE-NEXT: <ul> +HTML-SHAPE-NEXT: <li> +HTML-SHAPE-NEXT: <details open> +HTML-SHAPE-NEXT: <summary class="sidebar-section"> +HTML-SHAPE-NEXT: <a class="sidebar-item" href="#PublicMethods">Public Methods</a> +HTML-SHAPE-NEXT: </summary> +HTML-SHAPE-NEXT: <ul> +HTML-SHAPE-NEXT: <li class="sidebar-item-container"> +HTML-SHAPE-NEXT: <a class="sidebar-item" href="#{{([0-9A-F]{40})}}">area</a> +HTML-SHAPE-NEXT: </li> +HTML-SHAPE-NEXT: <li class="sidebar-item-container"> +HTML-SHAPE-NEXT: <a class="sidebar-item" href="#{{([0-9A-F]{40})}}">perimeter</a> +HTML-SHAPE-NEXT: </li> +HTML-SHAPE-NEXT: <li class="sidebar-item-container"> +HTML-SHAPE-NEXT: <a class="sidebar-item" href="#{{([0-9A-F]{40})}}">~Shape</a> +HTML-SHAPE-NEXT: </li> +HTML-SHAPE-NEXT: </ul> +HTML-SHAPE-NEXT: </details> +HTML-SHAPE-NEXT: </li> +HTML-SHAPE-NEXT: </ul> +HTML-SHAPE-NEXT: </div> +HTML-SHAPE-LABEL: <div class="resizer" id="resizer"></div> +HTML-SHAPE-NEXT: <div class="content"> +HTML-SHAPE-NEXT: <section class="hero section-container"> +HTML-SHAPE-NEXT: <div class="hero__title"> +HTML-SHAPE-NEXT: <h1 class="hero__title-large">class Shape</h1> +HTML-SHAPE-NEXT: <p>Defined at line {{[0-9]+}} of file {{.*}}include{{[\/]}}Shape.h</p> +HTML-SHAPE-NEXT: <div class="doc-card"> +HTML-SHAPE-NEXT: <div class="nested-delimiter-container"> +HTML-SHAPE-NEXT: <p> Abstract base class for shapes.</p> +HTML-SHAPE-NEXT: </div> +HTML-SHAPE-NEXT: <div class="nested-delimiter-container"> +HTML-SHAPE-NEXT: <p> Provides a common interface for different types of shapes.</p> +HTML-SHAPE-NEXT: </div> +HTML-SHAPE-NEXT: </div> +HTML-SHAPE-NEXT: </div> +HTML-SHAPE-NEXT: </section> +HTML-SHAPE-NEXT: <section id="PublicMethods" class="section-container"> +HTML-SHAPE-NEXT: <h2>Public Methods</h2> +HTML-SHAPE-LABEL: <div id="{{([0-9A-F]{40})}}" class="delimiter-container"> +HTML-SHAPE-NEXT: <pre><code class="language-cpp code-clang-doc">double area ()</code></pre> +HTML-SHAPE-NEXT: <div class="doc-card"> +HTML-SHAPE-NEXT: <div class="nested-delimiter-container"> +HTML-SHAPE-NEXT: <p> Calculates the area of the shape.</p> +HTML-SHAPE-NEXT: </div> +HTML-SHAPE-NEXT: <div class="nested-delimiter-container"> +HTML-SHAPE-NEXT: <h3>Returns</h3> +HTML-SHAPE-NEXT: <p> double The area of the shape.</p> +HTML-SHAPE-NEXT: </div> +HTML-SHAPE-NEXT: </div> +HTML-SHAPE-NEXT: </div> +HTML-SHAPE-LABEL: <div id="{{([0-9A-F]{40})}}" class="delimiter-container"> +HTML-SHAPE-NEXT: <pre><code class="language-cpp code-clang-doc">double perimeter ()</code></pre> +HTML-SHAPE-NEXT: <div class="doc-card"> +HTML-SHAPE-NEXT: <div class="nested-delimiter-container"> +HTML-SHAPE-NEXT: <p> Calculates the perimeter of the shape.</p> +HTML-SHAPE-NEXT: </div> +HTML-SHAPE-NEXT: <div class="nested-delimiter-container"> +HTML-SHAPE-NEXT: <h3>Returns</h3> +HTML-SHAPE-NEXT: <p> double The perimeter of the shape.</p> +HTML-SHAPE-NEXT: </div> +HTML-SHAPE-NEXT: </div> +HTML-SHAPE-NEXT: </div> +HTML-SHAPE-LABEL: <div id="{{([0-9A-F]{40})}}" class="delimiter-container"> +HTML-SHAPE-NEXT: <pre><code class="language-cpp code-clang-doc">void ~Shape ()</code></pre> +HTML-SHAPE-NEXT: <div class="doc-card"> +HTML-SHAPE-NEXT: <div class="nested-delimiter-container"> +HTML-SHAPE-NEXT: <p> Virtual destructor.</p> +HTML-SHAPE-NEXT: </div> +HTML-SHAPE-NEXT: </div> +HTML-SHAPE-NEXT: <p>Defined at line {{[0-9]+}} of file {{.*}}include{{[/\\]}}Shape.h</p> +HTML-SHAPE-NEXT: </div> +HTML-SHAPE-NEXT: </section> +HTML-SHAPE-NEXT: </div> +HTML-SHAPE: </main> +HTML-SHAPE: </body> +HTML-SHAPE: </html> -HTML-CALC: <!DOCTYPE html> -HTML-CALC: <html lang="en-US"> -HTML-CALC: <head> -HTML-CALC: <meta charset="utf-8"/> -HTML-CALC: <title>Calculator</title> -HTML-CALC: <link rel="stylesheet" type="text/css" href="../clang-doc-mustache.css"/> -HTML-CALC: <script src="../mustache-index.js"></script> -HTML-CALC: <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/default.min.css" media="(prefers-color-scheme: light)"> -HTML-CALC: <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/dark.min.css" media="(prefers-color-scheme: dark)"> -HTML-CALC: <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js"></script> -HTML-CALC: <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/languages/cpp.min.js"></script> -HTML-CALC: </head> -HTML-CALC: <body> -HTML-CALC: <nav class="navbar"> -HTML-CALC: <div class="navbar__container"> -HTML-CALC: <div class="navbar__logo"> -HTML-CALC: </div> -HTML-CALC: <div class="navbar__menu"> -HTML-CALC: <ul class="navbar__links"> -HTML-CALC: <li class="navbar__item"> +HTML-CALC-LABEL:<html lang="en-US"> +HTML-CALC: <head> +HTML-CALC: </head> +HTML-CALC: <body> +HTML-CALC-NEXT: <header> +HTML-CALC-LABEL: <nav class="navbar"> +HTML-CALC: <div class="navbar__container"> +HTML-CALC: <div class="navbar__logo"> +HTML-CALC: <div class="navbar__menu"> ---------------- ilovepi wrote:
Are these sequentially next? or just some arbitrary part of the block? https://github.com/llvm/llvm-project/pull/181330 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
