llvm-project/clang/lib/Analysis
Jeffrey Yasskin f6442f80cb Allow users to set CPPFLAGS and CXXFLAGS on the make command line.
Tested: make CPPFLAGS=-m64 CXXFLAGS=-m64 -j8 && (cd tools/clang;make test)
llvm-svn: 98399
2010-03-12 22:55:16 +00:00
..
AnalysisContext.cpp When computing in AnalysisContext the variables referenced 2010-03-10 00:18:11 +00:00
CFG.cpp Simplify code a bit and remove unneeded semicolons. 2010-03-03 16:28:47 +00:00
CMakeLists.txt Start moving some of the logic for the unreachable code analysis out of libSema 2010-02-23 02:39:16 +00:00
LiveVariables.cpp Fix an algorithmic bug in LiveVariables pointed out by Zhongxing. 2010-03-03 01:17:41 +00:00
Makefile Allow users to set CPPFLAGS and CXXFLAGS on the make command line. 2010-03-12 22:55:16 +00:00
PrintfFormatString.cpp Allow a '0' precision in format strings (as the man page says it is okay). 2010-03-01 19:22:33 +00:00
ReachableCode.cpp Move the rest of the unreachable code analysis from libSema 2010-02-23 05:59:20 +00:00
UninitializedValues.cpp [CFG] 2010-03-02 21:43:54 +00:00