aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-02-19Make heap-allocation of std::initializer_list 'work'.Sebastian Redl
2012-02-19Make std::initializer_list member initializers 'work'.Sebastian Redl
2012-02-19Refuse to compile global std::initializer_lists instead of doing completely t...Sebastian Redl
2012-02-19Get recursive initializer lists to work and add a test. Codegen of std::initi...Sebastian Redl
2012-02-19Add a testcase for using objects with list-constructors, and fix a Sema crash...Sebastian Redl
2012-02-19Add a testcase to show that temporaries from the initializer list are destroy...Sebastian Redl
2012-02-19Add a testcase for start+end implementations of std::initializer_list.Sebastian Redl
2012-02-19Fix a crash for nested initializer list initialization. Still does the wrong ...Sebastian Redl
2012-02-19Remove dead code.Ahmed Charles
2012-02-19Don't check for /lib and /usr/lib.Rafael Espindola
2012-02-19Our handling of variables in FileCheck looks really broken on windws. JustRafael Espindola
2012-02-19Add an extra CHECK line to make sure TOOLCHAIN2 matches just the pathRafael Espindola
2012-02-19Looks like we use forward slashes for header search but back slashes forRafael Espindola
2012-02-19Try to match the linker being named ld.exe. Second try at fixing the windows ...Rafael Espindola
2012-02-19Don't assume a path starts with a /. Should fix the windows bot.Rafael Espindola
2012-02-19Implement a -gcc-toolchain command line option that does the same asRafael Espindola
2012-02-18Teach analyzer that blocks with no captures are globals. Fixes <rdar://probl...Ted Kremenek
2012-02-18Implement constant expression support for __real__ and __imag__ on lvalueRichard Smith
2012-02-18Fix crash in analyzer diagnostic generation involving subexpressions of Opaqu...Ted Kremenek
2012-02-18Teach analyzer about NSAutoreleasePool -allocWithZone:. Fixes <rdar://proble...Ted Kremenek
2012-02-18Add analyzer test for using of C++ references with ObjC object pointers, repo...Ted Kremenek
2012-02-18Fix wrong-code bug: __imag on a scalar lvalue should produce a zero rvalue,Richard Smith
2012-02-18Adopt ExprEngine and checkers to ObjC property refactoring. Everything was w...Ted Kremenek
2012-02-18Default to not using __cxa_atexit on Solaris.David Chisnall
2012-02-18Remove a debugging line accidentally left in the last commit.David Chisnall
2012-02-18Implement #pragma redefine_extname.David Chisnall
2012-02-18Add -Wstrncat-size and -Wempty-body to release notes.Dmitri Gribenko
2012-02-18Remove unused but set variable.Benjamin Kramer
2012-02-18Rewrite variable capture within lambda expressions and blocks,Douglas Gregor
2012-02-18Unify our computation of the type of a captured reference to aDouglas Gregor
2012-02-18Fix a problem in the GCC testsuite, exposed by r150557. Compound literalsRichard Smith
2012-02-18Add a bunch of missing calls to DiagnoseSentinelCalls. <rdar://problem/10885...Eli Friedman
2012-02-18Change wording of warning about using __bridge casts in non-ARC.Ted Kremenek
2012-02-18Diagnose uses of deleted destructors and inaccessible defaulted destructors.Richard Smith
2012-02-18Initial refactoring of 'ShouldDeleteSpecialMember', in preparation for providingRichard Smith
2012-02-18Fix comment.Chad Rosier
2012-02-18Add in a caching mechanism so that forward declarations are replacedEric Christopher
2012-02-18Formatting.Eric Christopher
2012-02-18Remove UpdateCompletedType from the debug info emission. We nowEric Christopher
2012-02-18Remove redundant check.Chad Rosier
2012-02-17Have conjured symbols depend on LocationContext, to add context sensitivity f...Ted Kremenek
2012-02-17[analyzer] Malloc Checker more tests.Anna Zaks
2012-02-17[analyzer] Fix another false positive in the Malloc Checker, by makingAnna Zaks
2012-02-17[analyzer] Generalize function name checking in CString checker.Anna Zaks
2012-02-17modern objc translator: postpone writing of class definitionsFariborz Jahanian
2012-02-17modern objc writer: more work for category metadata rewriteFariborz Jahanian
2012-02-17Don't emit optimization-specific intrinsic at -O0.Richard Smith
2012-02-17modern objc translator: category metadata relatedFariborz Jahanian
2012-02-17On Solaris, define some standard macros that the Solaris headers require inDavid Chisnall
2012-02-17De-nest tentative parsing to disambiguate lambdas from designators; noDouglas Gregor