You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Andrzej Kotulski 0bf7e46579
Translate C++ function templates
9 years ago
..
ClassTemplateTest.java Support template classes 9 years ago
ConstructorWithBodyTest.java Translate c++ constructor calls in var initialization 9 years ago
FunctionTemplateTest.java Translate C++ function templates 9 years ago
InheritanceFieldTest.java Ignore type change in UncheckedDerivedToBase cast 9 years ago
MemoryLeakCppBucketTest.java Adding memory leak bucket for cpp 9 years ago
MemoryLeakTest.java Adding memory leak bucket for cpp 9 years ago
NamespaceFunctionTest.java Use fully qualified names for functions 9 years ago
NamespaceGlobalVariableTest.java Use qualified names for global variables 9 years ago
NestedCPPOperatorsTest.java Handle variable declaration inside condition expression correctly 9 years ago
NullReturnedByMethodTest.java Add basic e2e tests for C++ 9 years ago
ObjectDereferenceTest.java Add basic e2e tests for C++ 9 years ago
OperatorOverloadTest.java Translate CXXOperatorCallExpr 9 years ago
ReferenceStructTest.java Fix handling of C++ references 9 years ago
ReferenceTypeTest.java Handle assignment operations correctly 9 years ago
StaticMethodTest.java Handle C++ static methods 9 years ago
TemporaryLValueTest.java Support MaterializeTemporaryExpr 9 years ago
ThisNotNullTest.java Don't report null dereference on 'this' in C++ methods 9 years ago