[PATCH] D36492: [time-report] Add preprocessor timer
Eddie Elizondo via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 18 13:52:26 PDT 2017
eduardo-elizondo added inline comments.
================
Comment at: include/clang/Lex/PreprocessorOptions.h:165
public:
- PreprocessorOptions() : UsePredefines(true), DetailedRecord(false),
+ PreprocessorOptions() : PPTimer("preprocessor", "Preprocessing"),
+ UsePredefines(true),
----------------
Should this be named "Lexing Time" or "Lexing" instead of "Preprocessing"?
https://reviews.llvm.org/D36492
More information about the cfe-commits
mailing list