aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2012-08-31don't warn about unused values when the unused value is a statement expressio...Chris Lattner
2012-08-31Normalize line endings of r163013 (part 2).Joao Matos
2012-08-31Thread-safety analysis: fix handling of LOCK_RETURNED attribute so that theDeLesley Hutchins
2012-08-31Thread-safety analysis: fix handling of string constants in mutexDeLesley Hutchins
2012-08-31Normalize line endings of r163022.Joao Matos
2012-08-31Emulate MSVC's preprocessor macro argument separator behavior by not consider...Joao Matos
2012-08-31objective-C ARC; detect and warn on retain cycle whenFariborz Jahanian
2012-08-31Improved MSVC __interface support by adding first class support for it, inste...Joao Matos
2012-08-31[analyzer] RetainCountChecker: don't assume all functions have names.Jordan Rose
2012-08-31[analyzer] Though C++ inlining is enabled, don't inline ctors and dtors.Jordan Rose
2012-08-31[analyzer] Ensure that PathDiagnostics profile the same regardless of path.Jordan Rose
2012-08-31Change the representation of builtin functions in the ASTEli Friedman
2012-08-30objective-C ARC: under -Wexplicit-ownership-type diagnose thoseFariborz Jahanian
2012-08-30[analyzer] Make analyzer-ipa=dynamic-bifurcate the default.Anna Zaks
2012-08-30[analyzer] Fixup for r162935 as per Jordan's review.Anna Zaks
2012-08-30The presence of a user-*declared* constructor makes the defaultDouglas Gregor
2012-08-30Add -Wduplicate-enum warning. Clang will emit this warning when an implicitlyRichard Trieu
2012-08-30Extend the "__is_pod" hack, which demotes various type trait keywordsDouglas Gregor
2012-08-30[analyzer] Do not propagate the [super init] could be nil assumptionAnna Zaks
2012-08-30Teach RetainCountChecker about 'pragma clang arc_cf_code_audited'.Ted Kremenek
2012-08-30Make preprocessor act in a GCC-compatible fashion when a macro is redefinedRichard Smith
2012-08-30PR13652: Don't assume the parameter array on a FunctionTypeLoc for a lambda willRichard Smith
2012-08-30Reland r160052: Default to -std=c++11 on Windows.Nico Weber
2012-08-30Fix a crash in type merging with enum types.Eli Friedman
2012-08-30Make this test portable.Ted Kremenek
2012-08-29[analyzer] Stop tracking symbols based on a retain count summary ofAnna Zaks
2012-08-29[analyzer] Fixup 162863.Anna Zaks
2012-08-29Fix serious regression introduced in r157780 where __attribute__((NSObject))Ted Kremenek
2012-08-29Fix PR reference in test.Eli Friedman
2012-08-29Fix run-line for test.Eli Friedman
2012-08-29[analyzer] Improved diagnostic pruning for calls initializing values.Anna Zaks
2012-08-29Make alignment computation for pointer values for builtins handleEli Friedman
2012-08-29Define __mips64 / __mips64__ macros for MIPS 64-bit targets.Simon Atanasyan
2012-08-29Move TLS check from LValueExprEvaluator::VisitVarDecl toHans Wennborg
2012-08-29objective-C: make -Widiomatic-parentheses workFariborz Jahanian
2012-08-29Fixed a problem with #pragma push_macro/pop_macro implementation.Alexander Kornienko
2012-08-29Define _MIPS_ARCH and _MIPS_ARCH_<cpu name> macros for MIPS targets.Simon Atanasyan
2012-08-29Fix r162835 as per Richard's comments.Hans Wennborg
2012-08-29Move the test for PR13720 from Sema/init.c to Sema/thread-specifier.c.Hans Wennborg
2012-08-29The address of a TLS var is not compile-time constant (PR13720)Hans Wennborg
2012-08-29[analyzer] C++ objects returned on the stack may be wrapped in ExprWithCleanups.Jordan Rose
2012-08-28objective-C arc: ns_returns_retained is a type attribute in ARC,Fariborz Jahanian
2012-08-28Fix test case for Release builds.Chad Rosier
2012-08-28[ms-inline asm] Have MSAsmStmts use the generic EmitAsmStmt codegen function.Chad Rosier
2012-08-28Splitting the duplicated decl spec extension warning into two: one is an ExtW...Aaron Ballman
2012-08-28[analyzer] Teach CallEventManager that CXXTemporaryObjectExpr is also a ctor.Jordan Rose
2012-08-28[analyzer] When we look for the last stmt in a function, skip implicit dtors.Jordan Rose
2012-08-28CUDA: give static storage class to __shared__ and __constant__Peter Collingbourne
2012-08-28CUDA: give correct address space to globals declared in functionsPeter Collingbourne
2012-08-28Make test pass in Release builds, which use a different naming scheme for llv...Benjamin Kramer