summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* hack in my new variables for GCCChandler Carruth2011-06-081-24/+20
* Clang support for ARM Uv/Uy/Uq inline-asm constraints.Stuart Hastings2011-06-072-5/+27
* Sort -lgcc after -lgcc_s for NetBSD, otherwise shared libraries on i386Joerg Sonnenberger2011-06-071-1/+1
* More coherent diagnostic when a stack variable isFariborz Jahanian2011-06-071-2/+6
* The macros defined by the language standard are still available even when theNick Lewycky2011-06-071-26/+37
* Catch the memory leak in a bucketSean Hunt2011-06-071-1/+2
* Touchup to comments that weren't quite in sync with codeJonathan D. Turner2011-06-061-2/+3
* Diagnose the condition in C++ [temp.expl.spec]p16 that prohibitsDouglas Gregor2011-06-062-3/+42
* Richard Smith was correct about how the sets should be computed forChandler Carruth2011-06-051-11/+8
* Fix PR10053: Improve diagnostics and error recovery for code which some compi...Richard Smith2011-06-051-8/+140
* Toolchain support for Ubuntu Oneiric. Patch by Michael Wild!Benjamin Kramer2011-06-051-3/+6
* Drop most of InitializationSequence::SequenceKind's values. They didn't reall...Sebastian Redl2011-06-051-56/+12
* Remove more references to FailedSequence.Sebastian Redl2011-06-051-3/+3
* Remove all references to InitializationSequence::FailedSequence from outside ...Sebastian Redl2011-06-055-17/+14
* Parse C++0x generalized initializers.Sebastian Redl2011-06-054-51/+123
* Identity and non-identity standard conversion sequences can beDouglas Gregor2011-06-051-6/+4
* Add name mangling for expr .* expr. Fixes PR9983 / <rdar://problem/9486332>.Douglas Gregor2011-06-051-2/+6
* Allow block returns in C++ with the formDouglas Gregor2011-06-051-2/+6
* When inferring the result type of a block based on a return statementDouglas Gregor2011-06-052-9/+14
* Fix cmake build.Rafael Espindola2011-06-041-1/+0
* Remove the old implementation of -verify, which has been dead code since r88750.Richard Smith2011-06-041-301/+0
* Adjust the linker for PowerPC64/-m32 on FreeBSD too.Roman Divacky2011-06-041-0/+5
* Make -m32 work on FreeBSD/PowerPC64.Roman Divacky2011-06-042-0/+7
* On linux, -nostdlib was causing a --start-group with no --end-group to be passedNick Lewycky2011-06-041-3/+3
* Identifiers with _CapitalLetter are reserved, so don't use them. Prefer theNick Lewycky2011-06-041-7/+7
* Reimplement r132572 on top of a FoldingSet, thus hopefully solving bothSean Hunt2011-06-041-6/+55
* [analyzer] Change an indent-if to an early return. No functionality change.Jordy Rose2011-06-041-39/+39
* [analyzer] Don't crash when copying an unknown number of bytes with memcpy()....Jordy Rose2011-06-041-11/+25
* [analyzer] Remove extra assignment that actually lost a few of the assumptions.Jordy Rose2011-06-041-1/+0
* Add support for builtin astype:Tanya Lattner2011-06-0412-2/+141
* Rework r132576.Devang Patel2011-06-042-2/+5
* [analyzer] Fix comment for (still-disabled) evalStrncpyJordy Rose2011-06-041-1/+1
* [analyzer] Fix handling of "copy zero bytes" for memcpy and friends.Jordy Rose2011-06-041-5/+2
* [analyzer] __mempcpy_chk is the same as mempcpy (at least to CStringChecker)Jordy Rose2011-06-031-1/+1
* Improvements to abbreviations for PCH which add support for EnumDecl, ObjCIva...Jonathan D. Turner2011-06-033-35/+258
* Expose @synthesize and @dynamic via their own cursor kinds inDouglas Gregor2011-06-031-0/+10
* Test of commit access. Jonathan D. Turner2011-06-031-1/+1
* Revert r132572 to figure out why it broke selfhost and clean it up asSean Hunt2011-06-031-50/+8
* Emit debug info only if there is an insertion point. The debug info should no...Devang Patel2011-06-032-16/+10
* Begin implementing a cache of special member lookups. Currently onlySean Hunt2011-06-031-8/+50
* Don't warn about -Wno-foo where foo is an unknown warning option. ExplicitlyMatt Beaumont-Gay2011-06-031-1/+3
* Warn about missing parentheses for conditional operator.Hans Wennborg2011-06-031-39/+107
* Make -Wignored-qualifiers point to the first ignored qualifier.Hans Wennborg2011-06-031-16/+12
* Simplify.Devang Patel2011-06-031-4/+6
* Fix typedef's context.Devang Patel2011-06-031-2/+3
* We were looking at /usr/lib only if the distro had multilib. This is bogus:Rafael Espindola2011-06-031-2/+7
* Add support for centos.Rafael Espindola2011-06-031-4/+9
* 80-column cleanup.Eric Christopher2011-06-031-2/+2
* Improve the instantiation of static data members inDouglas Gregor2011-06-031-8/+26
* Revert r132544. Accidental commit. I got confused with the Tortoise SVN menu.Francois Pichet2011-06-032-3/+1