Home
last modified time | relevance | path

Searched refs:Formatting (Results 1 – 17 of 17) sorted by relevance

/llvm-project/libcxx/docs/Status/
H A DFormatIssues.csv2 `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 DFormatPaper.csv2 `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 DRangesMajorFeatures.csv
H A DCxx2cPapers.csv10 "`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 DCxx23Papers.csv65 "`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 DCxx20Issues.csv216 "`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 DCxx20Papers.csv107 "`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 DCxx23Issues.csv123 "`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 DLVOptions.h221 bool Formatting = true; // Disable formatting during printing. variable
399 BOOL_FUNCTION(Print, Formatting);
/llvm-project/lldb/docs/resources/
H A Dlldbdap.md166 ## Formatting the Typescript code
/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h275 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 DSphinxQuickstartTemplate.rst77 Text Formatting
H A DCodingStandards.rst111 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 DProgrammersManual.rst274 Formatting strings (the ``formatv`` function)
/llvm-project/lldb/docs/use/
H A Dvariable.rst1 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 DClangFormatStyleOptions.rst110 Disabling Formatting on a Piece of Code
H A DInternalsManual.rst227 Formatting a Diagnostic Argument