-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Medium
-
Code Composer Studio Theia
-
CCSNXT-2615
-
-
CCS_20.2.0
-
None
The Outline view does not display functions which use "uintxx" as a return type for inline functions. For example, using standard return types like void, int, etc is recognized while "uint32_t" (defined in stdint.h) is not. The same function with a standard return type that appears in the Outline view will disappear from the view if the return type is changed to "uint32_t".