aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2013-03-19Test case for r177439 and r177440.Chad Rosier
2013-03-19Objective-C [qoi]: Provide improved parse diagnostics whenFariborz Jahanian
2013-03-19Relax test to allow for attributes on other architectures. Caught by powerpc6...Adrian Prantl
2013-03-19Update test for r177413.Chad Rosier
2013-03-19Don't try to set attributes in alias, they have none.Rafael Espindola
2013-03-19Go back to using the integrated assembler on windows ever when passedRafael Espindola
2013-03-19[ASan] Make -fsanitize=address always imply -fsanitize=init-orderAlexey Samsonov
2013-03-19Add a clarifying note when a return statement is rejected becauseJohn McCall
2013-03-19<rdar://problem/13363214> Eliminate race condition between module rebuild and...Douglas Gregor
2013-03-19PR15383: When -fsanitize=float-cast-overflow checks a float-to-int conversion,Richard Smith
2013-03-18[libclang] Modify clang_getCursorType to be able to handle a function templat...Argyrios Kyrtzidis
2013-03-18documentation comment parsing. Added couple of Fariborz Jahanian
2013-03-18Diagnose uses of 'alignof' on functions in -pedantic mode.Richard Smith
2013-03-18Test case for r177347.Chad Rosier
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-18Bring inheriting constructor implementation up-to-date with current defectRichard Smith
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-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-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] 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-15Enhance -Wtautological-constant-out-of-range-compare to include the name of t...Ted Kremenek
2013-03-15[analyzer] Look through ExprWhenCleanups when trying to track a NULL.Jordan Rose
2013-03-15ClangTool output cleanupEdwin Vane
2013-03-15Force column info only for direct inlined functions. This should strikeAdrian Prantl
2013-03-15c: Also chek for integer overflow for '%' operator.Fariborz Jahanian
2013-03-15c: add the missing binary operatory when checkingFariborz Jahanian
2013-03-15Fixup for r176934. More careful setup of path to llvm-symbolizerAlexey Samsonov
2013-03-15[analyzer] Teach trackNullOrUndef to look through ternary operatorsAnna Zaks
2013-03-15PR15290: 'this' is not permitted in the declaration of a friend function,Richard Smith
2013-03-14Diagnose about extern "C" functions returning c++ objectsFariborz Jahanian
2013-03-14Don't try to typo-correct 'super' in an objc method.Argyrios Kyrtzidis
2013-03-14Add a testcase for r177118.Adrian Prantl
2013-03-14[analyzer] Change the way in which IDC Visitor decides to kick in and make su...Anna Zaks
2013-03-14[PR15513/<rdar://problem/13409707>] Template arguments in diagnostics aren't ...Douglas Gregor
2013-03-14Allocate stack storage for .block_descriptor and captured self at -O0.Adrian Prantl
2013-03-14[analyzer] Fix scan-build's -stats mode.Jordan Rose
2013-03-14[ASan] Make -fsanitize=address imply -fsanitize=init-order (if the latter is ...Alexey Samsonov
2013-03-14Add support for the 'endian' attribute for OpenCL.Joey Gouly
2013-03-14Flag that friend function definitions are "late parsed" so thatJohn McCall