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.
Dulma Churchill 5ed970efa9
Fix the return stmt that would not be the last instruction in the path in some cases
9 years ago
..
CastsTest.java Fix indentation of multiline copyright comment 10 years ago
ClassTest.java Don't add process type redeclaration unless it has definition 9 years ago
ConditionalTest.java Fix translation of BinaryConditionalOperator 9 years ago
ConstructorsTest.java Translate initializing arrays of C++ classes 9 years ago
DestructorsTest.java Translate destructor calls 9 years ago
ExceptionsTest.java Translate C++ exceptions 9 years ago
ForRangeLoopTest.java Implementing translation of CXXForRangeStmt 9 years ago
FunctionsTest.java Populate return parameter when returning + turn on new feature for C/C++ 9 years ago
IncludeHeaderTest.java Add flag cxx experimental to the clang frontend 9 years ago
InheritanceTest.java Fix indentation of multiline copyright comment 10 years ago
LiteralsTest.java Translate CXXScalarValueInitExpr 9 years ago
MethodsTest.java Add the virtual flag of C++ methods in method calls 9 years ago
NPETest.java Add extra dereference to the variable of the method call to find null dereferences when a method called with null. 9 years ago
NamespaceTest.java Fix indentation of multiline copyright comment 10 years ago
NestedCPPOperatorsTest.java Fix indentation of multiline copyright comment 10 years ago
NestedOperatorsTest.java Fix indentation of multiline copyright comment 10 years ago
NewTest.java Fix indentation of multiline copyright comment 10 years ago
ReferenceTest.java Fix translation when accessing reference type fields 9 years ago
SelfParameterTest.java Fix indentation of multiline copyright comment 10 years ago
SubtypingTest.java Fix the return stmt that would not be the last instruction in the path in some cases 9 years ago
TemplatesTest.java Translate SizeOfPackExpr 9 years ago
TypesTest.java Fix translation of passing struct parameters by value 9 years ago