Variable: semantic-parser-warnings
semantic-parser-warnings is a buffer-local variable defined in
semantic.el.gz.
Documentation
A list of parser warnings since the last full reparse.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic.el.gz
;;; Parsing Warnings:
;;
;; Parsing a buffer may result in non-critical things that we should
;; alert the user to without interrupting the normal flow.
;;
;; Any parser can use this API to provide a list of warnings during a
;; parse which a user may want to investigate.
(defvar-local semantic-parser-warnings nil
"A list of parser warnings since the last full reparse.")