[PATCH] D55463: Introduce a source minimizer that reduces source to directives that might affect the dependency list for a compilation
Alex Lorenz via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 3 15:58:01 PDT 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rL362459: Add clang source minimizer that reduces source to directives (authored by arphaman, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews.llvm.org/D55463?vs=200376&id=202814#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55463/new/
https://reviews.llvm.org/D55463
Files:
cfe/trunk/include/clang/Basic/DiagnosticLexKinds.td
cfe/trunk/include/clang/Driver/CC1Options.td
cfe/trunk/include/clang/Frontend/FrontendActions.h
cfe/trunk/include/clang/Frontend/FrontendOptions.h
cfe/trunk/include/clang/Lex/DependencyDirectivesSourceMinimizer.h
cfe/trunk/lib/Frontend/CompilerInvocation.cpp
cfe/trunk/lib/Frontend/FrontendActions.cpp
cfe/trunk/lib/FrontendTool/ExecuteCompilerInvocation.cpp
cfe/trunk/lib/Lex/CMakeLists.txt
cfe/trunk/lib/Lex/DependencyDirectivesSourceMinimizer.cpp
cfe/trunk/test/Frontend/minimize_source_to_dependency_directives.c
cfe/trunk/test/Lexer/minimize_source_to_dependency_directives_at_import_extra_tokens.m
cfe/trunk/test/Lexer/minimize_source_to_dependency_directives_at_import_missing_semi.m
cfe/trunk/test/Lexer/minimize_source_to_dependency_directives_invalid_macro_name.c
cfe/trunk/unittests/Lex/CMakeLists.txt
cfe/trunk/unittests/Lex/DependencyDirectivesSourceMinimizerTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55463.202814.patch
Type: text/x-patch
Size: 54609 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190603/d05ac060/attachment.bin>
More information about the llvm-commits
mailing list