aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2013-03-27Implement compiler intrinsics needed for compatibility with MSVC 2012 <type_t...Joao Matos
2013-03-27[modules] Re-enable the "ambiguous expansion of macro" warning.Argyrios Kyrtzidis
2013-03-27PR15597: Fix a confusion between the implicit exception specification and theRichard Smith
2013-03-27Update debug info test for schema change made to LLVM.David Blaikie
2013-03-27Make the -Wreinterpret-base-class logic safe against invalidJohn McCall
2013-03-27Split "incomplete implementation" warnings for ObjC into separate warnings.Ted Kremenek
2013-03-26<rdar://problem/13278115> Improve diagnostic when failing to bind an rvalue r...Douglas Gregor
2013-03-26[analyzer] Better test for r178063.Anna Zaks
2013-03-26[analyzer] Make sure IDC works for ‘NSContainer value/key is nil’ checks.Anna Zaks
2013-03-26<rdar://problem/13267210> Ensure that Sema::CompareReferenceRelationship retu...Douglas Gregor
2013-03-26<rdar://problem/13473493> Handle 'this->' insertion recovery within trailing ...Douglas Gregor
2013-03-26[analyzer] Change inlining policy to inline small functions when reanalyzing ...Anna Zaks
2013-03-26clang/test/CodeGenCXX/debug-info-namespace.cpp: Disable it on non-bash lit fo...NAKAMURA Takumi
2013-03-26Add PRFCHW intrinsic supportMichael Liao
2013-03-26[ms-cxxabi] Mangle vector typesReid Kleckner
2013-03-26Actually mark ASan-unfriendly test as XFAILAlexey Samsonov
2013-03-26Add asan/msan to the list of available features in LIT test runner. Mark ASan...Alexey Samsonov
2013-03-26Handle CXXOperatorCallExpr when checking self referrnce during initialization ofRichard Trieu
2013-03-26Remove FIXMEs: these are covered by a core issue which we don't yet implementRichard Smith
2013-03-26Implement special-case name lookup for inheriting constructors: memberRichard Smith
2013-03-25Objective-C: Property declaration overiding one inFariborz Jahanian
2013-03-25clang/test/Index/crash-recovery-code-complete.c: Mark it as XFAIL:win32 for now.NAKAMURA Takumi
2013-03-25<rdar://problem/13395022> Strip references when extracting an initializer_lis...Douglas Gregor
2013-03-25<rdar://problem/13185264> Don't crash when attempting to redundantly initiali...Douglas Gregor
2013-03-25Fix testcase.Ted Kremenek
2013-03-25For printf checking, handle nested typedefs for darwin-specific checking.Ted Kremenek
2013-03-25<rdar://problem/13459871> Allow forward declaration of enums with a fixed und...Douglas Gregor
2013-03-25Remove local path from test.Douglas Gregor
2013-03-25Use xargs rather than Douglas Gregor
2013-03-25Use 'touch -t', which both BSD and Linux support.Douglas Gregor
2013-03-25Try harder to be signal-safe inside our signal handler. The most prominent be...Nick Lewycky
2013-03-25<rdar://problem/13434605> Periodically prune the module cache so that it does...Douglas Gregor
2013-03-25Emit an error message instead of crashing when dereferencing an incomplete po...Bill Wendling
2013-03-25IR-gen should not generate an MMX types unless the code is explicitly using MMXChad Rosier
2013-03-25[analyzer] Set concrete offset bindings to UnknownVal when processing symboli...Anna Zaks
2013-03-25Added PR number for failing win64 tests.Fariborz Jahanian
2013-03-25Re-add clang-format tests to clang/test.Daniel Jasper
2013-03-25[analyzer] Adds cplusplus.NewDelete checker that check for memory leaks, doub...Anton Yartsev
2013-03-24[analyzer] Teach ConstraintManager to ignore NonLoc <> NonLoc comparisons.Jordan Rose
2013-03-24Reject -no-integrated-as on windows.Rafael Espindola
2013-03-24Generate metadata to implement the -cl-kernel-arg-info option.Guy Benyei
2013-03-24Don't actually invoke codegen in driver test.Benjamin Kramer
2013-03-23Make clang to mark static stack allocations with lifetime markers to enable a...Nadav Rotem
2013-03-23Revert svn r176894 and r177658.Bob Wilson
2013-03-23Under ARC, when we're passing the address of a strong variableJohn McCall
2013-03-23Strip off local qualifiers when converting from RecordType toRichard Trieu
2013-03-23[analyzer] Teach constraint managers about unsigned comparisons.Jordan Rose
2013-03-23[analyzer] Also transform "a < b" to "(b - a) > 0" in the constraint manager.Jordan Rose
2013-03-23[analyzer] Translate "a != b" to "(b - a) != 0" in the constraint manager.Jordan Rose
2013-03-23[analyzer] Use SymExprs to represent '<loc> - <loc>' and '<loc> == <loc>'.Jordan Rose