forked from OSchip/llvm-project
parent
51b01bf8a5
commit
82bebb2432
|
@ -319,7 +319,7 @@ public:
|
|||
/// type type. This takes off typedefs, typeof's etc. If the outer level of
|
||||
/// the type is already concrete, it returns it unmodified. This is similar
|
||||
/// to getting the canonical type, but it doesn't remove *all* typedefs. For
|
||||
/// example, it return "T*" as "T*", (not as "int*"), because the pointer is
|
||||
/// example, it returns "T*" as "T*", (not as "int*"), because the pointer is
|
||||
/// concrete.
|
||||
const Type *getDesugaredType() const;
|
||||
|
||||
|
|
Loading…
Reference in New Issue