aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-03-10update this, C headers don't need hacks anymore.Chris Lattner
2009-03-10Update analyzer build.Ted Kremenek
2009-03-10Fix PR3682 by just disabling a broken assertion. This check should beChris Lattner
2009-03-10reduce duplication of parsing code between %0 and %x0 andChris Lattner
2009-03-10move matching of named operands into AsmStmt class. At the sameChris Lattner
2009-03-10reduce nesting, use memchr instead of explicit loop, eliminate aChris Lattner
2009-03-10Expand %= into ${:uid} so that the code generator emits a unique ID for theChris Lattner
2009-03-10BugReporter:Ted Kremenek
2009-03-10Adjust HTML diagnostics CSS to not use "smaller" for font size and instead useTed Kremenek
2009-03-10Add FullSourceLoc::getDecomposedLoc.Ted Kremenek
2009-03-10add some helper methods to AsmStmt and add some comments.Chris Lattner
2009-03-10slightly simplify some code, pull the 'is simple asm' case up inChris Lattner
2009-03-10PathDiagnosticControlFlowPiece:Ted Kremenek
2009-03-10Handle "Macro" PathDiagnosticPiece kind when getting string identifier.Ted Kremenek
2009-03-10Forward -ftemplate-depth-<N> to clang's -ftemplate-depth N.Daniel Dunbar
2009-03-10Limit the template instantiation depth to some user-configurable valueDouglas Gregor
2009-03-09Backout r66408, we don't want handling of globals to rely on theDaniel Dunbar
2009-03-09Add a test case that goes with the last commitDouglas Gregor
2009-03-09Implement template instantiation for ClassTemplateSpecializationTypes,Douglas Gregor
2009-03-09Update checker build.Ted Kremenek
2009-03-09Reapply r66316, it got accidentally reverted in r66317.Daniel Dunbar
2009-03-09scan-build: Also look for clang in the same directory as scan-build.Ted Kremenek
2009-03-09retain/release checker: Allow allocations to fail by returning nil.Ted Kremenek
2009-03-09RegionStore::getElementLValue(): Handle the case where the base is a null poi...Ted Kremenek
2009-03-09Add test case for <rdar://problem/6659160>.Ted Kremenek
2009-03-09NeXT: Set alignment on a number of ObjC metadata variables (matching llvm-gcc).Daniel Dunbar
2009-03-09move -g option down into rest of codegen sectionChris Lattner
2009-03-09move debug info generation flag into CompileOptions.Chris Lattner
2009-03-09update project for driver -> frontend rename.Chris Lattner
2009-03-09fix PR3768, Clang does -D__STDC_HOSTED__=1, even if -ffreestanding is passed.Chris Lattner
2009-03-09NeXT: Move some routines over to CreateMetadataVar.Daniel Dunbar
2009-03-09Fix PR3766, a really nasty silent miscompilation case where we emittedChris Lattner
2009-03-09Implement property '.' notation on Factory/Class objects. Parser changes aren...Steve Naroff
2009-03-09Tweak CreateMetadataVar, take the exact alignment instead of relyingDaniel Dunbar
2009-03-09More fix for bitfield ivar meta-data and code gen accessing it.Fariborz Jahanian
2009-03-09implement -Wsystem-headers, eliminating the wierd thing I added for testing.Chris Lattner
2009-03-09Teach GRSimpleVals::EvalNE and GRSimplVals::EvalEQ about TypedRegionViews andTed Kremenek
2009-03-09fix PR3764 - A redefinition of a pre-processor macro failsChris Lattner
2009-03-09convert this to use -verify.Chris Lattner
2009-03-09rename testChris Lattner
2009-03-09Add member template "MemRegion::getAs<RegionType>" that dynamically casts aTed Kremenek
2009-03-09Remove some dead spacing. No functionality change.Ted Kremenek
2009-03-09Fix typo in pref commit.Daniel Dunbar
2009-03-09NeXT: Add CreateMetadataVar utility method to encapsulate creation ofDaniel Dunbar
2009-03-09Revert r66423, which was not the right fix for this issue.Douglas Gregor
2009-03-09ccc: Parse -T{bss,data,text}, -iwithsysroot, -specs correctly.Daniel Dunbar
2009-03-09Fix a little FIXME, thanks to SebastianDouglas Gregor
2009-03-09Mark a non-type template parameter invalid if there was a problem with its typeDouglas Gregor
2009-03-09Rename DiagnoseIncompleteType to RequireCompleteType, and update the document...Douglas Gregor
2009-03-09Only track integer and pointer values.Zhongxing Xu