r184077 - Try to fix the bots with a forward decl.
Reid Kleckner
reid at kleckner.net
Mon Jun 17 06:05:47 PDT 2013
Author: rnk
Date: Mon Jun 17 08:05:47 2013
New Revision: 184077
URL: http://llvm.org/viewvc/llvm-project?rev=184077&view=rev
Log:
Try to fix the bots with a forward decl.
Modified:
cfe/trunk/include/clang/AST/ASTContext.h
Modified: cfe/trunk/include/clang/AST/ASTContext.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/ASTContext.h?rev=184077&r1=184076&r2=184077&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/ASTContext.h (original)
+++ cfe/trunk/include/clang/AST/ASTContext.h Mon Jun 17 08:05:47 2013
@@ -46,6 +46,7 @@ namespace llvm {
namespace clang {
class FileManager;
+ class AtomicExpr;
class ASTRecordLayout;
class BlockExpr;
class CharUnits;
More information about the cfe-commits
mailing list