- Sep 07, 2011
-
-
Chad Rosier authored
preprocessor output) with multiple -arch options. llvm-svn: 139207
-
Bill Wendling authored
information for older linkers. llvm-svn: 139206
-
Owen Anderson authored
llvm-svn: 139205
-
Owen Anderson authored
Fixes PR10872 and <rdar://problem/10065079>. llvm-svn: 139204
-
Fariborz Jahanian authored
// rdar://10073896 llvm-svn: 139203
-
Jim Grosbach authored
llvm-svn: 139202
-
Enrico Granata authored
Refactoring of Get() methods in FormatManager/FormatCategory to have explicative names and return shared-pointers instead of bools Reduced the amount of memory required to avoid loops in DumpPrintableRepresentation() from 32 bits down to 1 bit - Additionally, disallowed creating summary strings of the form ${var%S} which did nothing but cause endless loops by definition llvm-svn: 139201
-
Jim Grosbach authored
llvm-svn: 139200
-
Jim Grosbach authored
llvm-svn: 139199
-
Johnny Chen authored
Also update the signature of WatchpointLocation::SetEnable() to take a bool as input arg. llvm-svn: 139198
-
Chandler Carruth authored
llvm-svn: 139197
-
Chandler Carruth authored
inspection. llvm-svn: 139196
-
Chandler Carruth authored
Clean up loops over the hints to use the more idiomatic iterator form in LLVM and Clang. llvm-svn: 139195
-
Jim Grosbach authored
llvm-svn: 139194
-
Jim Grosbach authored
llvm-svn: 139193
-
Nick Lewycky authored
these tests all infinitely recurse, bringing my system down into swapping hell. llvm-svn: 139192
-
Jim Grosbach authored
llvm-svn: 139191
-
Chandler Carruth authored
a defined interface. This isn't as nice as the previous one, but should get better as I push through better data types in all these functions. Also, I'm hoping to pull some aspects of this out into a common routine (such as tab expansion). Again, WIP, comments welcome as I'm going through. llvm-svn: 139190
-
- Sep 06, 2011
-
-
Jim Grosbach authored
llvm-svn: 139188
-
Richard Trieu authored
ExprResult LHS, RHS, Expr *LHSExpr, *RHSExpr QualType LHSType, RHSType Functions changed: CheckCompareOperands() llvm-svn: 139187
-
Nick Lewycky authored
handle anything more complex. Fixes PR10383 again! llvm-svn: 139186
-
Douglas Gregor authored
to look through SubstNonTypeTemplateParmExprs. Then, update the IR generation of CallExprs to actually use CallExpr::getCalleeDecl() rather than attempting to mimick its behavior (badly). Fixes <rdar://problem/10063539>. llvm-svn: 139185
-
Richard Trieu authored
ExprResult LHS, RHS, Expr *LHSExpr, *RHSExpr QualType LHSType, RHSType Functions changed: checkEnumComparison() diagnoseDistinctPointerComparison() convertPointersToCompositeType() diagnoseFunctionPointerToVoidComparison() llvm-svn: 139184
-
Richard Trieu authored
ExprResult LHS, RHS, Expr *LHSExpr, *RHSExpr QualType LHSType, RHSType Functions changed: DiagnoseBadShiftValues() CheckShiftOperands() llvm-svn: 139183
-
Richard Trieu authored
ExprResult LHS, RHS, Expr *LHSExpr, *RHSExpr QualType LHSType, RHSType Functions changed: diagnoseArithmeticOnTwoVoidPointers() checkArithmeticBinOpPointerOperands() diagnosePointerIncompatibility() CheckAdditionOperands() CheckSubtractionOperands() llvm-svn: 139182
-
Richard Trieu authored
ExprResult LHS, RHS, Expr *LHSExpr, *RHSExpr QualType LHSType, RHSType Functions changed: CheckVectorOperands() CheckMultiplyDivideOperands() CheckRemainderOperands() llvm-svn: 139181
-
Ted Kremenek authored
Place 'equality comparison with extraneous parentheses...' into a subgroup of -Wparentheses called -Wparentheses-equality. llvm-svn: 139180
-
Eli Friedman authored
llvm-svn: 139179
-
Douglas Gregor authored
llvm-svn: 139178
-
Jim Grosbach authored
llvm-svn: 139177
-
Richard Trieu authored
ExprResult LHS, RHS, Expr *LHSExpr, *RHSExpr QualType LHSType, RHSType Functions changed: CheckTransparentUnionArgumentConstraints() CheckSingleAssignmentConstraints() InvalidOperands() llvm-svn: 139176
-
Douglas Gregor authored
methods. Fixes PR10835 / <rdar://problem/10050178>. llvm-svn: 139175
-
Johnny Chen authored
llvm-svn: 139174
-
Richard Trieu authored
ExprResult LHS, RHS, Expr *LHSExpr, *RHSExpr QualType LHSType, RHSType Functions changed: CheckAssignmentConstraints() llvm-svn: 139173
-
Jim Grosbach authored
llvm-svn: 139172
-
Owen Anderson authored
llvm-svn: 139171
-
Richard Trieu authored
ExprResult LHS, RHS, Expr *LHSExpr, *RHSExpr QualType LHSType, RHSType Functions changed: checkPointerTypesForAssignment() checkBlockPointerTypesForAssignment() checkObjCPointerTypesForAssignment() CheckAssignmentConstraints() llvm-svn: 139170
-
Andrew Trick authored
llvm-svn: 139169
-
Jim Grosbach authored
llvm-svn: 139168
-
Richard Trieu authored
ExprResult LHS, RHS, Expr *LHSExpr, *RHSExpr QualType LHSType, RHSType Functions changed: DiagnoseConditionalForNull() CheckConditionalOperands() IsArithmeticBinaryExpr() DiagnoseConditionalPrecedence() llvm-svn: 139167
-