Age | Commit message (Expand) | Author |
2009-03-10 | Add type checking for tentative definitions at the end of the | Douglas Gregor |
2009-03-10 | Driver: Add host info. | Daniel Dunbar |
2009-03-10 | add plumbing to report diagnostics back through sema for malformed asmstrings. | Chris Lattner |
2009-03-10 | move the asm string analysis code out of codegen into common | Chris Lattner |
2009-03-10 | Partial fix for PR3310, concerning type-checking for tentative | Douglas Gregor |
2009-03-10 | Emit super class debug info. | Devang Patel |
2009-03-10 | Driver: Handle magic -ccc- options. | Daniel Dunbar |
2009-03-10 | Extend the notion of active template instantiations to include the | Douglas Gregor |
2009-03-10 | If we run into multiple errors within the same template instantiation, | Douglas Gregor |
2009-03-10 | Add pretty-printing for class template specializations, e.g., | Douglas Gregor |
2009-03-10 | When pretty-printing an anonymous tag type that is associated with a typedef,... | Douglas Gregor |
2009-03-10 | Add a notion of "post-diagnostic hooks", which are callbacks attached | Douglas Gregor |
2009-03-10 | ir-gen support for class getter/setter call | Fariborz Jahanian |
2009-03-10 | Remove some now-unneeded calls to llvm::errs().flush(). | Daniel Dunbar |
2009-03-10 | Simplify SelectorTable::constructSetterName() usage... | Steve Naroff |
2009-03-10 | Address Doug's comments wrt the mangler and fix Eli's test case | Anders Carlsson |
2009-03-10 | More objc2's gc meta-data work related to ivar layout bitmap. | Fariborz Jahanian |
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 | Handle "Macro" PathDiagnosticPiece kind when getting string identifier. | Ted Kremenek |
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 | Implement template instantiation for ClassTemplateSpecializationTypes, | Douglas Gregor |
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 | NeXT: Set alignment on a number of ObjC metadata variables (matching llvm-gcc). | Daniel Dunbar |
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 | 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 | 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 | 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 |