File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -552,12 +552,18 @@ CINDEX_LINKAGE CXCStringArray
552
552
553
553
/**
554
554
* @returns the CASID of the include-tree for this module, if any.
555
+ *
556
+ * The string is only valid to use while the \c CXDepGraphModule object is
557
+ * valid.
555
558
*/
556
559
CINDEX_LINKAGE const char *
557
560
clang_experimental_DepGraphModule_getIncludeTreeID (CXDepGraphModule );
558
561
559
562
/**
560
563
* \returns the \c ActionCache key for this module, if any.
564
+ *
565
+ * The string is only valid to use while the \c CXDepGraphModule object is
566
+ * valid.
561
567
*/
562
568
CINDEX_LINKAGE
563
569
const char * clang_experimental_DepGraphModule_getCacheKey (CXDepGraphModule );
@@ -602,6 +608,9 @@ CINDEX_LINKAGE CXCStringArray
602
608
603
609
/**
604
610
* \returns the \c ActionCache key for this translation unit, if any.
611
+ *
612
+ * The string is only valid to use while the \c CXDepGraphTUCommand object is
613
+ * valid.
605
614
*/
606
615
CINDEX_LINKAGE const char *
607
616
clang_experimental_DepGraphTUCommand_getCacheKey (CXDepGraphTUCommand );
@@ -627,6 +636,8 @@ CXCStringArray clang_experimental_DepGraph_getTUModuleDeps(CXDepGraph);
627
636
628
637
/**
629
638
* @returns the CASID of the include-tree for this TU, if any.
639
+ *
640
+ * The string is only valid to use while the \c CXDepGraph object is valid.
630
641
*/
631
642
CINDEX_LINKAGE
632
643
const char * clang_experimental_DepGraph_getTUIncludeTreeID (CXDepGraph );
You can’t perform that action at this time.
0 commit comments