[cfe-commits] r99896 - in /cfe/trunk/include/clang: Basic/SourceLocation.h Lex/PreprocessorLexer.h

Daniel Dunbar daniel at zuster.org
Tue Mar 30 10:57:48 PDT 2010


Author: ddunbar
Date: Tue Mar 30 12:57:47 2010
New Revision: 99896

URL: http://llvm.org/viewvc/llvm-project?rev=99896&view=rev
Log:
Fix FileEntry declaration.

Modified:
    cfe/trunk/include/clang/Basic/SourceLocation.h
    cfe/trunk/include/clang/Lex/PreprocessorLexer.h

Modified: cfe/trunk/include/clang/Basic/SourceLocation.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/SourceLocation.h?rev=99896&r1=99895&r2=99896&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/SourceLocation.h (original)
+++ cfe/trunk/include/clang/Basic/SourceLocation.h Tue Mar 30 12:57:47 2010
@@ -28,7 +28,6 @@
 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.

Modified: cfe/trunk/include/clang/Lex/PreprocessorLexer.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Lex/PreprocessorLexer.h?rev=99896&r1=99895&r2=99896&view=diff
==============================================================================
--- cfe/trunk/include/clang/Lex/PreprocessorLexer.h (original)
+++ cfe/trunk/include/clang/Lex/PreprocessorLexer.h Tue Mar 30 12:57:47 2010
@@ -21,6 +21,7 @@
 
 namespace clang {
 
+class FileEntry;
 class Preprocessor;
 
 class PreprocessorLexer {





More information about the cfe-commits mailing list