..
BoxedPtrTest.java
Initial implementation of shared_ptr model
9 years ago
CBugsTest.java
Compile C models again in C++
9 years ago
ClassTemplateTest.java
Fix indentation of multiline copyright comment
9 years ago
ConstructorInitTest.java
Translate constructor initializer
9 years ago
ConstructorNewTest.java
Translate arrays created with new
9 years ago
ConstructorWithBodyTest.java
Fix indentation of multiline copyright comment
9 years ago
ConversionOperatorTest.java
Translate conversion operators
9 years ago
CopyMoveConstructorTest.java
Translate constructor initializer
9 years ago
DynamicCastTest.java
Fix the typing implication in the bi-abduction for non Java types
9 years ago
ExceptionsTest.java
Translate C++ exceptions
9 years ago
FunctionTemplateTest.java
Fix indentation of multiline copyright comment
9 years ago
IncludeHeaderNoTemplTest.java
Add flag cxx experimental to the clang frontend
9 years ago
IncludeHeaderTemplTest.java
Add flag cxx experimental to the clang frontend
9 years ago
InheritanceFieldTest.java
Fix indentation of multiline copyright comment
9 years ago
LValueConditionalTest.java
Fix indentation of multiline copyright comment
9 years ago
LambdaTest.java
Translation of lambda [part one]
9 years ago
MemoryLeakArrayTest.java
Translate delete of arrays with the correct destructor
9 years ago
MemoryLeakCppBucketTest.java
Fix indentation of multiline copyright comment
9 years ago
MemoryLeakTest.java
Fix indentation of multiline copyright comment
9 years ago
MethodTemplateTest.java
Fix indentation of multiline copyright comment
9 years ago
MoveModelTest.java
Translate std::move from system headers to improve analysis quality
9 years ago
NPEWhenMethodCallTest.java
Add extra dereference to the variable of the method call to find null dereferences when a method called with null.
9 years ago
NamespaceFunctionTest.java
Fix indentation of multiline copyright comment
9 years ago
NamespaceGlobalVariableTest.java
Fix indentation of multiline copyright comment
9 years ago
NestedCPPOperatorsTest.java
Fix indentation of multiline copyright comment
9 years ago
NullReturnedByMethodTest.java
Fix indentation of multiline copyright comment
9 years ago
ObjectDereferenceTest.java
Fix indentation of multiline copyright comment
9 years ago
OperatorOverloadTest.java
Fix indentation of multiline copyright comment
9 years ago
ReferenceFieldTest.java
Fix translation when accessing reference type fields
9 years ago
ReferenceStructTest.java
Fix indentation of multiline copyright comment
9 years ago
ReferenceTypeTest.java
Fix indentation of multiline copyright comment
9 years ago
ReturnStructTest.java
Fix return parameter handling
9 years ago
SharedPtrConstructorsTest.java
Initial implementation of shared_ptr model
9 years ago
SharedPtrDerefTest.java
Translate std::move from system headers to improve analysis quality
9 years ago
StaticMethodTest.java
Fix indentation of multiline copyright comment
9 years ago
StructForwardDeclareTest.java
Fix further problems with forward declarations in C/C++
9 years ago
SubtypingCheckTest.java
Extending subtyping to C++
9 years ago
TempObjectTest.java
Support temporary objects (CXXTemporaryObjectExpr)
9 years ago
TemporaryLValueTest.java
Fix indentation of multiline copyright comment
9 years ago
ThisNotNullTest.java
Fix indentation of multiline copyright comment
9 years ago
TypeIdExprTest.java
Translate CXXTypeidExpr
9 years ago
UniquePtrDerefTest.java
Add unique_ptr model
9 years ago
VirtualMethodsTest.java
Add the virtual flag of C++ methods in method calls
9 years ago