This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

C++ PATCH: documentation location for DECL_LANG_FLAG_7


Clean my own mess.

2009-10-07  Gabriel Dos Reis  <gdr@cs.tamu.edu>

	* cp-tree.h: Fix location of documentation for DECL_LANG_FLAG_7.

*** cp-tree.h	(revision 152513)
--- cp-tree.h	(local)
*************** framework extensions, you must include t
*** 113,120 ****
     6: IDENTIFIER_REPO_CHOSEN (in IDENTIFIER_NODE)
        DECL_CONSTRUCTION_VTABLE_P (in VAR_DECL)
        TYPE_MARKED_P (in _TYPE)
-    7: DECL_DEAD_FOR_LOCAL (in VAR_DECL)
-    8: DECL_DECLARED_CONSTEXPR_P (in VAR_DECL, FUNCTION_DECL)
  
     Usage of TYPE_LANG_FLAG_?:
     0: TYPE_DEPENDENT_P
--- 113,118 ----
*************** framework extensions, you must include t
*** 149,154 ****
--- 147,153 ----
     7: DECL_DEAD_FOR_LOCAL (in VAR_DECL).
        DECL_THUNK_P (in a member FUNCTION_DECL)
        DECL_NORMAL_CAPTURE_P (in FIELD_DECL)
+    8: DECL_DECLARED_CONSTEXPR_P (in VAR_DECL, FUNCTION_DECL)
  
     Usage of language-independent fields in a language-dependent manner:
  


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]