repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[C++20] Destroying delete can cause a type to be noexcept when deleting (#118687)
[llvm-project.git]
/
clang
/
tools
/
scan-build-py
/
tests
/
functional
/
src
/
include
/
clean-one.h
blob
695dbd04c6583a0cc383f4027776742469e98c08
1
#ifndef CLEAN_ONE_H
2
#define CLEAN_ONE_H
3
4
int
do_nothing_loop
();
5
6
#endif