aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2011-08-02Add a debugging dump for Module (also emitted as part of the ASTDouglas Gregor
2011-08-02Generalize the module offset map to include mapping information forDouglas Gregor
2011-08-02Make helper functions static.Benjamin Kramer
2011-08-02Fix formatting of SemaExpr.cpp, mainly fixing lines greater than 80 characters.Richard Trieu
2011-08-01Revert "Re-enable byval for ARM in clang. rdar://problem/7662569"Bob Wilson
2011-08-01Add a skeleton for the Keychain Services API Checker. Register it as OSX expe...Anna Zaks
2011-08-01objective-c: reverse patch for // rdar://9818354Fariborz Jahanian
2011-08-01Implement MipsABIInfo::EmitVAArg. This fix enables clang to complete compilationAkira Hatanaka
2011-08-01Driver: When compiling i386 -fapple-kext code, we fallback to llvmgcc.Chad Rosier
2011-08-01Pass records with non-trivial destructors or constructors indirectly.Akira Hatanaka
2011-08-01Fix linkage type for tentative definition of ivar offset variables (GNUstep r...David Chisnall
2011-08-01Move the serialization of the MODULE_OFFSET_MAP out of the source-manager-wri...Douglas Gregor
2011-08-01Rename the AST file's SOURCE_LOCATION_MAP to MODULE_OFFSET_MAP, to indicate t...Douglas Gregor
2011-07-31Remove dead code flagged by GCC's -Wunused-but-set-variable.Benjamin Kramer
2011-07-30Not 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-30Introduce a Fix-It for the "missing sentinel" warning, adding anDouglas Gregor
2011-07-30Add code completion to produce "else" blocks after an "if"Douglas Gregor
2011-07-30When producing code completion results for variadic macros, fold theDouglas Gregor
2011-07-30Add the various parameter-passing keywords for Distributed ObjectsDouglas Gregor
2011-07-30Fix a thinko in my __is_empty/__is_pod commit.Douglas Gregor
2011-07-30Turn off __has_feature(is_empty) and __has_feature(is_pod) if theDouglas Gregor
2011-07-30When performing code completion after at @interface, allow bothDouglas Gregor
2011-07-30When complaining about a non-POD second argument to va_arg, use aDouglas Gregor
2011-07-30Use the "Bar.h" -> <Foo/Bar.h> remapping for index header maps only asDouglas Gregor
2011-07-30objc rewriter - my last patch was not quite right.Fariborz Jahanian
2011-07-30objc rewriter - set the flag passed to _Block_object_assign/_Block_object_dis...Fariborz Jahanian
2011-07-29Teach the ASTImporter to cope with cases where we have alreadyDouglas Gregor
2011-07-29Add 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-29On Darwin, libc++ may be installed alongside the compiler inDouglas Gregor
2011-07-29Renamed Loaded member to ImportedBy, as it's easier to read. Added another s...Jonathan D. Turner
2011-07-29Remove some unnecessary single element array temporaries.Jay Foad
2011-07-29Make DiagnosticErrorTrap keep a count of the errors that occurred so multipleArgyrios Kyrtzidis
2011-07-29Remove unused debug functionDouglas Gregor
2011-07-29In the ASTReader, replace the continuous range maps whose value typesDouglas Gregor
2011-07-29Fix assertion failure in CodeGen where the input operand to an asmPeter Collingbourne
2011-07-29Fix an inconsistency in Sema::ConvertArgumentsForCall in thatPeter Collingbourne
2011-07-29Move the base type ID from the ASTReader's global type map into theDouglas Gregor
2011-07-29Remove an unused function (found by Clang's -Wunused-function)Chandler Carruth