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
[sanitizer] Improve FreeBSD ASLR detection
[llvm-project.git]
/
clang-tools-extra
/
test
/
clang-tidy
/
infrastructure
/
serialize-diagnostics.cpp
blob
8b0895af795a023df4ea8d9afd9dd7a1b9d014cd
1
// RUN: not clang-tidy -checks=-*,llvm-namespace-comment %s -- -serialize-diagnostics %t | FileCheck %s
2
// CHECK: :[[@LINE+1]]:12: error: expected ';' after struct [clang-diagnostic-error]
3
struct
A
{}