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