summaryrefslogtreecommitdiffstats
path: root/ast_cpp.h
Commit message (Expand)AuthorAgeFilesLines
* Fix google-explicit-constructor warnings in aidl.Chih-Hung Hsieh2016-06-021-2/+2
* Generate code for AIDL defined string constantsChristopher Wiley2016-05-031-0/+2
* Fix compiler warnings in generated C++Christopher Wiley2016-02-241-0/+14
* Declare interface constants as enum in C++Christopher Wiley2016-02-041-14/+3
* Track base/ -> android-base/ change.Elliott Hughes2015-12-041-1/+1
* Introduce integer constantsCasey Dahlin2015-11-301-0/+14
* Allow ArgList to take other AstNodes as argumentsChristopher Wiley2015-11-161-1/+2
* Replace C++ LiteralStatement with StatementChristopher Wiley2015-10-221-7/+8
* Add IfStatement C++ AST nodeChristopher Wiley2015-10-221-0/+19
* Add Comparison C++ AST nodeChristopher Wiley2015-10-221-0/+14
* Mark client constructor as explicitChristopher Wiley2015-10-141-4/+8
* Add C++ ConstructImpl AST NodeChristopher Wiley2015-10-101-1/+21
* Change existing argument lists to ArgListChristopher Wiley2015-10-101-14/+12
* Make BpInterface destructor virtual and defaultChristopher Wiley2015-10-101-1/+3
* Add Assignment, MethodCall, ArgList AST NodesChristopher Wiley2015-10-101-1/+57
* Add classes for generating method implementationsChristopher Wiley2015-10-071-2/+76
* Generate Binder IInterface.h fileChristopher Wiley2015-09-291-4/+23
* Add Enum C++ AST classChristopher Wiley2015-09-291-4/+26
* Move C++ generation code into C++ namespaceChristopher Wiley2015-09-291-49/+55
* Generate client-side headersCasey Dahlin2015-09-281-0/+20
* Convert C++ AST to unique_ptrCasey Dahlin2015-09-221-12/+12
* Add method AST node for C++Casey Dahlin2015-09-171-0/+22
* Introduce AST node for classesCasey Dahlin2015-09-171-6/+25
* Rejigger C++ AST to be more generalCasey Dahlin2015-09-171-14/+57
* Add the beginnings of a C++ ASTChristopher Wiley2015-09-141-0/+61