From 17a295d8f6679dd2b77e31df60f78bc1bfdff93b Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Wed, 11 Jun 2008 06:19:49 +0000 Subject: [PATCH] Use same CSS as the rest of the clang website. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52208 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/InternalsManual.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/InternalsManual.html b/docs/InternalsManual.html index 78fb9b1d9c..81fefab2ad 100644 --- a/docs/InternalsManual.html +++ b/docs/InternalsManual.html @@ -1,4 +1,14 @@ + + "clang" CFE Internals Manual + + + + + + + +

"clang" CFE Internals Manual

@@ -608,3 +618,7 @@ statements in an AST: loops are not transformed into guarded gotos, short-circuit operations are not converted to a set of if-statements, and so on.

--> + +
+ + \ No newline at end of file -- 2.50.1