summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Minor cleanup of SValBuilder: Comments + code reuse.Anna Zaks2011-11-281-11/+1
* Fix comment.Rafael Espindola2011-11-281-1/+1
* When synthesizing an implicitly-defined copy or move constructor, orDouglas Gregor2011-11-281-7/+15
* Remove code made redundant by my previous patch.Fariborz Jahanian2011-11-281-12/+1
* pinpoint name/location of deprecated/unavailable enumeratorFariborz Jahanian2011-11-281-1/+8
* objc: turn warning for property type mismatch in Fariborz Jahanian2011-11-281-1/+1
* When checking a call to a builtin atomic operation, be sure toDouglas Gregor2011-11-281-13/+199
* Removed useless ImplicitCast nodes in explicit cstyle and static castsNicola Gigante2011-11-284-91/+179
* [libclang] Indexing API: If the client requested to get a CXTranslationUnit a...Argyrios Kyrtzidis2011-11-282-8/+37
* [libclang] Indexing API: Capture diagnostics during indexing.Argyrios Kyrtzidis2011-11-281-2/+3
* Another silly workaround for MSVC.Peter Collingbourne2011-11-281-1/+3
* [arcmt] Integrate GC __weak into property attributes even when we don't haveArgyrios Kyrtzidis2011-11-284-49/+62
* Sigh, another workaround for MSVC.Peter Collingbourne2011-11-281-1/+1
* [arcmt] Don't add __weak if there is already a GC __weak and make sure to clearArgyrios Kyrtzidis2011-11-282-7/+14
* Work around a gcc4.2 bug.Peter Collingbourne2011-11-281-1/+1
* In Sema::MaybeBindToTemporary, create a CXXBindTemporaryExpr for anPeter Collingbourne2011-11-272-3/+5
* When destroying temporaries, instead of a custom cleanup use thePeter Collingbourne2011-11-276-41/+12
* Make our handling of MMX x SSE closer to what gcc does:Rafael Espindola2011-11-271-11/+34
* Add inreg attributes to reference arguments.Rafael Espindola2011-11-271-1/+2
* Reference initialization with initializer lists.Sebastian Redl2011-11-274-38/+246
* Error on non x86 architectures.Rafael Espindola2011-11-271-0/+4
* Fix file name in comments.Rafael Espindola2011-11-271-1/+1
* Add the minimum implementation of cpuid.h. This works on "modern" intel cpusRafael Espindola2011-11-261-0/+29
* Test commitNicola Gigante2011-11-261-0/+1
* Fixed lexical declaration context when instantiating a friend / out-of-line c...Abramo Bagnara2011-11-261-0/+7
* Set __OPTIMIZE_SIZE__ on -Os and -Oz. This matches gcc's behaviour on both OS XRafael Espindola2011-11-261-1/+1
* In Microsoft mode, make "Unqualified lookup into dependent bases of class tem...Francois Pichet2011-11-252-3/+14
* Add feature to diagnostics that will provide more information on functionRichard Trieu2011-11-234-19/+143
* [PCH] Check for isTopLevelDeclInObjCContainer when picking abbreviations.Argyrios Kyrtzidis2011-11-231-0/+5
* [libclang] Fix operations (token annotation, getting cursor, etc.) with a fil...Argyrios Kyrtzidis2011-11-236-1/+36
* Remove an assertion that is not valid if we cancel parsing.Argyrios Kyrtzidis2011-11-231-3/+0
* [libclang] Indexing API: Fix issues, mostly C++ related.Argyrios Kyrtzidis2011-11-231-2/+3
* AAPCS compliance - 32-bit wchar_t should be unsigned for both aapcs and aapcs...James Molloy2011-11-231-0/+5
* Use static storage duration for file-scope compound literals, even when theyRichard Smith2011-11-223-0/+15
* Remove assert from hot code path and add a clarifying comment.Benjamin Kramer2011-11-221-4/+4
* Provide better source info for template specializations with non-type arguments.Matt Beaumont-Gay2011-11-221-3/+1
* Lexer: Don't throw away the hard work SSE did to find a slash.Benjamin Kramer2011-11-221-5/+12
* implement __has_feature(address_sanitizer); also use LangOpts.AddressSanitize...Kostya Serebryany2011-11-223-4/+5
* Add driver arguments -ftemplate-depth=N and -fconstexpr-depth=N, with the sameRichard Smith2011-11-213-10/+22
* Change the linker emulation name for FreeBSD/PPC32.Roman Divacky2011-11-211-1/+1
* CodeGen: Simplify code.Benjamin Kramer2011-11-211-6/+3
* Delete the depfile if we could not open a header file. We cannotPeter Collingbourne2011-11-211-28/+36
* Teach the driver about failure result files, which are compilationPeter Collingbourne2011-11-212-1/+8
* CodeGen: allow __asm renaming on static local variables.Benjamin Kramer2011-11-201-1/+9
* Allow preprocessor callbacks to recover from a "file not found" error,Douglas Gregor2011-11-202-6/+26
* Add support for pretty-printing attributes, from Richard Membarth!Douglas Gregor2011-11-191-6/+16
* Fixed HadMultipleCandidates loading.Abramo Bagnara2011-11-192-35/+54
* Driver: Remove the signal number from the "command failed" diagnostic.Benjamin Kramer2011-11-191-1/+1
* Enable delayed template parsing for friend functions declared at template cla...Francois Pichet2011-11-181-2/+1
* Fixed implicit instantiations source range.Abramo Bagnara2011-11-182-1/+6