aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2009-03-12Driver: Add information on Driver input/temporary types.Daniel Dunbar
2009-03-12Driver: Add Option flags.Daniel Dunbar
2009-03-12Use getAsRecordType() to get around sugar types.Zhongxing Xu
2009-03-12Driver: Tweak option naming/def:Daniel Dunbar
2009-03-12Fix uninitialized use in GetAddrOfGlobalBlock, reenable assert.Daniel Dunbar
2009-03-12Driver: Reorder arguments in Options.def so option name is first.Daniel Dunbar
2009-03-12Driver: Add ArgList::hasArg, for testing for the presence of anDaniel Dunbar
2009-03-12Driver: Add Option::getId and Option::matches taking an optionDaniel Dunbar
2009-03-11Properly restore ActiveScope when we exit parsing of a block. ThisDouglas Gregor
2009-03-11Fix various problems with matching out-of-line definitions of staticDouglas Gregor
2009-03-11Remove '[naming convention]' from bug type.Ted Kremenek
2009-03-11add some spaces :)Chris Lattner
2009-03-11Move most of the checking from ActOnCXXMemberDeclarator to other, more genera...Douglas Gregor
2009-03-11don't use strtoul on a non-null-terminated string.Chris Lattner
2009-03-11x86_32 ABI: Don't try and expand structures with bitfields.Daniel Dunbar
2009-03-11Add TypedViewRegion::isBoundable() to indicate whether or not theTed Kremenek
2009-03-11Code refactoring. No change in functionality.Fariborz Jahanian
2009-03-11More of objc2's ivar layout bitmap (Next: specific).Fariborz Jahanian
2009-03-11Make sure that we set the access specifier for an instantiated FieldDecl, and...Douglas Gregor
2009-03-11Eliminate CXXClassMemberWrapperDouglas Gregor
2009-03-11Eliminate CXXClassVarDecl. It doesn't add anythingDouglas Gregor
2009-03-11Adjust for linkage name change.Duncan Sands
2009-03-11Implement FIXME related to <rdar://problem/6496506> Implement class setter/ge...Steve Naroff
2009-03-11Implement basic template instantiation for fields. Reshuffle checkingDouglas Gregor
2009-03-11Fix StmtIterator bug reported in PR 3780 where a VLA within a DeclGroup wouldTed Kremenek
2009-03-11Add basic, hackish support for instantiation of typedefs in a classDouglas Gregor
2009-03-11Add parser support for static_assert.Anders Carlsson
2009-03-11Fix <rdar://problem/6655054> clang issues bogus error on property usage in a ...Steve Naroff
2009-03-11Fix <rdar://problem/6578665> user declared setter method should be used when ...Steve Naroff
2009-03-11Do not stipulate the record type is a definition in BindStruct().Zhongxing Xu
2009-03-11Correct for change of this name in LLVM.Duncan Sands
2009-03-11Fix crash when LHS of pointer arithmetic is not ElementRegion.Zhongxing Xu
2009-03-11RegionStore::getLValueElement: Handle the case where the signedness of theTed Kremenek
2009-03-11GRExprEngine::ProcessBranch: Don't register a "pretty-stack printer" when the...Ted Kremenek
2009-03-11Fix PR 3780: In one code path in BasicValueFactory::getValue() we would notTed Kremenek
2009-03-11GRExprEngine: Add pretty-stack trace printing for crashes and assertion failu...Ted Kremenek
2009-03-11SimpleConstraintManager doesn't reason about bitwise-constraints on symbolicTed Kremenek
2009-03-11GRExprEngine: For places we might conjure up a new symbol to recoverTed Kremenek
2009-03-11Added method "canReasonAbout" to ConstraintManager. This method returns true ifTed Kremenek
2009-03-11Use the BugReports in BugReporter to determine the root nodes for "trim-egraph".Ted Kremenek
2009-03-11Clear all the linetable state in clear(), fixing problemsChris Lattner
2009-03-11fix PR3258 by rejecting invalid numeric operands.Chris Lattner
2009-03-11More Next objc2's gc ivar layout bitmap work.Fariborz Jahanian
2009-03-11checking for symbolic operands as well as % at end of string.Chris Lattner
2009-03-10position the caret properly on asm string diagnostics, e.g.:Chris Lattner
2009-03-10reject invalid escape characters in extended-asm strings with a nice diagnostic.Chris Lattner
2009-03-10Driver: Add host info (add new files).Daniel Dunbar
2009-03-10Add type checking for tentative definitions at the end of theDouglas Gregor
2009-03-10Driver: Add host info.Daniel Dunbar
2009-03-10add plumbing to report diagnostics back through sema for malformed asmstrings.Chris Lattner