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 |
2009-03-09 |
Douglas Gregor | Revert r66423, which was not the right fix for this... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Daniel Dunbar | ccc: Parse -T{bss,data,text}, -iwithsysroot, -specs... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Douglas Gregor | Fix a little FIXME, thanks to Sebastian |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Douglas Gregor | Mark a non-type template parameter invalid if there... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Douglas Gregor | Rename DiagnoseIncompleteType to RequireCompleteType... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Zhongxing Xu | Only track integer and pointer values. |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Zhongxing Xu | Now we do not retrieve untyped regions. |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Chris Lattner | do not warn about -=/=- confusion with macros, thanks... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Chris Lattner | link to blocks dox |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Chris Lattner | add some description of the block language extension. |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Chris Lattner | The long-rumored blocks implementation document. |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Zhongxing Xu | Fix a serious bug in RegionStore: we got the new state... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Mike Stump | Be sure to never create two functions with the same... |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Fariborz Jahanian | Code refactoring. No functional change. |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Chris Lattner | the macro redefinition ext warning should default to... |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Chris Lattner | this test isn't testing anything. |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Chris Lattner | undefined -> unspecified. Thanks Mike. |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Chris Lattner | implement PR3753, warning about comparisons with a... |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Steve Naroff | Remove dead clause (we decided not to support protocol... |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Steve Naroff | Improvements to private method lookup. |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Chris Lattner | add \n characters to the scratch buffer *before* return... |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Chris Lattner | generalize the "end of line" checking logic to stop... |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Chris Lattner | simplify some logic by making ScratchBuffer handle... |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Chris Lattner | Update DeclNodes.def to reflect the move of ObjCCategor... |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Chris Lattner | improve comments for MemberExpr. |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Chris Lattner | refine the "use of unary operator that may be intended... |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Chris Lattner | add rdar# |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Anders Carlsson | Make mangling work with anonymous tag types. Doug,... |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Chris Lattner | fix test |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Anders Carlsson | Mangle Objective-C interfaces correctly (where correctl... |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Eli Friedman | Make constant emission for @encode use the common strin... |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Fariborz Jahanian | correct bitfield ivar offset in ivar meta-data. |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Mike Stump | Fix warnings in build on clang-x86_64-freebsd buildbot. |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Sanjiv Gupta | Mangle param names with .arg. only. |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Mike Stump | Fixup our uses of various linkages to match how llvm... |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Mike Stump | If someone could figure out this is necessary, that... |
commit | commitdiff | tree | snapshot |
next |