================
Comment at: include/clang/AST/ASTContext.h:419
@@ +418,3 @@
+  /// expensive to create (for example, when using precompiled header
+  /// preambles. Thus, there are good opportunities for optimization here.
+  /// One idea is to walk the given node downwards, looking for references
----------------
include/clang/AST/ASTContext.h:419:14 error: missing ')'

include/clang/AST/ASTContext.h:419:14 note:
/// preambles. Thus, there are good opportunities for optimization here.
                   ')'
                   ^


http://llvm-reviews.chandlerc.com/D267
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to