[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / SemaCXX / missing-header.cpp
bloba1048fee46eb59fec9c75d9309d588792e0644e1
1 // RUN: %clang_cc1 -fsyntax-only -verify %s
3 #include "not exist" // expected-error{{'not exist' file not found}}
5 class AnalysisDeclContext {};
6 static ControlFlowKind CheckFallThrough(AnalysisDeclContext &AC) {
7 if (const GCCAsmStmt *AS = dyn_cast<GCCAsmStmt>(S)) {}
8 bool NoReturnEdge = false;