================
@@ -186,14 +186,14 @@ class CrossTranslationUnitContext {
   /// Emit diagnostics for the user for potential configuration errors.
   void emitCrossTUDiagnostics(const IndexError &IE);
 
-  /// Returns the MacroExpansionContext for the imported TU to which the given
-  /// source-location corresponds.
-  /// \p ToLoc Source location in the imported-to AST.
-  /// \note If any error happens such as \p ToLoc is a non-imported
+  /// Returns the MacroExpansionContext for the imported TU and the location in
+  /// the imported-from AST to which the given source-location corresponds. \p
+  /// ToLoc Source location in the imported-to AST. \note If any error happens
+  /// such as \p ToLoc is a non-imported
   ///       source-location, empty is returned.
   /// \note Macro expansion tracking for imported TUs is not implemented yet.
   ///       It returns empty unconditionally.
----------------
steakhal wrote:

Isn't this note stale now?

https://github.com/llvm/llvm-project/pull/176126
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to