The proposed new interface is for supporting at(execution) clause in the error directive.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
It is unclear what we should do with ident_t at the moment.
Is it going to be useful if we include the location info in the warning/error message?
Comment Actions
I would argue immensely, it would also match our compile time error reporting which has locations.
There seems to be little cost in accepting an ident_t anyway.
Comment Actions
Do we want to add a test for this?
openmp/runtime/src/i18n/en_US.txt | ||
---|---|---|
459 | I would go with: | |
openmp/runtime/src/kmp_csupport.cpp | ||
4380 | Don't we have a method to "pretty print" the psource such that it reads: "file:line:column" |
I would go with:
"%2%s: Encountered user-directed error: %1$s"
as we do it above like this as well.