Author: llunak
Date: Wed Sep 18 14:41:45 2019
New Revision: 372263
URL: http://llvm.org/viewvc/llvm-project?rev=372263&view=rev
Log:
fix build, adjust test also for Windows path separator
Introduced in 1e9c1d2b7bfc.
Modified:
cfe/trunk/test/Frontend/rewrite-includes-conditions.c
cfe/trun
Author: llunak
Date: Wed Sep 18 12:12:14 2019
New Revision: 372250
URL: http://llvm.org/viewvc/llvm-project?rev=372250&view=rev
Log:
actually also compile output in tests for -frewrite-includes
Checking that the created output matches something is nice, but
this should also check whether the outp
Author: llunak
Date: Wed Sep 18 12:09:41 2019
New Revision: 372248
URL: http://llvm.org/viewvc/llvm-project?rev=372248&view=rev
Log:
make -frewrite-includes also rewrite conditions in #if/#elif
Those conditions may use __has_include, which needs to be rewritten.
The existing code has already trie
Author: llunak
Date: Mon Sep 16 12:18:37 2019
New Revision: 372026
URL: http://llvm.org/viewvc/llvm-project?rev=372026&view=rev
Log:
do not emit -Wunused-macros warnings in -frewrite-includes mode (PR15614)
-frewrite-includes calls PP.SetMacroExpansionOnlyInDirectives() to avoid
macro expansions
Author: llunak
Date: Sun May 12 03:39:21 2019
New Revision: 360539
URL: http://llvm.org/viewvc/llvm-project?rev=360539&view=rev
Log:
make -ftime-trace also print template arguments
Without this, I get e.g. 'PerformPendingInstantiations' -> 'std::fill',
now I get 'std::fill'.
Differential Revisio