aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2009-11-07Implement -Wconversion. Off by default, in the non-gcc group. There'sJohn McCall
2009-11-07Add basic code completion support for ObjC messages.Steve Naroff
2009-11-07Revert r86315 and add Type::FixedWidthInt to the FIXME cases.Anders Carlsson
2009-11-07MIPS linkage name confuses gdb here. Generate and test DW_AT_name here.Devang Patel
2009-11-07Do not assert if debug info for certain type is not generated.Devang Patel