[PDF][PDF] Static analysis toolset with Clang

…, G Horváth, V Májer, N Pataki - Proceedings of the 10th …, 2017 - icai.uni-eszterhazy.hu
Static analysis is an emerging method to analyse programs without execute them only
based on their source code. Static analysis can be used for various tasks, eg searching bugs. …

[PDF][PDF] Clang matchers for verified usage of the C++ Standard Template Library

G Horváth, N Pataki - Annales Mathematicae et …, 2015 - publikacio.uni-eszterhazy.hu
The C++ Standard Template Library (STL) is the exemplar of generic libraries. Professional
C++ programs cannot miss the usage of this standard library because it increases quality, …

Testing by C++ template metaprograms

N Pataki - arXiv preprint arXiv:1012.0038, 2010 - arxiv.org
Testing is one of the most indispensable tasks in software engineering. The role of testing in
software development has grown significantly because testing is able to reveal defects in …

Measuring the overhead of C++ standard template library safe variants

N Pataki, Z Szűgyi, G Dévai - Electronic Notes in Theoretical Computer …, 2011 - Elsevier
The C++ Standard Template Library is a widely-used library that is based on the generic
programming paradigm. The usage of this library does not warrant bug-free programs. …

[PDF][PDF] Safe iterator framework for the C++ Standard Template Library

N Pataki - Acta Electrotechnica et Informatica, 2012 - Citeseer
The C++ Standard Template Library is the flagship example for libraries based on the
generic programming paradigm. The usage of this library is intended to minimize classical C/C++ …

Source language representation of function summaries in static analysis

G Horváth, N Pataki - Proceedings of the 11th Workshop on …, 2016 - dl.acm.org
Static analysis is a popular method to find bugs. In context-sensitive static analysis the
analyzer considers the calling context when evaluating a function call. This approach makes it …

[PDF][PDF] Compile-time advances of the C++ Standard Template Library

N Pataki - … de Rolando Eötvös Nominatae, Sectio Computatorica, 2012 - ac.inf.elte.hu
The C++ Standard Template Library is the flagship example for libraries based on the
generic programming paradigm. The usage of this library is intended to minimize classical C/C++ …

[PDF][PDF] Meta< fun>-towards a functional-style interface for C++ template metaprograms

Á Sipos, Z Porkoláb, N Pataki, V Zsók - Proceedings of 19th …, 2007 - academia.edu
Template metaprogramming is an emerging new direction in C++ programming for executing
algorithms in compilation time. Despite that template metaprogramming has a strong …

[PDF][PDF] Measuring the complexity of aspect-oriented programs with multiparadigm metric

N Pataki, A Sipos, Z Porkolab - … of the 10th ECOOP Workshop on …, 2006 - researchgate.net
Aspect-oriented programming (AOP) is a promising new software development technique
claimed to improve code modularization and therefore reduce complexity of object-oriented …

Extension of iterator traits in the C++ Standard Template Library

N Pataki, Z Porkoláb - 2011 Federated Conference on …, 2011 - ieeexplore.ieee.org
The C++ Standard Template Library is the flagship example for libraries based on the
generic programming paradigm. The usage of this library is intended to minimize classical C/C++ …