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