aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/ast/ASTJsonConverter.h
diff options
context:
space:
mode:
authorErik Kundt <bitshift@posteo.org>2018-03-21 23:40:19 +0800
committerDaniel Kirchner <daniel@ekpyron.org>2018-04-13 03:14:50 +0800
commit8935c0dd2f47a20ed7cc2d1b6e11fa7cdd978b79 (patch)
tree671c1476992ceae819bab76f1a8f99f4050185a0 /libsolidity/ast/ASTJsonConverter.h
parent7054defdd6c202d0943c11cb87ac2748b9bdc62b (diff)
downloaddexon-solidity-8935c0dd2f47a20ed7cc2d1b6e11fa7cdd978b79.tar
dexon-solidity-8935c0dd2f47a20ed7cc2d1b6e11fa7cdd978b79.tar.gz
dexon-solidity-8935c0dd2f47a20ed7cc2d1b6e11fa7cdd978b79.tar.bz2
dexon-solidity-8935c0dd2f47a20ed7cc2d1b6e11fa7cdd978b79.tar.lz
dexon-solidity-8935c0dd2f47a20ed7cc2d1b6e11fa7cdd978b79.tar.xz
dexon-solidity-8935c0dd2f47a20ed7cc2d1b6e11fa7cdd978b79.tar.zst
dexon-solidity-8935c0dd2f47a20ed7cc2d1b6e11fa7cdd978b79.zip
Uses short string representation of TypePointer
Diffstat (limited to 'libsolidity/ast/ASTJsonConverter.h')
-rw-r--r--libsolidity/ast/ASTJsonConverter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsolidity/ast/ASTJsonConverter.h b/libsolidity/ast/ASTJsonConverter.h
index 88b93699..29712f3b 100644
--- a/libsolidity/ast/ASTJsonConverter.h
+++ b/libsolidity/ast/ASTJsonConverter.h
@@ -152,7 +152,7 @@ private:
}
return tmp;
}
- static Json::Value typePointerToJson(TypePointer _tp);
+ static Json::Value typePointerToJson(TypePointer _tp, bool _short = false);
static Json::Value typePointerToJson(std::shared_ptr<std::vector<TypePointer>> _tps);
void appendExpressionAttributes(
std::vector<std::pair<std::string, Json::Value>> &_attributes,