| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
Use InitLLVM and WithColor
Delete PPTraceConsumer, add the callback in PPTraceAction
Migrae to tooling::createExecutorFromCommandLineArgs
Don't specialize empty OutputFileName
llvm-svn: 356849
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary:
-ignore specifies a list of PP callbacks to ignore. It cannot express a
whitelist, which may be more useful than a blacklist.
Add a new option -callbacks to replace it.
-ignore= (default) => -callbacks='*' (default)
-ignore=FileChanged,FileSkipped => -callbacks='*,-FileChanged,-FileSkipped'
-callbacks='Macro*' : print only MacroDefined,MacroExpands,MacroUndefined,...
Reviewers: juliehockett, aaron.ballman, alexfh, ioeric
Reviewed By: aaron.ballman
Subscribers: nemanjai, kbarton, jsji, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D59296
llvm-svn: 356366
|
|
|
|
|
|
| |
This corresponds to the fix to Clang in r351470.
llvm-svn: 351471
|
|
|
|
|
|
| |
This reverts commit r350892.
llvm-svn: 351208
|
|
|
|
| |
llvm-svn: 350892
|
|
|
|
|
|
|
|
| |
Now that `pragma comment` is also used on ELF-ish targets with a
restricted set of options, we need to specify the full target here for
the test.
llvm-svn: 324441
|
|
|
|
| |
llvm-svn: 318702
|
|
|
|
|
|
|
|
|
|
|
|
| |
When adding support for D34158 which changes preprocessed output, I needed to
make tiny test corrections for these. Adding the option -ffreestanding
suppresses the new behavior, and that's the change I made to fix the tests.
Patch By: mibintc
Differential Revision: https://reviews.llvm.org/D34624
llvm-svn: 318668
|
|
|
|
|
|
| |
The test is in clang-tools-extra/test/pp-trace
llvm-svn: 316621
|
|
|
|
|
|
| |
Depends on D36642
llvm-svn: 312948
|
|
|
|
|
|
| |
buffer.
llvm-svn: 282984
|
|
|
|
| |
llvm-svn: 236405
|
|
|
|
|
|
|
|
| |
clang-tools-extra/test/pp-trace/pp-trace-modules.cpp on win32 for now. Investigating."
It has been resolved.
llvm-svn: 236309
|
|
|
|
|
|
| |
now. Investigating.
llvm-svn: 236001
|
|
|
|
|
|
| |
This reverts commit 230430.
llvm-svn: 230455
|
|
|
|
| |
llvm-svn: 230430
|
|
|
|
| |
llvm-svn: 220678
|
|
|
|
|
|
| |
let robust around r203317.
llvm-svn: 203369
|
|
|
|
| |
llvm-svn: 203368
|
|
|
|
|
|
| |
3-state enum.
llvm-svn: 196648
|
|
|
|
|
|
| |
re-org, and an update of the new PPCallbacks test (soon to be moved to clang from extra), rather the unittest.
llvm-svn: 196407
|
|
|
|
|
|
| |
callbacks.
llvm-svn: 194636
|
|
|
|
|
|
| |
component. This required a change to the includes test, because of the change to the headers.
llvm-svn: 194504
|
|
|
|
|
|
| |
callback test. A better test for moduleExport is coming.
llvm-svn: 194447
|
|
|
|
| |
llvm-svn: 194440
|
|
|
|
| |
llvm-svn: 194422
|
|
|
|
| |
llvm-svn: 193805
|
|
llvm-svn: 193743
|