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