2009-03-11 |
Steve Naroff | Implement FIXME related to <rdar://problem/6496506... |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Douglas Gregor | Implement basic template instantiation for fields.... |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Ted Kremenek | '-o' option now supports relative paths. |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Ted Kremenek | Fix StmtIterator bug reported in PR 3780 where a VLA... |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Douglas Gregor | Add basic, hackish support for instantiation of typedef... |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Anders Carlsson | Add parser support for static_assert. |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Steve Naroff | Fix <rdar://problem/6655054> clang issues bogus error... |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Steve Naroff | Fix <rdar://problem/6578665> user declared setter metho... |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Zhongxing Xu | This test case checks if we get the right rvalue type... |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Zhongxing Xu | The RValueType of a TypedViewRegion should be the point... |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Zhongxing Xu | Do not stipulate the record type is a definition in... |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Duncan Sands | Correct for change of this name in LLVM. |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Zhongxing Xu | Fix crash when LHS of pointer arithmetic is not Element... |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Ted Kremenek | RegionStore::getLValueElement: Handle the case where... |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Ted Kremenek | Add utility method to BasicValueFactory to convert... |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Ted Kremenek | GRExprEngine::ProcessBranch: Don't register a "pretty... |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Chris Lattner | Improve the "bad receiver" warning for ObjC message... |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Ted Kremenek | Fix PR 3780: In one code path in BasicValueFactory... |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Ted Kremenek | GRExprEngine: Add pretty-stack trace printing for crash... |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Ted Kremenek | SimpleConstraintManager doesn't reason about bitwise... |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Ted Kremenek | GRExprEngine: For places we might conjure up a new... |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Ted Kremenek | Add accessor method. |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Ted Kremenek | Add accessor method to return a GRStateManager's intern... |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Ted Kremenek | Added method "canReasonAbout" to ConstraintManager... |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Ted Kremenek | Display the exploded graph before calling BugReporter... |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Ted Kremenek | Use the BugReports in BugReporter to determine the... |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Ted Kremenek | Add some iterators to BugReporter. |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Anders Carlsson | Use the right indentation |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Chris Lattner | Clear all the linetable state in clear(), fixing problems |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Chris Lattner | fix PR3258 by rejecting invalid numeric operands. |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Ted Kremenek | Remove space-break that interrupts one string literal... |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Fariborz Jahanian | More Next objc2's gc ivar layout bitmap work. |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Chris Lattner | checking for symbolic operands as well as % at end... |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Daniel Dunbar | Fix typo. |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Chris Lattner | position the caret properly on asm string diagnostics... |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Chris Lattner | reject invalid escape characters in extended-asm string... |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Daniel Dunbar | Driver: Add host info (add new files). |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Daniel Dunbar | Driver: Add host info (add new files). |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Douglas Gregor | Add type checking for tentative definitions at the... |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Daniel Dunbar | Driver: Add host info. |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Chris Lattner | add plumbing to report diagnostics back through sema... |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Chris Lattner | move the asm string analysis code out of codegen into... |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Douglas Gregor | Partial fix for PR3310, concerning type-checking for... |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Devang Patel | Emit super class debug info. |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Daniel Dunbar | Driver: Handle magic -ccc- options. |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Douglas Gregor | Extend the notion of active template instantiations... |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Douglas Gregor | If we run into multiple errors within the same template... |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Douglas Gregor | Add pretty-printing for class template specializations... |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Douglas Gregor | When pretty-printing an anonymous tag type that is... |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Douglas Gregor | Add a notion of "post-diagnostic hooks", which are... |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Fariborz Jahanian | ir-gen support for class getter/setter call |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Daniel Dunbar | Remove some now-unneeded calls to llvm::errs().flush(). |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Steve Naroff | Simplify SelectorTable::constructSetterName() usage... |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Anders Carlsson | Address Doug's comments wrt the mangler and fix Eli... |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Fariborz Jahanian | More objc2's gc meta-data work related to ivar layout... |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Chris Lattner | update this, C headers don't need hacks anymore. |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Ted Kremenek | Update analyzer build. |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Chris Lattner | Fix PR3682 by just disabling a broken assertion. This... |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Chris Lattner | reduce duplication of parsing code between %0 and ... |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Chris Lattner | move matching of named operands into AsmStmt class... |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Chris Lattner | reduce nesting, use memchr instead of explicit loop... |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Chris Lattner | Expand %= into ${:uid} so that the code generator emits... |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Ted Kremenek | BugReporter: |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Ted Kremenek | Adjust HTML diagnostics CSS to not use "smaller" for... |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Ted Kremenek | Add FullSourceLoc::getDecomposedLoc. |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Chris Lattner | add some helper methods to AsmStmt and add some comments. |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Chris Lattner | slightly simplify some code, pull the 'is simple asm... |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Ted Kremenek | PathDiagnosticControlFlowPiece: |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Ted Kremenek | Handle "Macro" PathDiagnosticPiece kind when getting... |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Daniel Dunbar | Forward -ftemplate-depth-<N> to clang's -ftemplate... |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Douglas Gregor | Limit the template instantiation depth to some user... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Daniel Dunbar | Backout r66408, we don't want handling of globals to... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Douglas Gregor | Add a test case that goes with the last commit |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Douglas Gregor | Implement template instantiation for ClassTemplateSpeci... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Daniel Dunbar | Reapply r66316, it got accidentally reverted in r66317. |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Ted Kremenek | scan-build: Also look for clang in the same directory... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Ted Kremenek | retain/release checker: Allow allocations to fail by... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Ted Kremenek | RegionStore::getElementLValue(): Handle the case where... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Ted Kremenek | Add test case for <rdar://problem/6659160>. |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Daniel Dunbar | NeXT: Set alignment on a number of ObjC metadata variab... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Chris Lattner | move -g option down into rest of codegen section |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Chris Lattner | move debug info generation flag into CompileOptions. |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Chris Lattner | update project for driver -> frontend rename. |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Chris Lattner | fix PR3768, Clang does -D__STDC_HOSTED__=1, even if... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Daniel Dunbar | NeXT: Move some routines over to CreateMetadataVar. |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Chris Lattner | Fix PR3766, a really nasty silent miscompilation case... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Steve Naroff | Implement property '.' notation on Factory/Class object... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Daniel Dunbar | Tweak CreateMetadataVar, take the exact alignment inste... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Fariborz Jahanian | More fix for bitfield ivar meta-data and code gen acces... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Chris Lattner | implement -Wsystem-headers, eliminating the wierd thing... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Ted Kremenek | Teach GRSimpleVals::EvalNE and GRSimplVals::EvalEQ... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Chris Lattner | fix PR3764 - A redefinition of a pre-processor macro... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Chris Lattner | convert this to use -verify. |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Chris Lattner | rename test |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Ted Kremenek | Add member template "MemRegion::getAs<RegionType>"... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Ted Kremenek | Remove some dead spacing. No functionality change. |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Daniel Dunbar | Fix typo in pref commit. |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Daniel Dunbar | NeXT: Add CreateMetadataVar utility method to encapsula... |
commit | commitdiff | tree | snapshot |
next |