aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2011-06-07More coherent diagnostic when a stack variable isFariborz Jahanian
2011-06-07The macros defined by the language standard are still available even when theNick Lewycky
2011-06-07Catch the memory leak in a bucketSean Hunt
2011-06-06Touchup to comments that weren't quite in sync with codeJonathan D. Turner
2011-06-06Diagnose the condition in C++ [temp.expl.spec]p16 that prohibitsDouglas Gregor
2011-06-05Richard Smith was correct about how the sets should be computed forChandler Carruth
2011-06-05Fix PR10053: Improve diagnostics and error recovery for code which some compi...Richard Smith
2011-06-05Toolchain support for Ubuntu Oneiric. Patch by Michael Wild!Benjamin Kramer
2011-06-05Drop most of InitializationSequence::SequenceKind's values. They didn't reall...Sebastian Redl
2011-06-05Remove more references to FailedSequence.Sebastian Redl
2011-06-05Remove all references to InitializationSequence::FailedSequence from outside ...Sebastian Redl
2011-06-05Parse C++0x generalized initializers.Sebastian Redl
2011-06-05Identity and non-identity standard conversion sequences can beDouglas Gregor
2011-06-05Add name mangling for expr .* expr. Fixes PR9983 / <rdar://problem/9486332>.Douglas Gregor
2011-06-05Allow block returns in C++ with the formDouglas Gregor
2011-06-05When inferring the result type of a block based on a return statementDouglas Gregor
2011-06-04Fix cmake build.Rafael Espindola
2011-06-04Remove the old implementation of -verify, which has been dead code since r88750.Richard Smith
2011-06-04Adjust the linker for PowerPC64/-m32 on FreeBSD too.Roman Divacky
2011-06-04Make -m32 work on FreeBSD/PowerPC64.Roman Divacky
2011-06-04On linux, -nostdlib was causing a --start-group with no --end-group to be passedNick Lewycky
2011-06-04Identifiers with _CapitalLetter are reserved, so don't use them. Prefer theNick Lewycky
2011-06-04Reimplement r132572 on top of a FoldingSet, thus hopefully solving bothSean Hunt
2011-06-04[analyzer] Change an indent-if to an early return. No functionality change.Jordy Rose
2011-06-04[analyzer] Don't crash when copying an unknown number of bytes with memcpy()....Jordy Rose
2011-06-04[analyzer] Remove extra assignment that actually lost a few of the assumptions.Jordy Rose
2011-06-04Add support for builtin astype:Tanya Lattner
2011-06-04Rework r132576.Devang Patel
2011-06-04[analyzer] Fix comment for (still-disabled) evalStrncpyJordy Rose
2011-06-04[analyzer] Fix handling of "copy zero bytes" for memcpy and friends.Jordy Rose
2011-06-03[analyzer] __mempcpy_chk is the same as mempcpy (at least to CStringChecker)Jordy Rose
2011-06-03Improvements to abbreviations for PCH which add support for EnumDecl, ObjCIva...Jonathan D. Turner
2011-06-03Expose @synthesize and @dynamic via their own cursor kinds inDouglas Gregor
2011-06-03Test of commit access. Jonathan D. Turner
2011-06-03Revert r132572 to figure out why it broke selfhost and clean it up asSean Hunt
2011-06-03Emit debug info only if there is an insertion point. The debug info should no...Devang Patel
2011-06-03Begin implementing a cache of special member lookups. Currently onlySean Hunt
2011-06-03Don't warn about -Wno-foo where foo is an unknown warning option. ExplicitlyMatt Beaumont-Gay
2011-06-03Warn about missing parentheses for conditional operator.Hans Wennborg
2011-06-03Make -Wignored-qualifiers point to the first ignored qualifier.Hans Wennborg
2011-06-03Simplify.Devang Patel
2011-06-03Fix typedef's context.Devang Patel
2011-06-03We were looking at /usr/lib only if the distro had multilib. This is bogus:Rafael Espindola
2011-06-03Add support for centos.Rafael Espindola
2011-06-0380-column cleanup.Eric Christopher
2011-06-03Improve the instantiation of static data members inDouglas Gregor
2011-06-03Revert r132544. Accidental commit. I got confused with the Tortoise SVN menu.Francois Pichet
2011-06-03git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@132544 91177308-0d34-...Francois Pichet
2011-06-0380-col cleanup.Eric Christopher
2011-06-03Separate out these paths a bit by architecture. There are likely otherEric Christopher