summaryrefslogtreecommitdiff
path: root/clang/lib/Analysis/ObjCNoReturn.cpp
AgeCommit message (Expand)Author
2024-04-11[NFC][Clang] Improve const correctness for IdentifierInfo (#79365)Bill Wendling
2021-10-24Use llvm::is_contained (NFC)Kazu Hirata
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-07-30Remove trailing spaceFangrui Song
2012-09-13clang/lib/Analysis/ObjCNoReturn.cpp: Fix [-Wnewline-eof]NAKAMURA Takumi
2012-09-13Refactor logic in ExprEngine for detecting 'noreturn' methodsTed Kremenek