Age | Commit message (Expand) | Author |
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 | Simplify. | Daniel Dunbar |
2009-11-08 | Revert unintentional change to this file. | 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-08 | Move a function which returns a class outside of extern C scope. | Daniel Dunbar |
2009-11-08 | CIndex: Add temporary hack to leak memory instead of returning invalid pointers. | Daniel Dunbar |
2009-11-08 | Drop require_and_and argument. | Daniel Dunbar |
2009-11-08 | Remove RUN: true lines. | Daniel Dunbar |
2009-11-08 | Move test/Index input files into a sub directory (not scanned as tests). | Daniel Dunbar |
2009-11-08 | Eliminate &&s in tests. | Daniel Dunbar |
2009-11-07 | Rework site config for cmake to be generated at configure time, and only pass | Daniel Dunbar |
2009-11-07 | Tweak a FIXME. | Daniel Dunbar |
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 | commit test update | Chris Lattner |
2009-11-07 | teach the various targets what native integer types they have. | Chris Lattner |
2009-11-07 | Fix some build warnings. | Daniel Dunbar |
2009-11-07 | Add some missing libraries for CMake as well. | Daniel Dunbar |
2009-11-07 | Add some missing libraries. | Daniel Dunbar |
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 | Add bug number. | Anders Carlsson |
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 | Lift compiler builtin include path logic higher. | Daniel Dunbar |
2009-11-07 | Remove Checker::CheckType() (and instead using CheckerVisitor::PreVisitDeclSt... | Ted Kremenek |
2009-11-07 | Test case for -Wconversion. | John McCall |