Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This can only be done MT-safely after a synchronous match.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also add cxx.features.modules boolean variable that can be used to
control/query C++ modules enablement.
|
|
Also fix bug in clang-apple versioning.
|
|
|
|
|
|
|
|
The cc.preprocessed variable can be 'none' (not preprocessed), 'includes' (no
depends on preprocessor, e.g., #ifdef, etc), and 'all' (the source is fully
preprocessed). Note that for 'all' the source can still contain comments and
line continuations.
|
|
|
|
|
|
|
|
This way the parser now reports logical rather than physical location in
diagnostics.
|
|
|