forked from OSchip/llvm-project
parent
692d165c3b
commit
642c02d257
|
@ -28,7 +28,6 @@ namespace llvm {
|
||||||
namespace clang {
|
namespace clang {
|
||||||
|
|
||||||
class SourceManager;
|
class SourceManager;
|
||||||
class FileEntry;
|
|
||||||
|
|
||||||
/// FileID - This is an opaque identifier used by SourceManager which refers to
|
/// FileID - This is an opaque identifier used by SourceManager which refers to
|
||||||
/// a source file (MemoryBuffer) along with its #include path and #line data.
|
/// a source file (MemoryBuffer) along with its #include path and #line data.
|
||||||
|
|
|
@ -21,6 +21,7 @@
|
||||||
|
|
||||||
namespace clang {
|
namespace clang {
|
||||||
|
|
||||||
|
class FileEntry;
|
||||||
class Preprocessor;
|
class Preprocessor;
|
||||||
|
|
||||||
class PreprocessorLexer {
|
class PreprocessorLexer {
|
||||||
|
|
Loading…
Reference in New Issue