2009-04-26 |
Douglas Gregor | Turn of PCH by default. I got the info I was looking for |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Chris Lattner | split ObjC and C++ Statements out into their own headers. |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Eli Friedman | Correct the order of the parameters to CheckAssignmentC... |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Daniel Dunbar | Make this code a little more generic. |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Daniel Dunbar | Driver: Add -std-default= option. |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Daniel Dunbar | Add option for AddAllArgsTranslated to control whether... |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Chris Lattner | implement PCH support for the rest of ExprObjC.h, including |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Douglas Gregor | Another shot at switching PCH on by default, now that... |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Anders Carlsson | When calling the cleanup function specified by __attrib... |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Douglas Gregor | Don't read all of the records in the PCH file's preproc... |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Eli Friedman | Fix for PR4074: allow subscripting non-lvalue arrays... |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Chris Lattner | minor cleanups to ast-dump, use getBody(context). |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Douglas Gregor | Lazily load the controlling macros for all of the heade... |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Chris Lattner | "This fixes message sends to super in a way that both... |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Chris Lattner | minor diagnostics improvements. |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Eli Friedman | Minor simplification. |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Eli Friedman | Change isNullPointerConstant to be strict; hopefully... |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Eli Friedman | Make VerifyIntegerConstantExpr print extension warnings... |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Eli Friedman | Silence gcc warnings. |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Chris Lattner | fix PR4073 by making designated initializer checking... |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Douglas Gregor | Optimize the loading of an identifier from a PCH file... |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Douglas Gregor | PCH optimization for the identifier table, where we... |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Douglas Gregor | Revert my changes that try to avoid creating StringMap... |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Douglas Gregor | Start implementing the PTH IdentifierInfo-saving trick... |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Chris Lattner | fix PR4067: [Linux kernel] cannot aggregate codegen... |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Douglas Gregor | Tweak the data layout for the on-disk hash table of... |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Ted Kremenek | Updated checker build. |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Chris Lattner | remove a fixme that is already done. |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Douglas Gregor | Write the identifier offsets array into the PCH file... |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Chris Lattner | improve a diagnostic to make more sense. |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Chris Lattner | accept an ignore the no_instrument_function attribute... |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Chris Lattner | with the fixes for better invalid decl/type propagation... |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Douglas Gregor | Write the declaration and type offset arrays into the... |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Douglas Gregor | Load the selector table lazily from the PCH file. |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Steve Naroff | Fix indexing error in PCHStmtReader::VisitArraySubscrip... |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Steve Naroff | Add PCH support for ObjCMessageExpr (needed to build... |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Steve Naroff | Fixup comment. |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Steve Naroff | Fix a major bug in PCHReader::ReadSelectorBlock(). |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Chris Lattner | Change SemaType's "GetTypeForDeclarator" and "ConvertDe... |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Chris Lattner | change a couple more c++ sema methods to be based on... |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Chris Lattner | various "is invalid" cleanups for C++ ctors/dtors. |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Chris Lattner | This is a pretty big cleanup for how invalid decl/type... |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Douglas Gregor | Revert my PCH change. I'm happy now |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Douglas Gregor | Temporarily try to build with PCH by default. Revert... |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Chris Lattner | fix PR4049, a crash on invalid, by making sema install... |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Chris Lattner | rename getNumParmVarDeclsFromType back to getNumParams(), |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Chris Lattner | add a new helper function to FunctionDecl instead of... |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Chris Lattner | in: |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Daniel Dunbar | Driver: -mkernel disables default use of unwind tables... |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Chris Lattner | set NewFD->setInvalidDecl() in one place, sharing code... |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Daniel Dunbar | Driver: -mkernel and -fapple-kext imply -mno-red-zone. |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Daniel Dunbar | Fix pointer addressing and array subscripting of Object... |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Ted Kremenek | Hook up attribute 'objc_ownership_retain' to the analyz... |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Douglas Gregor | Make sure that the consumer sees all interested decls... |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Ted Kremenek | Add new checker-specific attribute 'objc_ownership_reta... |
commit | commitdiff | tree | snapshot |
2009-04-24 |
Chris Lattner | reject explicit pointer arithmetic on interface pointer... |
commit | commitdiff | tree | snapshot |
2009-04-24 |
Douglas Gregor | When we de-serialize an Objective-C protocol, hand... |
commit | commitdiff | tree | snapshot |
2009-04-24 |
Ted Kremenek | Hook up __attribute__((objc_ownership_returns)) to... |
commit | commitdiff | tree | snapshot |
2009-04-24 |
Ted Kremenek | Add new checker-specific attribute 'objc_ownership_retu... |
commit | commitdiff | tree | snapshot |
2009-04-24 |
Anders Carlsson | Add CXXExprWithCleanup |
commit | commitdiff | tree | snapshot |
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 |
next |