cppcheck/externals/simplecpp
jannick0 1cef732e1b bug fix - de-escape double backslashes in file paths of #line directives (#2462)
* bug fix - de-escape double backslashes in file paths of #line directives

From merged PR danmar/simplecpp#187.

* externals/simplecpp/simplecpp.cpp:
  - add static function REPLACEALL which replaces a string FROM to the
    string TO at every occurance in the input string.
  - simplecpp::TokenList::readfile: replace any double backslashes in any
    file path of a #line directive.

* externals/simplecpp/simplecpp.cpp: astyling
2019-12-29 14:01:19 +01:00
..
CMakeLists.txt Fixed #7660 (cmake build does not handle simplecpp) 2016-08-06 18:21:54 +02:00
LICENSE Merge simplecpp branch 2016-07-20 12:21:00 +02:00
simplecpp.cpp bug fix - de-escape double backslashes in file paths of #line directives (#2462) 2019-12-29 14:01:19 +01:00
simplecpp.h Catch preprocessor errors possibly issued during loading files (#2430) 2019-12-09 19:16:55 +01:00