2009-02-25 |
Ted Kremenek | scan-build now looks for ccc-analyzer first in the... |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Ted Kremenek | Add experimental logic in GRExprEngine::EvalEagerlyAssu... |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Douglas Gregor | Improve location information on "reused" class template... |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Douglas Gregor | Perform additional semantic checking of class template |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Ted Kremenek | Do not automatically run the 'missing -dealloc' check... |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Daniel Dunbar | Temporarily disable clearing of insert point (to indica... |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Daniel Dunbar | Allow constant initializers to reference their defining... |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Douglas Gregor | Include the appropriate header for malloc |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Daniel Dunbar | Fold GeneraticStaticBlockVarDecl into callers. |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Douglas Gregor | Implement parsing of nested-name-specifiers that involv... |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Daniel Dunbar | Pull COdeGenFunction::CreateStaticBlockVarDecl (just... |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Chris Lattner | add c++ search path for GCC 4.2, PR3668, patch by Pawel... |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Anders Carlsson | Use CheckAssignmentConstraints for checking the cleanup... |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Douglas Gregor | C99 DR #316 implies that the function parameter types... |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Gabor Greif | fix (hopefully) some validation errors |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Gabor Greif | minor tweaks to readability |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Chris Lattner | update |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Chris Lattner | Headers are basically done, debug info is just about... |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Chris Lattner | clang seems "generally useful" for c and objc by now... |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Eli Friedman | Minor cleanup for IntToBlockPointer so it applies to... |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Ted Kremenek | retain/release checker: Implement basic tracking of... |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Ted Kremenek | Implement 'Add' method for GRStatePartialTrait<Immutabl... |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Devang Patel | Fix comments. |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Devang Patel | Enable debug info emission for objc methods. |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Daniel Dunbar | Remove a FIXME; I was mistaken in believing gcc rejecte... |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Ted Kremenek | Fix condition in ccc-analyzer that would cause the... |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Fariborz Jahanian | Minor refactoring. |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Fariborz Jahanian | patch for two things. |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Ted Kremenek | Fix broken logic from my last commit. Branches only... |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Ted Kremenek | Fix diagnostic regression where the leak diagnostic... |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Devang Patel | If Loc is invalid (e.g. "self" in Objective-C) then... |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Chris Lattner | handle @encode interactions with array initializers. |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Chris Lattner | rename CheckStringLiteralInit to CheckStringInit and... |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Chris Lattner | make SemaRef be a reference to sema, not a pointer. |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Chris Lattner | move InitListChecker to be private to SemaInit.cpp |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Chris Lattner | Make CheckSingleInitializer a static function in SemaIn... |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Chris Lattner | make CheckStringLiteralInit a static function in SemaIn... |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Chris Lattner | change IsStringLiteralInit into a static function in... |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Chris Lattner | move some initialization checking code from SemaDecl.cpp |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Chris Lattner | first wave of fixes for @encode sema support. This... |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Ted Kremenek | ccc-analyzer: Don't analyze files with '-arch ppc'... |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Chris Lattner | some minor cleanups, handle ObjCEncodeExpr in a couple... |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Chris Lattner | improve comments. |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Fariborz Jahanian | Set flag for -fobjc-gc in IMAGE_INFO variable. |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Douglas Gregor | When we're declaring an object or function with linkage... |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Douglas Gregor | Extend the implicit declaration and checking against... |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Ted Kremenek | retain/release checker: |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Daniel Dunbar | Fix IRgen of constant expressions referring to external... |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Daniel Dunbar | Some initial Obj-C zero cost EH support. |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Daniel Dunbar | Add a very primitive clang based multifile 'delta'. |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Daniel Dunbar | Add a note about an IRgen optimization opportunity. |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Chris Lattner | Fix PR3635 by handling ## magically |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Douglas Gregor | In C, when we see a function declaration within a local... |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Anders Carlsson | Prevent accidental copying of CodeGenFunction and CodeG... |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Anders Carlsson | Pass the CodeGenModule object to GenerateBlockFunction... |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Mike Stump | Ensure that we can't break or continue out of a block. |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Ted Kremenek | scan-build: Prune off any trailing '/' characters in... |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Ted Kremenek | Fix <rdar://problem/6611677>: Add basic transfer functi... |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Daniel Dunbar | Fix two @synchronized bugs found by inspection: the... |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Ted Kremenek | PTH: Cache *un-cleaned* spellings for literals instead... |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Douglas Gregor | Improve merging of function declarations. Specifically: |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Ted Kremenek | PTH: When emitting tokens for literals with cached... |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Ted Kremenek | Updated checker build. |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Daniel Dunbar | ccc: Don't remove result files on error when -save... |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Ted Kremenek | Move PTHStatCache within the anonymous namespace. |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Ted Kremenek | Tidy up 'ExecutionContinues' to distinguish between... |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Ted Kremenek | Find 'clang' in 'bin' subdirectory instead of 'cbin'. |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Ted Kremenek | Tidy up the path diagnostic generation logic in BugRepo... |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Chris Lattner | fix rdar://6611778, a redefinition of an interface... |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Daniel Dunbar | Goodbye old-ccc; please use tools/ccc/ccc. |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Fariborz Jahanian | We should not generate __weak write barrier on indirect... |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Steve Naroff | - Generate error for protocol qualifiers on 'Class'. |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Steve Naroff | Revert http://llvm.org/viewvc/llvm-project?view=rev... |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Chris Lattner | Add copy assignment operator, caught by doug. |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Ted Kremenek | Add more boilerplate logic to more accurately reason... |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Daniel Dunbar | Add low level support for generating invoke instead... |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Ted Kremenek | Fix 80 col. violations. |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Ted Kremenek | Per Chris L.'s suggestion, use getAsFunctionType()... |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Steve Naroff | Remove isSuperExpr(), which ignores any casts on 'super'. |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Eli Friedman | A few small improvements to Evaluate for stuff I noted... |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Ted Kremenek | retain/release checker: For now don't track the retain... |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Ted Kremenek | More retain/release naming convention tests. |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Ted Kremenek | Remove typo. |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Ted Kremenek | '[NSAutoreleasePool addObject:]' has an 'autorelease... |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Steve Naroff | Sema::ActOnInstanceMessage(): Tighen up the lookup... |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Ted Kremenek | Add test case for PR 2599. |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Steve Naroff | Minor cleanup, replace bool with qual_empty(). |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Steve Naroff | Contains the following (related to problems found while... |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Anders Carlsson | Make sure to reset the DidCallStackSave variable before... |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Fariborz Jahanian | More objc gc work. Match gcc's treatment of ivar access |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Mike Stump | Copy some clenaups from Eli to code that I copied.... |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Mike Stump | Cleanp code with some recent suggestions. |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Eli Friedman | A bit of Evaluate cleanup. Also, a full audit of what... |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Ted Kremenek | Update to checker-0.162 (fixed header issue in tar... |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Ted Kremenek | Reverted back to checker-0.161 because of a header... |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Ted Kremenek | Updated checker build. |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Daniel Dunbar | x86_64 ABI: Actually, we can always pass things we... |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Daniel Dunbar | ccc: Remove unknown host warning, it was breaking gcc... |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Eli Friedman | Fix test to be legal on 64-bit systems. |
commit | commitdiff | tree | snapshot |
next |