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 4cd9470586
Skip Sil.Call instruction for some shared_ptr method calls
8 years ago
..
AttributesTest.java Skip Sil.Call instruction for some shared_ptr method calls 8 years ago
CastsTest.java Fix indentation of multiline copyright comment 9 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 CXXNoexceptExpr 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
GlobalConstTest.java Translate global const vars locally to a procedure 8 years ago
GlobalConstTest2.java Translate global const vars locally to a procedure 8 years ago
IncludeHeaderTest.java Add flag cxx experimental to the clang frontend 9 years ago
InheritanceTest.java Fix indentation of multiline copyright comment 9 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 9 years ago
NestedCPPOperatorsTest.java Fix indentation of multiline copyright comment 9 years ago
NestedOperatorsTest.java Fix indentation of multiline copyright comment 9 years ago
NewTest.java Fix indentation of multiline copyright comment 9 years ago
ReferenceTest.java Fix translation when accessing reference type fields 9 years ago
SelfParameterTest.java Fix indentation of multiline copyright comment 9 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 Use mangling in function parameters to encode its position 9 years ago
TypesTest.java Translate TypeTraitExpr 9 years ago