From dfd955454c6746a6015e9632bc0424bb10882b63 Mon Sep 17 00:00:00 2001 From: David Malcolm Date: Mon, 22 May 2017 10:42:09 -0400 Subject: [PATCH 23/31] FIXME: fixes for blt --- gcc/blt.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gcc/blt.h b/gcc/blt.h index b253938..a18038e 100644 --- a/gcc/blt.h +++ b/gcc/blt.h @@ -35,13 +35,15 @@ along with GCC; see the file COPYING3. If not see There is a partial mapping between "tree" and blt_node: a blt_node can reference a tree, and a tree can reference a blt_node (though - typically the mapping is very sparse; most don't). This allows up + typically the mapping is very sparse; most don't). This allows us to go from e.g. a function_decl in the tree world and navigate pertinent parts of the syntax that was used to declare it. Working title = "BLT" as a backronym for "bonus location tree" (but actually a reference to a sandwich) - doesn't clash with anything else - in the source tree. */ + in the source tree ("Parse Tree" would be "PT" which clashes with + "points-to", and "Concrete Syntax Tree" would be "CST" which clashes + with our abbreviation for "constant"). */ #include "cpplib.h" -- 1.8.5.3