aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2012-06-21If an object (such as a std::string) with an appropriate c_str() member functionRichard Smith
2012-06-21Do not complain about junk on the end of a #endif in a skipped block. Such junkRichard Smith
2012-06-20[analyzer] Malloc leak false positive: Allow xpc context to escape.Anna Zaks
2012-06-20objective-c: place quotes around named items in a diagnostic.Fariborz Jahanian
2012-06-20objc: tweak my last patch to warn if class extensionFariborz Jahanian
2012-06-20objective-c: Normally, a property cannot be both 'readonly' and having a Fariborz Jahanian
2012-06-20Added test with sizeof conditions (relies on to-be-implemented functionality ...Alexander Kornienko
2012-06-20Reword -Winternal-linkage-in-inline, and rename it to -Wstatic-in-inline.Jordan Rose
2012-06-20[analyzer] Malloc: cleanup, disallow free on relinquished memory.Anna Zaks
2012-06-20Allow unqualified lookup of non-dependent member functionsNico Weber
2012-06-20Remove -Winternal-linkage-in-inline in C++.Jordan Rose
2012-06-20[ms-style asm] Change the fatal error to an extension warning. Apparently, thisChad Rosier
2012-06-20objc: improved diagnostic when property autosynthesis may causeFariborz Jahanian
2012-06-20Revert "Provide a -no-pedantic to cancel out -pedantic." This needs to be de...Ted Kremenek
2012-06-20Restructure how the driver communicates information about theJohn McCall
2012-06-20[analyzer] Move failing 'new' test cases back into new.cpp instead of XFAILing.Jordan Rose
2012-06-20[analyzer] Invalidate placement args; return the pointer given to placement newJordan Rose
2012-06-20[objcmt] Have the modern objc migration warning change from:Argyrios Kyrtzidis
2012-06-20[arcmt] When migrating to ARC disable -Werror so as to only block migrationArgyrios Kyrtzidis
2012-06-20Add the PCH file name to the message about not being able to read the PCH.Kaelyn Uhrain
2012-06-20Structured comment parsing, first step.Dmitri Gribenko
2012-06-19Do a second lookup for type_info in the global namespace in microsoft mode. P...Nico Weber
2012-06-19Do not crash when we dynamic cast a final type to void*.Sean Hunt
2012-06-19Extend the support for cl-std to include 1.2.Tanya Lattner
2012-06-19objective-c: warn when autosynthesizing a property which has sameFariborz Jahanian
2012-06-19Reapplying the changes from r158717 as they were rolled back to avoid merge c...Aaron Ballman
2012-06-19Revert r158700 and dependent patches r158716, r158717, and r158731.Jakob Stoklund Olesen
2012-06-19Fix -Wc++11-narrowing warnings for narrowing negative values to larger unsignedRichard Smith
2012-06-19Enable -Wnull-conversion for non-integral target types (eg: double).David Blaikie
2012-06-19objc-arc: captured block variable accessed in its block literalFariborz Jahanian
2012-06-19Improves parsing and semantic analysis for MS __declspec attributes. This in...Aaron Ballman
2012-06-19[analyzer] Allow pointers to escape into NSPointerArray.Anna Zaks
2012-06-19Fix the location of the fixit for -Wnewline-eof.Jordan Rose
2012-06-19[objcmt] When checking whether the subscripting methods are declared useArgyrios Kyrtzidis
2012-06-19Add a -fuse-init-array option to cc1 and map to the UseInitArray targetRafael Espindola
2012-06-19Improve the error message when a function overload candidate is rejectedKaelyn Uhrain
2012-06-19Sink definition of IBOutlet, IBOutletCollection, and IBAction intoTed Kremenek
2012-06-18Change -Winternal-linkage-in-inline from ExtWarn to Warning in C++.Jordan Rose
2012-06-18XFAIL linker-opts.c on win32 now that it doesn't pretend that link.exe is ld.Michael J. Spencer
2012-06-18Support -Winternal-linkage-in-inline in C++ code.Jordan Rose
2012-06-18Allow internal decls in inline functions if the function is in the main file.Jordan Rose
2012-06-18[VS Toolchain] Correctly forward -l linker inputs to link.exe.Michael J. Spencer
2012-06-18fix PR13071 / rdar://problem/11634669 :Nuno Lopes
2012-06-18alloc_size attribute: there's nothing wrong with alloc_size(1,1). It just mea...Nuno Lopes
2012-06-18Handle C++11 attribute namespaces automatically.Sean Hunt
2012-06-18[MSExtensions] Add support for __forceinline.Michael J. Spencer
2012-06-18Extend the error recovery for a template-argument-list terminated by '>>' toRichard Smith
2012-06-17Don't warn about address-to-member used as part of initialisation, ifJoerg Sonnenberger
2012-06-17For compatibility with gcc, accept -maltivec as an alias of -faltivec.Hal Finkel
2012-06-16-Wuninitialized bugfix: when entering the scope of a variable with noRichard Smith