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