Awesome documentation! +// This file is distributed under the University of Illinois Open Source +// License. See LICENSE.TXT for details. +// +// The Basic Idea +//
Please end the license block with "//===------------------------ --------------------------------------------===//", like you did here: +//===- PreprocessorTracker.h - Tracks preprocessor activities -*- C++ -*-===// +// +// The LLVM Compiler Infrastructure +// +// This file is distributed under the University of Illinois Open Source +// License. See LICENSE.TXT for details. +// +//===------------------------------------------------------ --------------===// +// “defined” expression, or condition expression has in the course of +// processing for the one location in the one header containing it, +// plus a list of the nested include stacks for the states. When a macro +// or “defined” expression evaluates to the same value, which is the It looks like some "smart" quotes managed to get in here. We try to keep everything ASCII in the source code, so please try to change these to regular ascii quotes (0x22). +// A HeaderInclusionPath class abstract a unique hierarchy of header file abstracts (plural) +// MacroExpansionInstance object stores a vector of these handle so that handles (plural) -- Sean Silva
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
