Adds BeforeExecute method to PrecompiledPreamble to be called before Execute(). This method can be overriden.
Details
Diff Detail
- Repository
- rC Clang
Event Timeline
| include/clang/Frontend/PrecompiledPreamble.h | ||
|---|---|---|
| 249 | The comment seems a bit too specific. | |
| lib/Frontend/PrecompiledPreamble.cpp | ||
| 345 | We should probably call it here, right before Execute. | |
LGTM modulo the comment. Should I land this for you?
| include/clang/Frontend/PrecompiledPreamble.h | ||
|---|---|---|
| 247 | Please add that the following information to the comment: /// Called before FrontendAction::BeginSourceFile . /// Can be used .... | |
Please add that the following information to the comment: