aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-02-04New test case.Devang Patel
2012-02-04Clang has existing support for debuggers thatSean Callanan
2012-02-04Create new tag for the property. This is a work in progress.Devang Patel
2012-02-04[libclang] Stick to the silly notion that a forward class/protocolArgyrios Kyrtzidis
2012-02-04Suppress the used-but-not-defined warning for static data members while I loo...Eli Friedman
2012-02-04constexpr:Richard Smith
2012-02-03Update tests so that they don't rely upon LLVMDebugVersion number.Devang Patel
2012-02-03Make _mm_cmpgt_epi8 immute to -funsigned-char.Nick Lewycky
2012-02-03Try to get test passing on windows.Nico Weber
2012-02-03Make explicit captures which cause implicit captures work correctly.Eli Friedman
2012-02-03Implement implicit capture for lambda expressions.Eli Friedman
2012-02-03Make sure that the layout-override parser grabs the size, not the dataDouglas Gregor
2012-02-03When a pack expansion occurs in the template argument list of an aliasDouglas Gregor
2012-02-03Add a triple to test/SemaObjC/format-strings-objc.m to make it pass in window...Argyrios Kyrtzidis
2012-02-03Don't warn about anonymous struct/union in C11.Hans Wennborg
2012-02-03Implement support for a pack expansion into a fixed-lengthDouglas Gregor
2012-02-03[analyzer] Testing: add automated reference results reset.Anna Zaks
2012-02-03Fix -ftrap-function fallout from llvm r145714. <rdar://problem/10799325>Bob Wilson
2012-02-03Change Lexer::makeFileCharRange() to have it accept a CharSourceRangeArgyrios Kyrtzidis
2012-02-03Change the fixed array of FixitHints to a SmallVector to lift offArgyrios Kyrtzidis
2012-02-03Move isSentinelNullExpr() from Sema to ASTContext to make it more widelyArgyrios Kyrtzidis
2012-02-03Further downgrade -Warc-bridge-casts-disallowed-in-nonarc to a warning (not m...Ted Kremenek
2012-02-03Thread safety analysis:Richard Smith
2012-02-03Thread safety analysis: at a CFG join point between a block terminating in aRichard Smith
2012-02-03C++ 5.2.10p2 has a note that mentions that, subject to all other restrictions,Chad Rosier
2012-02-03Refactor capture in blocks to use new-style capture hooks. Start adding a bi...Eli Friedman
2012-02-03[frontend] Don't allow a mapping to a warning override an error/fatal mapping.Chad Rosier
2012-02-03Note whether a lambda is mutable in the LambdaScopeInfo; this information wil...Eli Friedman
2012-02-03Make error about using bridge casts in non-ARC mode a warning that is default...Ted Kremenek
2012-02-03Do not show macro expansion in strncat warnings, which can be defined asAnna Zaks
2012-02-03objc: Issue diagnostic when receiver type is a forward class declaration andFariborz Jahanian
2012-02-03Replace the old --with-cxx-* configure options with a single --with-gcc-toolc...Rafael Espindola
2012-02-02Rename -dependency-graphviz to -dependencncy-dotDouglas Gregor
2012-02-02Add some code to accurately perform odr-used marking for variables per the C+...Eli Friedman
2012-02-02Further enhance comment for property in continuation class.Fariborz Jahanian
2012-02-02unnecessary include of TargetMachine.h?Andrew Trick
2012-02-02Initialize the user defined conversion function to null if this is an aggrega...Benjamin Kramer
2012-02-02Use -isystem rather than relying on -isysroot to work consistentlyDouglas Gregor
2012-02-02objc: comment the code which allows narroing of property objectFariborz Jahanian
2012-02-02Yet more data from failing buildbots...Douglas Gregor
2012-02-02objective-c: When redeclaraing in continuation class a 'readonly'Fariborz Jahanian
2012-02-02Drop -verify to get better diagnostics from failing buildbots. Plus, we don't...Douglas Gregor
2012-02-02Back out my heinous hack that tricked the module generation mechanismDouglas Gregor
2012-02-02Pacify gcc's -Wreturn-typeMatt Beaumont-Gay
2012-02-02Pass the SourceMgr to the MCContext for cc1as.Jim Grosbach
2012-02-02Move the code that sets the AddressSafetyAlexander Potapenko
2012-02-02r149587 revertedAnton Yartsev
2012-02-02Fix for PR10657 (http://llvm.org/bugs/show_bug.cgi?id=10657)Anton Yartsev
2012-02-02Split Sema::MarkDeclarationReferenced into multiple functions; the additional...Eli Friedman
2012-02-02[analyzer] Fix a false positive in the CFArrayCreate check that surfacesAnna Zaks