aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2013-04-18Adds a new doxygen tag needed. // rdar://12379053Fariborz Jahanian
2013-04-18[libclang] Report parameter array types as written in source, not decayed to ...Argyrios Kyrtzidis
2013-04-18[analyzer] "Force" LazyCompoundVals on bind when they are simple enough.Jordan Rose
2013-04-18[analyzer] Don't crash if we cache out after making a temporary region.Jordan Rose
2013-04-18Reject asm output constraints that consist of modifiers only.Benjamin Kramer
2013-04-18[Parser] Handle #pragma pack/align inside C structs.Argyrios Kyrtzidis
2013-04-18Switch the note order for -Woverloaded-shift-op-parentheses so that the noteRichard Trieu
2013-04-18Update the -Wparentheses tests to check that fix-its are in the correct place.Richard Trieu
2013-04-18[analyzer] Tweak getDerefExpr more to track DeclRefExprs to references.Anna Zaks
2013-04-17[analyzer] Improve dereferenced expression tracking for MemberExpr with a dot...Anna Zaks
2013-04-17[analyzer] Gain more precision retrieving the right SVal by specifying the ty...Anna Zaks
2013-04-17[analyzer] Allow TrackConstraintBRVisitor to work when the value it’s track...Anna Zaks
2013-04-17Add support for gcc's spelling of -fcolor-diagnostics.Nico Weber
2013-04-17[tests] Only include stdint.h if we are in freestanding mode.Daniel Dunbar
2013-04-17[document parsing]: When tag declaration (but not definition!) Fariborz Jahanian
2013-04-17Test cases for r179719.Chad Rosier
2013-04-17Fix off-by-one error in #pragma clang system_header.Jordan Rose
2013-04-17PR15755: don't drop parameter packs when dropping parameters with defaultRichard Smith
2013-04-17[analyzer] Don't warn for returning void expressions in void blocks.Jordan Rose
2013-04-17Revert r179671 and just pass a triple to the test for a platform with knownEric Christopher
2013-04-17DR974: Lambdas can have default arguments.Richard Smith
2013-04-17Implemented #pragma GCC warning/error in the same mould as #pragma message.Andy Gibbs
2013-04-17Set SRet flags properly in '-cxx-abi microsoft'.Timur Iskhodzhanov
2013-04-17Fix PR15291: noreturn adjustment in overload resolution for function template...Douglas Gregor
2013-04-17Extended VerifyDiagnosticConsumer to also verify source file for diagnostic.Andy Gibbs
2013-04-17Add a bit of a hack to deal with a failing testcase on darwin10 bots.Eric Christopher
2013-04-17Remove dead option.Eric Christopher
2013-04-17Add warning group -Woverloaded-shift-op-parentheses to -Wparentheses. ThisRichard Trieu
2013-04-17Correct the range returned by ParmVarDecl::getSourceRange(), for parameters i...Argyrios Kyrtzidis
2013-04-17Test cases for r179655.Chad Rosier
2013-04-17Use the extra info in global method pool to speed up looking for ObjC overrid...Argyrios Kyrtzidis
2013-04-16Don't put too much thought into whether or not to capture aJohn McCall
2013-04-16Make test portable.Ted Kremenek
2013-04-16[analyzer] Add experimental option "leak-diagnostics-reference-allocation".Ted Kremenek
2013-04-16objc_autoreleasePoolPop() can throw if a -dealloc does.John McCall
2013-04-16Trying fixing test to make buildbot happy again.Fariborz Jahanian
2013-04-16Sema for Captured StatementsTareq A. Siraj
2013-04-16rewrite-includes: Rewrite __has_include(_next) to get rid of a host dependency.Benjamin Kramer
2013-04-16Parser support for #pragma clang __debug capturedTareq A. Siraj
2013-04-16[Modules] Convert module specific -fno-modules-autolink into -fno-autolink.Daniel Dunbar
2013-04-16modify test to try to make buildbot happy.Fariborz Jahanian
2013-04-16Remove setjmp.h header file from Sema/return.c test and include necessaryJyotsna Verma
2013-04-16Fix PR4296: Add parser detection/error recovery for nested functions, from Se...Douglas Gregor
2013-04-16Use -emit-llvm for the following tests to stop them from failing for Hexagon:Jyotsna Verma
2013-04-16Fix handling of atomic shift operations, from Serge Pavlov.Douglas Gregor
2013-04-16Objective-C IRGen. Use llvm::WeakVHFariborz Jahanian
2013-04-16Suppress unused warning on static inline function template specializations.Rafael Espindola
2013-04-16Add support for sparcv9 targets.Jakob Stoklund Olesen
2013-04-16Basic support for Microsoft property declarations andJohn McCall
2013-04-16Correctly propagate the storage class to function template instantiations.Rafael Espindola