aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2009-11-09remove redundant file name in CMakeLists.txt.Zhongxing Xu
2009-11-09update CMakeList.txtZhongxing Xu
2009-11-09Update CMakeDaniel Dunbar
2009-11-09Add comments.Zhongxing Xu
2009-11-09Add checker for CWE-588: Attempt to Access Child of a Non-structure Pointer.Zhongxing Xu
2009-11-09Update CMakeDaniel Dunbar
2009-11-09Put all long strings in 80-col.Zhongxing Xu
2009-11-09Add checker for CWE-587: Assignment of a Fixed Address to a Pointer.Zhongxing Xu
2009-11-09Add checker for CWE-469: Use of Pointer Subtraction to Determine Size. ThisZhongxing Xu
2009-11-09Rearrange function to avoid recursive use-after-free.Eli Friedman
2009-11-09Explicitly note that pre-inc/dec lvalues are not supported yet, so that itEli Friedman
2009-11-09Add hack to make the given testcase work. As far as I can tell, this change isEli Friedman
2009-11-09Add a test case for CWE-467, and simplify the wording of the warning.Zhongxing Xu
2009-11-09Rename areAllFields32Or64BitBasicType to canExpandIndirectArgument to closer ...Daniel Dunbar
2009-11-09Remove a useless variable that got left behind.Eli Friedman
2009-11-09Unify the codepaths used to verify base and member initializers for explicitlyEli Friedman
2009-11-08Fix use-after-free bug.Eli Friedman
2009-11-08Update CMake file.Benjamin Kramer
2009-11-08Special-case default argument expression in instantiation. This should fix PR...Sebastian Redl
2009-11-08Add a checker for CWE-467: Use of sizeof() on a Pointer Type.Zhongxing Xu
2009-11-08When checking the namespace of a redeclaration or definition, look through li...Sebastian Redl
2009-11-08Don't reprocess non-dependent initializers of non-dependent VarDecls. Fixes P...Sebastian Redl
2009-11-08Fix for FreeBSD toolchain in regards to CPP, Credit to Roman Divacky.Edward O'Callaghan
2009-11-08Add clarifying parens.Daniel Dunbar
2009-11-08Test commit - minor terminology change to my recent patch suggested by John M...Sean Hunt
2009-11-08Always make sure we're using an unqualified type when building aDouglas Gregor
2009-11-07Handle member expressions where the member declaration is actually a static v...Anders Carlsson
2009-11-07More LValue related code cleanup.Anders Carlsson
2009-11-07More cleanup, the code is much easier to follow now.Anders Carlsson
2009-11-07Reduce nesting, no functionality change.Anders Carlsson
2009-11-07We only need to call SetObjCNonGC for local variables. No functionality change.Anders Carlsson
2009-11-07Change EmitPointerToDataMemberLValue to take a FieldDecl. No intended functio...Anders Carlsson
2009-11-07Patch to gives an error that at least points users in the direction of the er...Fariborz Jahanian
2009-11-07teach the various targets what native integer types they have.Chris Lattner
2009-11-07Cope with calls to operator() templates. Fixes PR5419.Douglas Gregor
2009-11-07add missing #includeChris Lattner
2009-11-07Support -Wshorten-64-to-32 for integer types only, which seems to satisfy theJohn McCall
2009-11-07Improve -Wconversion by permitting binary operations on values of the targetJohn McCall
2009-11-07Don't treat variables with non-trivial ctors or dtors as unused. Fixes PR5407.Anders Carlsson
2009-11-07Cleanup, no functionality change.Anders Carlsson
2009-11-07Always mangle functions with special names. Fixes PR5420.Anders Carlsson
2009-11-07When instantiating a field decl, make sure to clone its attributes. With this...Anders Carlsson
2009-11-07Use SaveAndRestore to simplify logic in LiveVariables::runOnAllBlocks(). Pat...Ted Kremenek
2009-11-07Switch clang-cc to use ApplyHeaderSearchOptions, and fix a thinko.Daniel Dunbar
2009-11-07When looking up and adding substitutions to the substitution table, make sure...Anders Carlsson
2009-11-07Add HeaderSearchOptions class, for packaging the information needed toDaniel Dunbar
2009-11-07Lift InitHeaderSearch::AddEnvVarPaths logic higher.Daniel Dunbar
2009-11-07Formatting fixes.Daniel Dunbar
2009-11-07Rename PreprocessorInitOptions to PreprocessorOptions for consistency, and fixDaniel Dunbar
2009-11-07Remove Checker::CheckType() (and instead using CheckerVisitor::PreVisitDeclSt...Ted Kremenek