llvm-project/flang/lib
Tim Keith 76d71354db [flang] Add message formatting for std::int64_t
There is no printf formatting string for std::int64_t. Instead we have
to cast to std::intmax_t and use `%jd`. This change simplifies that by
automatically converting std::int64_t to std::intmax_t when formatting
messages.

Original-commit: flang-compiler/f18@8a2343dfff
Reviewed-on: https://github.com/flang-compiler/f18/pull/1101
Tree-same-pre-rewrite: false
2020-04-03 17:28:23 -07:00
..
Common [flang] Reformat with latest clang-format and .clang-format 2020-03-28 21:00:16 -07:00
Decimal [flang] Reformat with latest clang-format and .clang-format 2020-03-28 21:00:16 -07:00
Evaluate [flang] Add message formatting for std::int64_t 2020-04-03 17:28:23 -07:00
Lower [flang] [LLVMify F18] Compiler module folders should have capitalised names (flang-compiler/f18#980) 2020-02-25 07:11:52 -08:00
Optimizer [flang] Reformat with latest clang-format and .clang-format 2020-03-28 21:00:16 -07:00
Parser [flang] Process names in ASSIGN and assigned GOTO 2020-04-03 14:58:07 -07:00
Semantics [flang] Add message formatting for std::int64_t 2020-04-03 17:28:23 -07:00
CMakeLists.txt [flang] A rework of the cmake build components for in and out of tree builds. 2020-03-26 18:17:04 +00:00