Age | Commit message (Expand) | Author |
2011-08-02 | Add a debugging dump for Module (also emitted as part of the AST | Douglas Gregor |
2011-08-02 | Generalize the module offset map to include mapping information for | Douglas Gregor |
2011-08-02 | Make helper functions static. | Benjamin Kramer |
2011-08-02 | Fix formatting of SemaExpr.cpp, mainly fixing lines greater than 80 characters. | Richard Trieu |
2011-08-01 | Revert "Re-enable byval for ARM in clang. rdar://problem/7662569" | Bob Wilson |
2011-08-01 | Add a skeleton for the Keychain Services API Checker. Register it as OSX expe... | Anna Zaks |
2011-08-01 | objective-c: reverse patch for // rdar://9818354 | Fariborz Jahanian |
2011-08-01 | Implement MipsABIInfo::EmitVAArg. This fix enables clang to complete compilation | Akira Hatanaka |
2011-08-01 | Driver: When compiling i386 -fapple-kext code, we fallback to llvmgcc. | Chad Rosier |
2011-08-01 | Pass records with non-trivial destructors or constructors indirectly. | Akira Hatanaka |
2011-08-01 | Fix linkage type for tentative definition of ivar offset variables (GNUstep r... | David Chisnall |
2011-08-01 | Move the serialization of the MODULE_OFFSET_MAP out of the source-manager-wri... | Douglas Gregor |
2011-08-01 | Rename the AST file's SOURCE_LOCATION_MAP to MODULE_OFFSET_MAP, to indicate t... | Douglas Gregor |
2011-07-31 | Remove dead code flagged by GCC's -Wunused-but-set-variable. | Benjamin Kramer |
2011-07-30 | Not sure why we bother updating FunctionDecl's EndRangeLoc in FunctionDecl::s... | Argyrios Kyrtzidis |
2011-07-30 | [libclang] Annotation of parameters that got default args from a previous dec... | Argyrios Kyrtzidis |
2011-07-30 | Introduce a Fix-It for the "missing sentinel" warning, adding an | Douglas Gregor |
2011-07-30 | Add code completion to produce "else" blocks after an "if" | Douglas Gregor |
2011-07-30 | When producing code completion results for variadic macros, fold the | Douglas Gregor |
2011-07-30 | Add the various parameter-passing keywords for Distributed Objects | Douglas Gregor |
2011-07-30 | Fix a thinko in my __is_empty/__is_pod commit. | Douglas Gregor |
2011-07-30 | Turn off __has_feature(is_empty) and __has_feature(is_pod) if the | Douglas Gregor |
2011-07-30 | When performing code completion after at @interface, allow both | Douglas Gregor |
2011-07-30 | When complaining about a non-POD second argument to va_arg, use a | Douglas Gregor |
2011-07-30 | Use the "Bar.h" -> <Foo/Bar.h> remapping for index header maps only as | Douglas Gregor |
2011-07-30 | objc rewriter - my last patch was not quite right. | Fariborz Jahanian |
2011-07-30 | objc rewriter - set the flag passed to _Block_object_assign/_Block_object_dis... | Fariborz Jahanian |
2011-07-29 | Teach the ASTImporter to cope with cases where we have already | Douglas Gregor |
2011-07-29 | Add support for the 'Q' arm memory constraint. | Eric Christopher |
2011-07-29 | [analyzer] Remove recursive visitation in ExprEngine::VisitDeclStmt because i... | Ted Kremenek |
2011-07-29 | [analyzer] Remove recursive visitation in ExprEngine::VisitCompoundLiteralExp... | Ted Kremenek |
2011-07-29 | [analyzer] Remove recursive visitation in ExprEngine::VisitCastExpr because i... | Ted Kremenek |
2011-07-29 | [analyzer] Remove recursive visitation in ExprEngine::VisitObjCForCollectionS... | Ted Kremenek |
2011-07-29 | [analyzer] Remove explicit argument processing from ExprEngine::VisitObjCMess... | Ted Kremenek |
2011-07-29 | [analyzer] Remove recursive visitation in ExprEngine::VisitLValObjCIvarRefExp... | Ted Kremenek |
2011-07-29 | [analyzer] tighten up ExprEngine::VisitObjCAtSynchronizationStmt(). | Ted Kremenek |
2011-07-29 | [analyzer] Remove recursive visitation in ExprEngine::VisitObjCPropertyRefExp... | Ted Kremenek |
2011-07-29 | [analyzer] Remove recursive visitation in ExprEngine::VisitCallExpr because i... | Ted Kremenek |
2011-07-29 | [analyzer] Remove recursive visitation in ExprEngine::VisitMemberExpr because... | Ted Kremenek |
2011-07-29 | [analyzer] Remove recursive visitation in ExprEngine::VisitLvalArraySubscript... | Ted Kremenek |
2011-07-29 | On Darwin, libc++ may be installed alongside the compiler in | Douglas Gregor |
2011-07-29 | Renamed Loaded member to ImportedBy, as it's easier to read. Added another s... | Jonathan D. Turner |
2011-07-29 | Remove some unnecessary single element array temporaries. | Jay Foad |
2011-07-29 | Make DiagnosticErrorTrap keep a count of the errors that occurred so multiple | Argyrios Kyrtzidis |
2011-07-29 | Remove unused debug function | Douglas Gregor |
2011-07-29 | In the ASTReader, replace the continuous range maps whose value types | Douglas Gregor |
2011-07-29 | Fix assertion failure in CodeGen where the input operand to an asm | Peter Collingbourne |
2011-07-29 | Fix an inconsistency in Sema::ConvertArgumentsForCall in that | Peter Collingbourne |
2011-07-29 | Move the base type ID from the ASTReader's global type map into the | Douglas Gregor |
2011-07-29 | Remove an unused function (found by Clang's -Wunused-function) | Chandler Carruth |