Logo
Explore Help
Sign In
shylie/llvm-project
1
0
Fork 0
You've already forked llvm-project
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
llvm-project/libcxx/test/std/input.output
History
Igor Kudrin 00dacf8c22
[clang] Add -Wuninitialized-const-pointer (#148337)
This option is similar to -Wuninitialized-const-reference, but diagnoses
the passing of an uninitialized value via a const pointer, like in the
following code:
```
void foo(const int *);
void test() {
  int v;
  foo(&v);
}
```
This is an extract from #147221 as suggested in [this
comment](https://github.com/llvm/llvm-project/pull/147221#discussion_r2190998730).
2025-07-14 15:44:43 -07:00
..
file.streams
[libcxx][test] Correct syntax of lit directives in some tests (#146886)
2025-07-04 12:48:16 +01:00
filesystems
[libcxx] Handle windows system error code mapping in std::error_code. (#93101)
2025-01-08 17:34:48 -05:00
input.output.general
…
iostream.format
[clang] Add -Wuninitialized-const-pointer (#148337)
2025-07-14 15:44:43 -07:00
iostream.forward
[libc++] Remove invalid char_traits instantiations from a test (#142016)
2025-06-03 11:58:42 -04:00
iostream.objects
…
iostreams.base
[libc++] Fix initialization-order-fiasco with iostream.cpp constructors (#126995)
2025-02-15 19:54:23 -08:00
iostreams.requirements
…
stream.buffers
[libc++] Mark two assertion tests as unsupported in C++03 mode
2025-06-17 16:51:35 -04:00
string.streams
[libc++][C++03] Use __cxx03/ headers in C++03 mode (#109002)
2024-12-21 13:01:48 +01:00
syncstream
…
Powered by Gitea Version: 1.23.1 Page: 1106ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API