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 |
2009-02-22 |
Ted Kremenek | Fix regression in naming convention derivation: a metho... |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Eli Friedman | Eliminate a bunch of code which should be dead. |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Daniel Dunbar | x86_64 ABI: Make sure to pass vectors that we want... |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Eli Friedman | Throw the switch to exclusively use Evaluate (along... |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Daniel Dunbar | x86_64 ABI: Pass 32-bit vectors as Integer to match... |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Daniel Dunbar | ABITestGen: Use explicit list of vector types instead... |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Daniel Dunbar | x86_64 ABI: Classify <1 x i64> as INTEGER (match gcc... |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Eli Friedman | Enhance Evaluate to handle ObjC qualified id and class... |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Eli Friedman | Fix for PR3433: map __alignof__ to preferred alignment... |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Eli Friedman | Last part of PR3254: use the same alignment computation... |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Eli Friedman | Improvements to ASTContext::getDeclAlignInBytes; fixes... |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Steve Naroff | Remove debugging statement. |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Anders Carlsson | Match gcc and always perform array/function conversion... |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Anders Carlsson | Correctly encode incomplete and variable length arrays... |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Daniel Dunbar | ccc: Remove temporary files used in compilation, and... |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Eli Friedman | Sanity fix for PR3642: if we're treating a diagnostic... |
commit | commitdiff | tree | snapshot |
2009-02-21 |
Daniel Dunbar | Force arch for these test cases. |
commit | commitdiff | tree | snapshot |
2009-02-21 |
Fariborz Jahanian | local array of objects are non-gc'able. |
commit | commitdiff | tree | snapshot |
next |