summaryrefslogtreecommitdiffstats
path: root/clang/lib/Lex/DependencyDirectivesSourceMinimizer.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-scan-deps] do not skip empty #if/#elif in the minimizer to avoid missi...Alex Lorenz2019-12-021-6/+7
* [clang-scan-deps] Improve string/character literal skippingAlex Lorenz2019-10-081-11/+29
* [clang-scan-deps] Allow continuation line backslashes followed by whitespaceAlex Lorenz2019-09-261-11/+22
* Fix for stringized function-macro args continued across linesAlex Lorenz2019-09-191-2/+5
* [clang-scan-deps] add skip excluded conditional preprocessor block preprocess...Alex Lorenz2019-09-111-0/+48
* Re-land [clang-scan-deps] Minimizer: Correctly handle multi-line content with...Alexandre Ganea2019-08-281-14/+35
* Revert "[clang-scan-deps] Minimizer: Correctly handle multi-line content with...Richard Smith2019-08-271-35/+14
* [clang-scan-deps] Skip UTF-8 BOM in source minimizerAlexandre Ganea2019-08-271-0/+7
* [clang-scan-deps] Minimizer: Correctly skip over double slashes in angle brac...Alexandre Ganea2019-08-261-3/+4
* [clang-scan-deps] Minimizer: Correctly handle multi-line content with CR+LF l...Alexandre Ganea2019-08-261-14/+35
* [clang-scan-deps] Add minimizer support for C++20 modules.Michael J. Spencer2019-08-091-1/+70
* [clang-scan-deps] Dependency directives source minimizer: handle #pragma onceAlex Lorenz2019-07-181-1/+15
* [clang-scan-deps] Dependency directives source minimizer:Alex Lorenz2019-07-101-1/+8
* Fix windows build for commit r362459Alex Lorenz2019-06-031-6/+6
* Add clang source minimizer that reduces source to directivesAlex Lorenz2019-06-031-0/+756
OpenPOWER on IntegriCloud