cppcheck/externals
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
..
simplecpp bug fix - de-escape double backslashes in file paths of #line directives (#2462) 2019-12-29 14:01:19 +01:00
tinyxml Fixed a typo in lib/checkother.cpp. Corrected spelling errors found by codespell. (#2170) 2019-09-11 19:21:38 +02:00
externals.pri Try to fix gui compile error on Travis 2019-04-20 11:26:29 +02:00
picojson.h Json: Use simple json library picojson to read compile databases 2019-01-05 17:45:07 +01:00