aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-07-25Clang: Silence warnings (1/3)linaro_android_4.3Paul Beeler
2013-07-25clang: Build with -fno-strict-aliasingBernhard Rosenkraenzer
2013-03-18Update Clang for merge to r177345.android-4.3_r2.3android-4.3_r2.2android-4.3_r2.1android-4.3_r2android-4.3_r1.1android-4.3_r1android-4.3_r0.9.1android-4.3_r0.9tools_r22.2jb-mr2.0-releasejb-mr2-releasejb-mr2-devStephen Hines
2013-03-18Merge branch 'upstream' into merge_2013_03_18Stephen Hines
2013-03-18PR15539: Record "evaluating if/elif condition" flag in the right placeDavid Blaikie
2013-03-18Update testcase for r177340.Bill Wendling
2013-03-18[frontend] Initialize the diagnostic client before loading an ast file.Argyrios Kyrtzidis
2013-03-18Add missing diagnostic for a nested-name-specifier on a free-standing type de...Richard Smith
2013-03-18[PCH] Fix assertion hit related to enum decls inside templated funtions.Argyrios Kyrtzidis
2013-03-18This code works around what appears to be a bug in another part of clang.Reed Kotler
2013-03-18Add a linebreak. Linebreaks are cool.Richard Smith
2013-03-18C++11 status: mark 'extended integral types' as N/A, since we don't supportRichard Smith
2013-03-18Bring inheriting constructor implementation up-to-date with current defectRichard Smith
2013-03-18Centralize the recording of which tools have been constructed.Rafael Espindola
2013-03-18[analyzer] Warn when a ‘nil’ object is added to NSArray or NSMutableArray.Anna Zaks
2013-03-18Objective-C modern translator. Don't put line infoFariborz Jahanian
2013-03-18Use early returns when checking if we already constructed a tool and whenRafael Espindola
2013-03-18Remove unused argument.Rafael Espindola
2013-03-18Pass an ArgList to every toolchain constructor. Remove the useIntegratedAsRafael Espindola
2013-03-18Inline ShouldUseIntegratedAssembler and move the documentation toRafael Espindola
2013-03-18Refactor a bit of duplicated code to useIntegratedAs.Rafael Espindola
2013-03-18Remove unused argument.Rafael Espindola
2013-03-18Remove unused argument.Rafael Espindola
2013-03-18Fix clang-format segfault.Daniel Jasper
2013-03-18ObjCDictionaryElements are pod-like.Benjamin Kramer
2013-03-18Make sure to use same EABI version for external assembler as for integrated as.Anton Korobeynikov
2013-03-17Generalize a few debug info test casesDavid Blaikie
2013-03-16revert r177211 due to its potential issuesManman Ren
2013-03-16[analyzer] Model trivial copy/move assignment operators with a bind as well.Jordan Rose
2013-03-16Remove -Wspellcheck and replace it with a diagnostic option.Argyrios Kyrtzidis
2013-03-16[analyzer] Separate graph trimming from creating the single-path graph.Jordan Rose
2013-03-16[analyzer] Eliminate InterExplodedGraphMap class and NodeBackMap typedef.Jordan Rose
2013-03-16[analyzer] Don't repeat a bug equivalence class if every report is invalid.Jordan Rose
2013-03-16Exploit this-return of a callsite in a this-return function.Manman Ren
2013-03-15Improve template diffing handling of default integer values.Richard Trieu
2013-03-15[analyzer] Address a TODO in the StreamChecker; otherwise the output is non-d...Anna Zaks
2013-03-15[analyzer] Use isLiveRegion to determine when SymbolRegionValue is dead.Anna Zaks
2013-03-15[analyzer] BugReporterVisitors: handle the case where a ternary operator is w...Anna Zaks
2013-03-15[analyzer] Address Jordan’s review of r177138 (a micro optimization)Anna Zaks
2013-03-15Fix buffer underrun (invalid read) triggered during diagnostic rendering. Th...Ted Kremenek
2013-03-15[modules] Don't record the macros from the predefines buffer.Argyrios Kyrtzidis
2013-03-15<rdar://problem/13426257> Introduce SDKSettings.plist as an input file depend...Douglas Gregor
2013-03-15Simplify print logic, per feedback from Jordan Rose.Ted Kremenek
2013-03-15Enhance -Wtautological-constant-out-of-range-compare to include the name of t...Ted Kremenek
2013-03-15[analyzer] Make GRBugReporter::generatePathDiagnostic iterative, not recursive.Jordan Rose
2013-03-15[analyzer] Collect stats on the max # of bug reports in an equivalence class.Jordan Rose
2013-03-15[analyzer] Include opcode in dumping a SymSymExpr.Jordan Rose
2013-03-15[analyzer] Look through ExprWhenCleanups when trying to track a NULL.Jordan Rose
2013-03-15Add some assertions to appease the static analyzer.Jordan Rose
2013-03-15Remove unnecessary default in covered switch over enumDavid Blaikie