| .. |
|
BoxedPtrTest.java
|
Initial implementation of shared_ptr model
|
10 years ago |
|
CBugsTest.java
|
Compile C models again in C++
|
10 years ago |
|
ClassTemplateTest.java
|
Fix indentation of multiline copyright comment
|
10 years ago |
|
ConstructorInitTest.java
|
Translate constructor initializer
|
10 years ago |
|
ConstructorNewTest.java
|
Translate arrays created with new
|
10 years ago |
|
ConstructorWithBodyTest.java
|
Fix indentation of multiline copyright comment
|
10 years ago |
|
ConversionOperatorTest.java
|
Translate conversion operators
|
10 years ago |
|
CopyMoveConstructorTest.java
|
Translate constructor initializer
|
10 years ago |
|
DerefAfterMoveTest.java
|
Skip whitelisted functions form trace
|
10 years ago |
|
DynamicCastTest.java
|
Fix the typing implication in the bi-abduction for non Java types
|
10 years ago |
|
ExceptionsTest.java
|
Translate C++ exceptions
|
10 years ago |
|
FallthroughTest.java
|
Translate AttributedStmt and Fallthrough attribute
|
10 years ago |
|
FunctionTemplateTest.java
|
Fix indentation of multiline copyright comment
|
10 years ago |
|
IncludeHeaderNoTemplTest.java
|
Add flag cxx experimental to the clang frontend
|
10 years ago |
|
IncludeHeaderTemplTest.java
|
Add flag cxx experimental to the clang frontend
|
10 years ago |
|
InheritanceFieldTest.java
|
Fix indentation of multiline copyright comment
|
10 years ago |
|
LValueConditionalTest.java
|
Fix indentation of multiline copyright comment
|
10 years ago |
|
LambdaTest.java
|
Translation of lambda [part one]
|
10 years ago |
|
MemoryLeakArrayTest.java
|
Translate delete of arrays with the correct destructor
|
10 years ago |
|
MemoryLeakCppBucketTest.java
|
Fix indentation of multiline copyright comment
|
10 years ago |
|
MemoryLeakTest.java
|
Fix indentation of multiline copyright comment
|
10 years ago |
|
MethodTemplateTest.java
|
Fix indentation of multiline copyright comment
|
10 years ago |
|
MoveModelTest.java
|
Translate std::move from system headers to improve analysis quality
|
10 years ago |
|
NPEAddedToB1Test.java
|
Fix bucketing for variables passed by reference
|
10 years ago |
|
NPEWhenMethodCallTest.java
|
Add extra dereference to the variable of the method call to find null dereferences when a method called with null.
|
10 years ago |
|
NamespaceFunctionTest.java
|
Fix indentation of multiline copyright comment
|
10 years ago |
|
NamespaceGlobalVariableTest.java
|
Fix indentation of multiline copyright comment
|
10 years ago |
|
NestedCPPOperatorsTest.java
|
Fix indentation of multiline copyright comment
|
10 years ago |
|
NoNPEAfterDynamicCastTest.java
|
Fix the return stmt that would not be the last instruction in the path in some cases
|
10 years ago |
|
NullReturnedByMethodTest.java
|
Fix indentation of multiline copyright comment
|
10 years ago |
|
ObjectDereferenceTest.java
|
Fix indentation of multiline copyright comment
|
10 years ago |
|
OperatorOverloadTest.java
|
Fix indentation of multiline copyright comment
|
10 years ago |
|
ReferenceFieldTest.java
|
Fix translation when accessing reference type fields
|
10 years ago |
|
ReferenceStructTest.java
|
Fix indentation of multiline copyright comment
|
10 years ago |
|
ReferenceTypeTest.java
|
Fix indentation of multiline copyright comment
|
10 years ago |
|
ReturnStructTest.java
|
Fix return parameter handling
|
10 years ago |
|
SharedPtrConstructorsTest.java
|
Initial implementation of shared_ptr model
|
10 years ago |
|
SharedPtrDerefTest.java
|
Translate std::move from system headers to improve analysis quality
|
10 years ago |
|
StaticMethodTest.java
|
Fix indentation of multiline copyright comment
|
10 years ago |
|
StructForwardDeclareTest.java
|
Fix further problems with forward declarations in C/C++
|
10 years ago |
|
StructPassByValueTest.java
|
Fix translation of passing struct parameters by value
|
10 years ago |
|
SubtypingCheckTest.java
|
Extending subtyping to C++
|
10 years ago |
|
TempObjectTest.java
|
Support temporary objects (CXXTemporaryObjectExpr)
|
10 years ago |
|
TemporaryLValueTest.java
|
Fix indentation of multiline copyright comment
|
10 years ago |
|
ThisNotNullTest.java
|
Fix indentation of multiline copyright comment
|
10 years ago |
|
TypeIdExprTest.java
|
Translate CXXTypeidExpr
|
10 years ago |
|
UniquePtrDerefTest.java
|
Add unique_ptr model
|
10 years ago |
|
VectorEmptyAccessTest.java
|
Report more cases of null dereference as empty vector access
|
10 years ago |
|
VirtualMethodsTest.java
|
Add the virtual flag of C++ methods in method calls
|
10 years ago |