/llvm-project/libcxx/docs/Status/ |
H A D | FormatIssues.csv | 2 `P0645 <https://wg21.link/P0645>`_,"Text Formatting","C++20",Mark de Wever,|Complete|,14 9 "`P2286R8 <https://wg21.link/P2286R8>`__","Formatting Ranges","C++23","Mark de Wever","|Complete|",16 16 "`P2693R1 <https://wg21.link/P2693R1>`__","Formatting ``thread::id`` and ``stacktrace``","C++23","Mark de Wever","|In Progress|" 17 "`P2510R3 <https://wg21.link/P2510R3>`__","Formatting pointers","C++26","Mark de Wever","|Complete|",17 25 "`P2845R8 <https://wg21.link/P2845R8>`__","Formatting of ``std::filesystem::path``","C++26","Mark de Wever","",""
|
H A D | FormatPaper.csv | 2 `P1361 <https://wg21.link/P1361>`__ `P2372 <https://wg21.link/P2372>`__,"Formatting chrono" 31 "`P2693R1 <https://wg21.link/P2693R1>`__","Formatting ``thread::id`` and ``stacktrace``" 32 `[thread.thread.id] <https://wg21.link/thread.thread.id>`_,"Formatting ``thread::id``",,Mark de Wever,|Complete|,17 33 `[stacktrace.format] <https://wg21.link/stacktrace.format>`_,"Formatting ``stacktrace``",A ``<stacktrace>`` implementation,Mark de Wever,,
|
H A D | RangesMajorFeatures.csv |
|
H A D | Cxx2cPapers.csv | 10 "`P2510R3 <https://wg21.link/P2510R3>`__","Formatting pointers","2023-06 (Varna)","|Complete|","17","Implemented as a DR against C++20. (MSVC STL and libstdc++ will do the same.)" 55 "`P2845R8 <https://wg21.link/P2845R8>`__","Formatting of ``std::filesystem::path``","2024-03 (Tokyo)","","",""
|
H A D | Cxx23Papers.csv | 65 "`P2286R8 <https://wg21.link/P2286R8>`__","Formatting Ranges","2022-07 (Virtual)","|Complete|","16","" 114 "`P2693R1 <https://wg21.link/P2693R1>`__","Formatting ``thread::id`` and ``stacktrace``","2023-02 (Issaquah)","|Partial|","","The formatter for ``stacktrace`` is not implemented, since ``stacktrace`` is not implemented yet"
|
H A D | Cxx20Issues.csv | 216 "`LWG3262 <https://wg21.link/LWG3262>`__","Formatting of negative durations is not specified","2020-02 (Prague)","|Complete|","16","" 260 "`LWG3340 <https://wg21.link/LWG3340>`__","Formatting functions should throw on argument/format string mismatch in |sect|\ [format.functions]","2020-02 (Prague)","|Complete|","14",""
|
H A D | Cxx20Papers.csv | 107 "`P0645R10 <https://wg21.link/P0645R10>`__","Text Formatting","2019-07 (Cologne)","|Complete|","14","The implementation was complete since LLVM 14, but the feature-test macro was not set until LLVM 19"
|
H A D | Cxx23Issues.csv | 123 "`LWG3567 <https://wg21.link/LWG3567>`__","Formatting move-only iterators take two","2021-10 (Virtual)","|Complete|","16",""
|
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVOptions.h | 221 bool Formatting = true; // Disable formatting during printing. variable 399 BOOL_FUNCTION(Print, Formatting);
|
/llvm-project/lldb/docs/resources/ |
H A D | lldbdap.md | 166 ## Formatting the Typescript code
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | CommandLine.h | 275 uint16_t Formatting : 2; // enum FormattingFlags variable 302 return (enum FormattingFlags)Formatting; in getFormattingFlag() 328 void setFormattingFlag(enum FormattingFlags V) { Formatting = V; } in setFormattingFlag() 338 HiddenFlag(Hidden), Formatting(NormalFormatting), Misc(0), in Option()
|
/llvm-project/llvm/docs/ |
H A D | SphinxQuickstartTemplate.rst | 77 Text Formatting
|
H A D | CodingStandards.rst | 111 Python version and Source Code Formatting 159 Source Code Formatting 234 Comment Formatting 162 CommentingSource Code Formatting global() argument 244 Comment FormattingSource Code Formatting global() argument 278 Doxygen Use in Documentation CommentsSource Code Formatting global() argument 371 Error and Warning MessagesSource Code Formatting global() argument 411 ``#include`` StyleSource Code Formatting global() argument 448 Source Code WidthSource Code Formatting global() argument 462 WhitespaceSource Code Formatting global() argument
|
H A D | ProgrammersManual.rst | 274 Formatting strings (the ``formatv`` function)
|
/llvm-project/lldb/docs/use/ |
H A D | variable.rst | 1 Variable Formatting 390 Basically, the syntax is the same one described Frame and Thread Formatting 454 Formatting Summary Elements
|
/llvm-project/clang/docs/ |
H A D | ClangFormatStyleOptions.rst | 110 Disabling Formatting on a Piece of Code
|
H A D | InternalsManual.rst | 227 Formatting a Diagnostic Argument
|