Skip to content
GitLab
Explore
Sign in
This is an archived project. Repository and other project resources are read-only.
Commits · 964dbda0e99007bb2e6e9da6ab413f24e635327f
llvm-epi-0.8
clang
lib
Sema
AnalysisBasedWarnings.h
Browse files
Apr 08, 2010
Remove micro-optimization for not issueing CFG-based warnings for 'static inline' functions
· afed24b4
Ted Kremenek
authored
Apr 08, 2010
afed24b4
Mar 23, 2010
For forward-declared static inline functions, delay CFG-based warnings until we
· a3ab0d76
Ted Kremenek
authored
Mar 23, 2010
a3ab0d76
Only perform CFG-based warnings on 'static inline' functions that
· 0b40532b
Ted Kremenek
authored
Mar 23, 2010
0b40532b
Mar 20, 2010
Refactor CFG-based warnings in Sema to be run by a worked object called AnalysisBasedWarnings.
· 918fe849
Ted Kremenek
authored
Mar 20, 2010
918fe849
Loading