llvm-project/clang/lib/StaticAnalyzer/Frontend
Eli Friedman 5ba37d5282 Split isFromMainFile into two functions.
Basically, isInMainFile considers line markers, and isWrittenInMainFile
doesn't.  Distinguishing between the two is useful when dealing with
files which are preprocessed files or rewritten with -frewrite-includes
(so we don't, for example, print useless warnings).

llvm-svn: 188968
2013-08-22 00:27:10 +00:00
..
AnalysisConsumer.cpp Split isFromMainFile into two functions. 2013-08-22 00:27:10 +00:00
AnalysisConsumer.h Make AnalyzerOptions a shared object between CompilerInvocation and 2012-08-31 04:36:05 +00:00
CMakeLists.txt Split library clangRewrite into clangRewriteCore and clangRewriteFrontend. 2012-09-01 05:09:24 +00:00
CheckerRegistration.cpp Factor CheckerManager to be able to pass AnalyzerOptions to checkers 2013-04-16 21:10:05 +00:00
FrontendActions.cpp Sort all of Clang's files under 'lib', and fix up the broken headers 2012-12-04 09:13:33 +00:00
Makefile When building StaticAnalyzer/Frontend add -I "<Checkers build dir>" to allow Checkers.inc to be 2011-02-17 18:40:33 +00:00