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 |
2009-02-21 |
Steve Naroff | More work to integrate newly added ObjCQualifiedClassTy... |
commit | commitdiff | tree | snapshot |
2009-02-21 |
Daniel Dunbar | Put compiler headers in <prefix>/lib/clang/1.0/include (vs |
commit | commitdiff | tree | snapshot |
2009-02-21 |
Steve Naroff | Add support for GCC ObjC extension "Class<protocol... |
commit | commitdiff | tree | snapshot |
2009-02-21 |
Mike Stump | The blocks ABI is wrong, add a FIXME. |
commit | commitdiff | tree | snapshot |
2009-02-21 |
Mike Stump | Add CodeGen support for the helper for BlockDeclRefExpr... |
commit | commitdiff | tree | snapshot |
2009-02-21 |
Steve Naroff | Warn about bogus protocol qualifiers. |
commit | commitdiff | tree | snapshot |
2009-02-21 |
Fariborz Jahanian | Warn on use of __weak attribute on local |
commit | commitdiff | tree | snapshot |
2009-02-21 |
Fariborz Jahanian | Fix a bug whereby a pointer to a __weak was not recognized |
commit | commitdiff | tree | snapshot |
2009-02-21 |
Ted Kremenek | Use llvm::StringsEqualNoCase instead of strncasecmp. |
commit | commitdiff | tree | snapshot |
2009-02-21 |
Fariborz Jahanian | Fixed an ICE in meta-data generation of __weak/__strong... |
commit | commitdiff | tree | snapshot |
2009-02-21 |
Daniel Dunbar | Evaluation of unary deref could call integer evaluator... |
commit | commitdiff | tree | snapshot |
2009-02-21 |
Cedric Venet | Fix build on windows. |
commit | commitdiff | tree | snapshot |
2009-02-21 |
Steve Naroff | Add test case to record a couple inconsistencies with... |
commit | commitdiff | tree | snapshot |
2009-02-21 |
Steve Naroff | This fixes <rdar://problem/6497650> More type mismatche... |
commit | commitdiff | tree | snapshot |
2009-02-21 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2009-02-21 |
Ted Kremenek | Improved naming convention heuristics in the retain... |
commit | commitdiff | tree | snapshot |
2009-02-21 |
Ted Kremenek | Update scan-build help diagnostic. |
commit | commitdiff | tree | snapshot |
2009-02-21 |
Ted Kremenek | Only create a preprocessed file for an ignored attribut... |
commit | commitdiff | tree | snapshot |
2009-02-21 |
Eli Friedman | Slight tweak to last commit: make sure to copy CVR... |
commit | commitdiff | tree | snapshot |
2009-02-21 |
Eli Friedman | Re-fix r65140 correctly. |
commit | commitdiff | tree | snapshot |
2009-02-21 |
Fariborz Jahanian | Handle case of none gc'able objects regardless of their |
commit | commitdiff | tree | snapshot |
2009-02-21 |
Daniel Dunbar | Emit extern_weak when needed. |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Daniel Dunbar | We must always mangle attribute overloadable functions... |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Steve Naroff | Fix <rdar://problem/6500554> missing objc error message. |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Chris Lattner | switch the macroinfo argument lists from being allocate... |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Chris Lattner | detemplatify setArgumentList and some other cleanups. |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Chris Lattner | require the MAcroInfo objects are explcitly destroyed. |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Ted Kremenek | Make 'RangeConstraintManager' the default ConstraintMan... |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Chris Lattner | allocate and dellocate objc decl list through AST Conte... |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Chris Lattner | fix indentation |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Chris Lattner | silence some warnings in no asserts mode. |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Chris Lattner | add plumbing to get ASTContext& down to allocation... |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Chris Lattner | newly factored, we can now move the set and destroy... |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Chris Lattner | factor a bunch of common code out of the ObjCList templ... |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Ted Kremenek | Greatly simplify the logic in ExplodedGraphImpl::TrimGr... |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Chris Lattner | prune #includes |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Chris Lattner | rename ObjCList::clear() -> ObjCList::Destroy(). Requi... |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Chris Lattner | rearrange the contents of DeclObjC to be by-class.... |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Daniel Dunbar | Unbreak Darwin PIC handling; my refactoring yesterday... |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Chris Lattner | more random cleanups, add some fixme's. ObjCCategoryIm... |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Chris Lattner | destroy should forward to base class. |
commit | commitdiff | tree | snapshot |
next |