summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Add more simple taint tests.Anna Zaks2011-11-281-2/+17
* When synthesizing an implicitly-defined copy or move constructor, orDouglas Gregor2011-11-282-0/+65
* pinpoint name/location of deprecated/unavailable enumeratorFariborz Jahanian2011-11-283-7/+7
* objc: turn warning for property type mismatch in Fariborz Jahanian2011-11-281-2/+2
* When checking a call to a builtin atomic operation, be sure toDouglas Gregor2011-11-281-0/+17
* Removed useless ImplicitCast nodes in explicit cstyle and static castsNicola Gigante2011-11-282-4/+0
* test/lit.cfg: Enhance getRegisteredTargets() to retrieve +Asserts.NAKAMURA Takumi2011-11-281-5/+13
* [arcmt] Integrate GC __weak into property attributes even when we don't haveArgyrios Kyrtzidis2011-11-282-0/+12
* [arcmt] Don't add __weak if there is already a GC __weak and make sure to clearArgyrios Kyrtzidis2011-11-282-2/+10
* In Sema::MaybeBindToTemporary, create a CXXBindTemporaryExpr for anPeter Collingbourne2011-11-271-0/+18
* Make our handling of MMX x SSE closer to what gcc does:Rafael Espindola2011-11-271-0/+13
* Add inreg attributes to reference arguments.Rafael Espindola2011-11-271-0/+6
* Reference initialization with initializer lists.Sebastian Redl2011-11-272-0/+100
* 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-251-1/+26
* Wordsmith the -Warray-bounds diagnostic text a bitMatt Beaumont-Gay2011-11-242-37/+36
* Add feature to diagnostics that will provide more information on functionRichard Trieu2011-11-231-0/+61
* [PCH] Check for isTopLevelDeclInObjCContainer when picking abbreviations.Argyrios Kyrtzidis2011-11-232-3/+5
* [libclang] Fix operations (token annotation, getting cursor, etc.) with a fil...Argyrios Kyrtzidis2011-11-232-0/+40
* AAPCS compliance - 32-bit wchar_t should be unsigned for both aapcs and aapcs...James Molloy2011-11-232-4/+4
* Don't check alignment, it's irrelevant to this test.Richard Smith2011-11-231-1/+1
* Use static storage duration for file-scope compound literals, even when theyRichard Smith2011-11-221-0/+5
* implement __has_feature(address_sanitizer); also use LangOpts.AddressSanitize...Kostya Serebryany2011-11-221-0/+11
* Un-XFAIL this test on Darwin, it reportedly passes now.Peter Collingbourne2011-11-211-2/+0
* Add driver arguments -ftemplate-depth=N and -fconstexpr-depth=N, with the sameRichard Smith2011-11-212-1/+11
* Delete the depfile if we could not open a header file. We cannotPeter Collingbourne2011-11-211-0/+7
* Teach the driver about failure result files, which are compilationPeter Collingbourne2011-11-212-9/+20
* CodeGen: allow __asm renaming on static local variables.Benjamin Kramer2011-11-201-3/+10
* Enable delayed template parsing for friend functions declared at template cla...Francois Pichet2011-11-181-0/+4
* Finish r144971, which was an incomplete commit.Eli Friedman2011-11-181-1/+1
* Fix the meaning of an "empty" record for the case of a zero-length array. Us...Eli Friedman2011-11-181-0/+8
* Make va_arg on x86-64 compute alignment the same way as argument passing.Eli Friedman2011-11-181-0/+14
* [analyzer] Warn when non pointer arguments are passed to scanf (only when run...Anna Zaks2011-11-181-0/+5
* A bunch of fixes to argument passing and va_arg on Darwin x86-32 for structur...Eli Friedman2011-11-181-0/+24
* Don't try to expand struct arguments containing holes on x86-32. From gcc st...Eli Friedman2011-11-181-0/+4
* Simplify code for returning a struct for Darwin x86-32 ABI. Use a better typ...Eli Friedman2011-11-182-3/+7
* [analyzer] The compiler warning was disabling the analyzer in this test.Anna Zaks2011-11-181-1/+1
* Ignore empty unions in argument lowering on x86-32. From gcc struct layout t...Eli Friedman2011-11-181-0/+4
* [analyzer] Do not conjure a symbol when we need to propagate taint.Anna Zaks2011-11-171-0/+14
* Constant expression evaluation: add support for evaluation of member pointersRichard Smith2011-11-173-9/+208
* Add the notion of "framework" modules to module maps. FrameworkDouglas Gregor2011-11-172-0/+5
* test/Frontend/dependency-gen.c: Relax expressions for Win32 host (mingw msys).NAKAMURA Takumi2011-11-171-4/+4
* Include named unions in union member init checkingDavid Blaikie2011-11-174-9/+38
* In Microsoft mode, make "Unqualified lookup into dependent bases of class tem...Francois Pichet2011-11-171-1/+28
* When we're loading a framework header, first try to turn the frameworkDouglas Gregor2011-11-171-1/+1
* tests/Driver/darwin-ld.c: Get rid of the "splatter" test case. We have enoughDaniel Dunbar2011-11-171-13/+0
* Add missing header for modules test.Douglas Gregor2011-11-161-0/+2
* A module with an umbrella header assumes that all of the headers inDouglas Gregor2011-11-163-21/+24
* Added missing ImplicitCastExpr around conversion operator call.Abramo Bagnara2011-11-162-49/+71
* Fixed crash with initializer lists and unnamed bitfields in the RegionStoreJim Goodnow II2011-11-161-0/+17