2009-04-24 |
Chris Lattner | fix the sizeof error recovery issue (sizeof-interface... |
commit | commitdiff | tree | snapshot |
2009-04-24 |
Douglas Gregor | Fix a pasto in the lookup of instance methods in the... |
commit | commitdiff | tree | snapshot |
2009-04-24 |
Douglas Gregor | Once the protocol list has been loaded from the PCH... |
commit | commitdiff | tree | snapshot |
2009-04-24 |
Ted Kremenek | Fix the same false positive reported in PR 2542 and... |
commit | commitdiff | tree | snapshot |
2009-04-24 |
Douglas Gregor | Fix two small but very nasty bugs in the PCH writer... |
commit | commitdiff | tree | snapshot |
2009-04-24 |
Douglas Gregor | PCH support for the global method pool (= instance... |
commit | commitdiff | tree | snapshot |
2009-04-24 |
Fariborz Jahanian | Minor refactoring. No intended change in behavior. |
commit | commitdiff | tree | snapshot |
2009-04-24 |
Steve Naroff | Add PCH support for #import. |
commit | commitdiff | tree | snapshot |
2009-04-24 |
Ted Kremenek | Minor refactoring: pass selector to getCommonMethodSumm... |
commit | commitdiff | tree | snapshot |
2009-04-24 |
Ted Kremenek | retain/release checker: more hacks to workaround false... |
commit | commitdiff | tree | snapshot |
2009-04-24 |
Ted Kremenek | Sentence case bug name. |
commit | commitdiff | tree | snapshot |
2009-04-24 |
Ted Kremenek | retain/release checker: |
commit | commitdiff | tree | snapshot |
2009-04-24 |
Anders Carlsson | Make CXXTemporaryObjectExpr inherit from CXXConstructExpr. |
commit | commitdiff | tree | snapshot |
2009-04-24 |
Fariborz Jahanian | Avoid issuing spurious errors as side-effect of diagnosing |
commit | commitdiff | tree | snapshot |
2009-04-24 |
Fariborz Jahanian | Minor refactoring. No change in functionality. |
commit | commitdiff | tree | snapshot |
2009-04-24 |
Steve Naroff | Use cast_or_null instead of ternary operator (suggested... |
commit | commitdiff | tree | snapshot |
2009-04-24 |
Fariborz Jahanian | Some code clean up of objc2's bitmap layout. |
commit | commitdiff | tree | snapshot |
2009-04-24 |
Steve Naroff | Allow the next catoregory slot to be null. |
commit | commitdiff | tree | snapshot |
2009-04-24 |
Chris Lattner | fix rdar://6816766 - Crash with function-like macro... |
commit | commitdiff | tree | snapshot |
2009-04-24 |
Chris Lattner | simplification and speedup |
commit | commitdiff | tree | snapshot |
2009-04-24 |
Anders Carlsson | Fix assert. |
commit | commitdiff | tree | snapshot |
2009-04-24 |
Anders Carlsson | CXXTempVarDecls aren't looked up. Fixes tests. |
commit | commitdiff | tree | snapshot |
2009-04-24 |
Anders Carlsson | Add an ASTContext parameter to CXXTemporaryObjectExpr. |
commit | commitdiff | tree | snapshot |
2009-04-24 |
Anders Carlsson | Add a VarDecl parameter to the CXXTemporaryObjectExpr... |
commit | commitdiff | tree | snapshot |
2009-04-24 |
Anders Carlsson | Create a CXXConstructExpr instead of a CXXTemporaryObje... |
commit | commitdiff | tree | snapshot |
2009-04-24 |
Douglas Gregor | Make sure that ObjCCompatibleAlias and ObjCImplementati... |
commit | commitdiff | tree | snapshot |
2009-04-24 |
Anders Carlsson | Make the CXXConstructExpr public and add a StmtClass... |
commit | commitdiff | tree | snapshot |
2009-04-24 |
Anders Carlsson | Move the CXXConstructExpr before the CXXTemporaryObject... |
commit | commitdiff | tree | snapshot |
2009-04-24 |
Daniel Dunbar | Don't run dsymutil when making a fat executable direct... |
commit | commitdiff | tree | snapshot |
2009-04-24 |
Douglas Gregor | Eliminate Sema::ObjCAliasDecls. This is based on Steve... |
commit | commitdiff | tree | snapshot |
2009-04-24 |
Sanjiv Gupta | Clang part of r69947. Reverting back 69574 as it is... |
commit | commitdiff | tree | snapshot |
2009-04-24 |
Daniel Dunbar | Add a test case for a somewhat obscure scenario. |
commit | commitdiff | tree | snapshot |
2009-04-24 |
Douglas Gregor | Fix Objective-C crashes |
commit | commitdiff | tree | snapshot |
2009-04-24 |
Daniel Dunbar | We don't accept this test anymore in a non-fragile... |
commit | commitdiff | tree | snapshot |
2009-04-24 |
Chris Lattner | Fix rdar://6821047 - clang crashes on subscript of... |
commit | commitdiff | tree | snapshot |
2009-04-24 |
Douglas Gregor | Eliminate Sema::ObjCInterfaceDecls |
commit | commitdiff | tree | snapshot |
2009-04-24 |
Douglas Gregor | Eliminate Sema::ObjCImplementations, relying instead... |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Douglas Gregor | Eliminate Sema::ObjCProtocols. Instead, we place ObjCPr... |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Daniel Dunbar | Call ld, not collect2. |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Ted Kremenek | Refactor common logic in getMethodSummary() and getClas... |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Douglas Gregor | PCH support for categories in Objective-C interfaces. |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Douglas Gregor | PCH support for all of the predefined Objective-C types... |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Ted Kremenek | Further cleanups to isTrackedObjectType(). |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Fariborz Jahanian | Diagnose if an implementation implements a forward... |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Ted Kremenek | retain/release checker: Don't call isTrackedObject... |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Ted Kremenek | Temporarily remove expected warnings. |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Ted Kremenek | retain/release checker: For class methods, only treat... |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Chris Lattner | accept and ignore -Wconversion |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Ted Kremenek | Per discussions with Ken Ferry and Paul Marks (<rdar... |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Douglas Gregor | Fix handling of C99 "extern inline" semantics when... |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Devang Patel | Handle corner case where clang-cc is invoked directly... |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Ted Kremenek | Fix PR 4033: the analyzer shouldn't crash on computed... |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Steve Naroff | Remove @compatibility_alias regression. |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Ted Kremenek | BugReporter (extensive diagnostics): Recursively adjust... |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Chris Lattner | Fix rdar://6819438 - -Wmissing-noreturn not recognised... |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Fariborz Jahanian | Removed bunch of FIXMEs no longer needed. |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Ted Kremenek | BugReporter (extensive diagnostics): Ignore parentheses... |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Steve Naroff | More PushOnScopeChain() FIXME's. |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Steve Naroff | Sema::ActOnStartClassInterface(): Use PushOnScopeChains(). |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Steve Naroff | Add PCH read/write support for Objective-C Selectors. |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Daniel Dunbar | Mark IMAGE_INFO as constant on x86_64-darwin. |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Chris Lattner | fix a problem producing debug info with global blocks. |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Daniel Dunbar | Add implicit definition of objc_msgSend. |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Chris Lattner | implement debug info for _Complex. |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Chris Lattner | the logic for computing __func__ and friends is really... |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Chris Lattner | remove some gone files |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Daniel Dunbar | Don't build error/warning/assertion detection in the... |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Chris Lattner | some arm triples have weird characters in them, just... |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Chris Lattner | Silence warnings about common forms of -Wstrict-aliasin... |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Douglas Gregor | PCH (de-)serialization of the protocols in an ObjCInter... |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Douglas Gregor | Add the PCH reader stub for ObjCCompatibleAliasDecl |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Douglas Gregor | PCH support for ObjCPropertyImplDecl |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Douglas Gregor | The ivars in an ObjCImplementationDecl are now stored... |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Douglas Gregor | PCH support for ObjCCategoryImplDecl (which can't be... |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Douglas Gregor | PCH (de-)serialization for ObjCImplDecl. This can't... |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Anders Carlsson | Add a CXXConstructExpr that represents an implicit... |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Daniel Dunbar | Use std::sort instead of qsort. |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Douglas Gregor | Eliminate the three SmallVectors in ObjCImplDecl (for... |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Douglas Gregor | PCH support for Objective-C property declarations ... |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Fariborz Jahanian | ivar layout bitmap is alive! |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Douglas Gregor | Add PCH statistics for the number/percent of lexical... |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Ted Kremenek | Add PathDiagnosticRange to PathDiagnostics. These simpl... |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Douglas Gregor | Support locally-declared external declarations in PCH... |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Douglas Gregor | Clean up and de-XFAIL-ify PCH test for external definitions |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Chris Lattner | remove obsolete tests. |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Douglas Gregor | Support tentative definitions in precompiled headers... |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Douglas Gregor | Remove the serialization code that predates precompiled |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Douglas Gregor | Eliminate some FIXMEs in the PCH reader that were eithe... |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Douglas Gregor | Eliminate Sema::KnownFunctionIDs, so that Sema doesn... |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Ted Kremenek | BugReporter (extensive diagnostics): Use correct locati... |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Ted Kremenek | BugReporter (extensive diagnostics): always add an... |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Eli Friedman | Add handling for complex->int, int->complex float,... |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Douglas Gregor | Minimize the number and kind of "external definitions... |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Chris Lattner | Add missing dependency, patch by Jason Haslam! |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Douglas Gregor | Lazy loading of builtins for precompiled headers. |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Ted Kremenek | BugReporter (extensive diagnostics): |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Ted Kremenek | BugReporter (extensive diagnostic algorithm): The initi... |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Ted Kremenek | PathDiagnosticLocation: ranges for terminators now... |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Daniel Dunbar | Reapply r69771, with updates & fixes: |
commit | commitdiff | tree | snapshot |
next |