llvm-capstone/libc/utils/HdrGen
Kazu Hirata b8f89b84bc Use StringRef::{starts,ends}_with (NFC)
This patch replaces uses of StringRef::{starts,ends}with with
StringRef::{starts,ends}_with for consistency with
std::{string,string_view}::{starts,ends}_with in C++20.

I'm planning to deprecate and eventually remove
StringRef::{starts,ends}with.
2023-12-16 15:02:17 -08:00
..
PrototypeTestGen [libc] Mass replace enclosing namespace (#67032) 2023-09-26 11:45:04 +02:00
CMakeLists.txt [reland][libc][cmake] Tidy compiler includes (#66783) (#66878) 2023-09-20 11:21:46 +02:00
Command.cpp
Command.h
Generator.cpp Use StringRef::{starts,ends}_with (NFC) 2023-12-16 15:02:17 -08:00
Generator.h [libc] Add support for creating wrapper headers for offloading in clang 2023-07-07 16:02:33 -05:00
IncludeFileCommand.cpp
IncludeFileCommand.h
Main.cpp [libc] Add support for creating wrapper headers for offloading in clang 2023-07-07 16:02:33 -05:00
PublicAPICommand.cpp [libc] add noexcept to external function headers 2023-01-06 11:43:43 -08:00
PublicAPICommand.h
README.md

The LLVM libc header generation system

LLVM libc uses a header generation scheme to generate public as well as internal header files. This directory contains the implementation of the header generator which drives this header generation scheme.