aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2011-06-22When instantiating a function template declaration that was expressedDouglas Gregor
2011-06-22[arcmt] Make -Warc-unsafe-retained-assign an error when migrating. rdar://893...Argyrios Kyrtzidis
2011-06-22Change "cannot assign retained object.." warning to "assigning retained objec...Argyrios Kyrtzidis
2011-06-22objc-arc: Allow unbridged cast of retainable object toFariborz Jahanian
2011-06-22Implement the C++0x move optimization for Automatic Reference CountingDouglas Gregor
2011-06-22When binding a reference to an Automatic Reference Counting temporary,Douglas Gregor
2011-06-22Only do config-time substitution of LLVM_BUILD_MODE inAndrew Trick
2011-06-22Emit @finally blocks completely lazily instead of forcing theirJohn McCall
2011-06-22It is possible to request the nonfragile ABI with -fobjc-abi-version=2;John McCall
2011-06-21Fix PR10168: don't warn for unused non-dependent variables in both the templa...Richard Smith
2011-06-21First part of PR9968: the __range variable in a dependent C++11 for-range sta...Richard Smith
2011-06-21Fix the mangling of dependent-scope decl ref expressions so that theyJohn McCall
2011-06-21Driver/Darwin: Fixup version check for -object_path_lto support.Daniel Dunbar
2011-06-21Driver/Darwin: When invoking the linker, automatically pass -object_path_lto soDaniel Dunbar
2011-06-21objc-arc: Add support for unbridged cast of Fariborz Jahanian
2011-06-21objc-arc: CodeGen part of unbridged cast of CF types.Fariborz Jahanian
2011-06-21Fix a crash when a pointer-to-member function is called in the conditionChandler Carruth
2011-06-21Introduce a new AST node describing reference binding to temporaries.Douglas Gregor
2011-06-21Also fix the warning about using "clang" instead of %clang.Nick Lewycky
2011-06-21Remove the leading hyphen so that grep doesn't parse it as one long option :)Nick Lewycky
2011-06-21Driver/Darwin: Honor -Xarch_FOO when the arch matches either the toolchain orDaniel Dunbar
2011-06-21Add support for -Wa,--noexecstack when building from a non-assembly file. ForNick Lewycky
2011-06-21Canonicalize register names properly.Eric Christopher
2011-06-21Move additional register names to their own lookup, separate fromEric Christopher
2011-06-20[arcmt] Always add '__bridge' cast when 'self' is cast to a C pointer. rdar:...Argyrios Kyrtzidis
2011-06-20[analyzer] Finish size argument checking for strncat (and strncpy).Jordy Rose
2011-06-20objc-arc: allow explicit unbridged casts if the source of the cast is aFariborz Jahanian
2011-06-20Warn for un-parenthesized '&' inside '|' (a & b | c), rdar://9553326.Argyrios Kyrtzidis
2011-06-20llvm-gcc treats a tentative definition with a previousFariborz Jahanian
2011-06-20Define __cplusplus to 201103L when in (non-GNU) C++0x mode.Douglas Gregor
2011-06-20Use an explicitly 64-bit triple flag to ensure we can easily verify theChandler Carruth
2011-06-20Fix a problem with the diagnostics of invalid arithmetic with functionChandler Carruth
2011-06-20Move away from the poor "abstraction" I added to Type. John arguedChandler Carruth
2011-06-20Update to match mainline ConstantStruct::get API change. Also, use Chris Lattner
2011-06-20[analyzer] Re-enable checking for strncpy, along with a new validation of the...Jordy Rose
2011-06-20[analyzer] Eliminate "byte string function" from CStringChecker's diagnostics...Jordy Rose
2011-06-19Add test cases for false positives on -Wnull-arithmetic from RichardChandler Carruth
2011-06-19Handle decltype keyword in Parser::isDeclarationSpecifier.Francois Pichet
2011-06-18Accept no-return stripping conversions for pointer type arguments afterChandler Carruth
2011-06-18[arcmt] Fix the ARC migrator. -arcmt-modify requires running before the initi...Argyrios Kyrtzidis
2011-06-17Fix regression with @encode string. rdar://9624314.Argyrios Kyrtzidis
2011-06-17Objective-C++ ARC: eliminate the utterly unjustified loophole thatDouglas Gregor
2011-06-17Objective-C++ ARC: do not mangle __unsafe_unretained lifetimeDouglas Gregor
2011-06-17Objective-ARC++: infer template type arguments ofDouglas Gregor
2011-06-17Only accept __bridge_retain in system headers, as Doug suggested.John McCall
2011-06-17As a hopefully temporary workaround for a header mistake, treatJohn McCall
2011-06-17Put the new warning from revision 133196 on NULL arithmetic behind the flag -...Richard Trieu
2011-06-17Don't emit 'unavailable' errors inside an unavailable function. rdar://9623855.Argyrios Kyrtzidis
2011-06-17Loosen up the IR matching slightlyDouglas Gregor
2011-06-17Remove another variable.Eric Christopher