aboutsummaryrefslogtreecommitdiff
path: root/ast_cpp.h
AgeCommit message (Expand)Author
2018-11-17prevent inheritance of writeToParcel, readFromParcelJeongik Cha
2018-10-09Allow no package for CPP/NDK backends.Steven Moreland
2018-10-01Add noexcept to move constructors and assignment operators.Chih-Hung Hsieh
2018-08-27using pragma onceSteven Moreland
2018-07-12Add ToString() for AST nodesJiyong Park
2018-07-10Structured parcelables.Steven Moreland
2016-06-02Fix google-explicit-constructor warnings in aidl.Chih-Hung Hsieh
2016-05-03Generate code for AIDL defined string constantsChristopher Wiley
2016-02-24Fix compiler warnings in generated C++Christopher Wiley
2016-02-04Declare interface constants as enum in C++Christopher Wiley
2015-12-04Track base/ -> android-base/ change.Elliott Hughes
2015-11-30Introduce integer constantsCasey Dahlin
2015-11-16Allow ArgList to take other AstNodes as argumentsChristopher Wiley
2015-10-22Replace C++ LiteralStatement with StatementChristopher Wiley
2015-10-22Add IfStatement C++ AST nodeChristopher Wiley
2015-10-22Add Comparison C++ AST nodeChristopher Wiley
2015-10-14Mark client constructor as explicitChristopher Wiley
2015-10-10Add C++ ConstructImpl AST NodeChristopher Wiley
2015-10-10Change existing argument lists to ArgListChristopher Wiley
2015-10-10Make BpInterface destructor virtual and defaultChristopher Wiley
2015-10-10Add Assignment, MethodCall, ArgList AST NodesChristopher Wiley
2015-10-07Add classes for generating method implementationsChristopher Wiley
2015-09-29Generate Binder IInterface.h fileChristopher Wiley
2015-09-29Add Enum C++ AST classChristopher Wiley
2015-09-29Move C++ generation code into C++ namespaceChristopher Wiley
2015-09-28Generate client-side headersCasey Dahlin
2015-09-22Convert C++ AST to unique_ptrCasey Dahlin
2015-09-17Add method AST node for C++Casey Dahlin
2015-09-17Introduce AST node for classesCasey Dahlin
2015-09-17Rejigger C++ AST to be more generalCasey Dahlin
2015-09-14Add the beginnings of a C++ ASTChristopher Wiley