aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2010-07-262nd argument of __builtin_expect must be evaluatedFariborz Jahanian
2010-07-26Test for the presence of EH branch-throughs instead of normal branch-throughs.John McCall
2010-07-26Mark __builtin_eh_return as noreturn. Patch by Dimitry Andric.Benjamin Kramer
2010-07-26Introduce basic support for loading a precompiled preamble whileDouglas Gregor
2010-07-26Eliminate the "minimal" and printing parser actions, which only everDouglas Gregor
2010-07-24PR7698: Make sure we correctly handle the initialization of an array withEli Friedman
2010-07-24Mangle enum constant expressions. Fixes rdar://problem/8204122John McCall
2010-07-24turn down the logical bitwise confusion warning to not warn Chris Lattner
2010-07-24Support catching Objective C pointers in C++ under the non-fragile NeXT runtime.John McCall
2010-07-24Return type of a setter call caused byFariborz Jahanian
2010-07-23Make declarations in the dependent PCH visible, for C at least.Sebastian Redl
2010-07-23Added an path-sensitive unreachable code checker to the experimental analyzer...Tom Care
2010-07-23Revise cleanup IR generation to fix a major bug with cleanups (PR7686)John McCall
2010-07-23Allow __func__ and __FUNCTION__ and __PRETTY_FUNCTION__ inside blocks.Fariborz Jahanian
2010-07-23Test for selector-warning PCH patch.Fariborz Jahanian
2010-07-23Fix for PR7694: make sure to pass in a RecordType to CheckBaseClassAccess;Eli Friedman
2010-07-23Vectors are not integer types, so the type system should not classifyDouglas Gregor
2010-07-23Add FILE* leak check to StreamChecker. Patch by Lei Zhang.Zhongxing Xu
2010-07-22Warn when property ivar lookup finds a global variableFariborz Jahanian
2010-07-22Ted pointed out that this test case could be using access control instead ofJohn McCall
2010-07-22Thread bitstream cursors all the way through the AST reading stuff. This way,...Sebastian Redl
2010-07-22Read/write C++0x static_assert for PCH.Argyrios Kyrtzidis
2010-07-22Support C++ try/catch statements for PCH.Argyrios Kyrtzidis
2010-07-22This patch adds support for tmpfile in StreamChecker. Patch by Lei Zhang.Zhongxing Xu
2010-07-22Update test case to include USRs containing offsets instead of line/columns.Ted Kremenek
2010-07-22Switch USR generation to use file offsets instead of line/columns for anonymo...Ted Kremenek
2010-07-22Fix PR7673 by allowing an empty clobbers section in an ASM statement.Chandler Carruth
2010-07-22tests: Make FileCheck version check that preamble isn't longer than we expected.Daniel Dunbar
2010-07-22Driver/Darwin: Set -force_cpusubtype_ALL only by default on x86.Daniel Dunbar
2010-07-21tests: XFAIL this test on win32, someone else can hunt this one down.Daniel Dunbar
2010-07-21Upgrade "'X' is unavailable" from a warning to an error. This matches GCC's ...Ted Kremenek
2010-07-21tests: Use FileCheck instead of external input; I think this test was failing onDaniel Dunbar
2010-07-21Fix a rewriter bug which originates in SemaInit involvingFariborz Jahanian
2010-07-21Switch some random local-decl cleanups over to using lazy cleanups. Turn onJohn McCall
2010-07-21Implement proper base/member destructor EH chaining.John McCall
2010-07-21Convert the EH cleanups for base and member destructors in a constructor intoJohn McCall
2010-07-21Implement zero-initialization for array new when there is anDouglas Gregor
2010-07-20Fix the IR generation for catching pointers by references.John McCall
2010-07-20in 'new int[4]', constant fold the 4*4=16 instead of Chris Lattner
2010-07-20don't demand names to be on IR.Chris Lattner
2010-07-20temporarily disable this to fix the build bot.Chris Lattner
2010-07-20Follow the implementation approach suggested by PR6687,Chris Lattner
2010-07-20Print template argument names for template class.Devang Patel
2010-07-20implement rdar://5739832 - operator new should check for overflow in multiply,Chris Lattner
2010-07-20Introduce a new lexer function to compute the "preamble" of a file,Douglas Gregor
2010-07-20Hookup checking for invalid length modifiers in scanf format strings.Ted Kremenek
2010-07-20Re-apply fixed version of 108749, correctly conditionalizing the new sections onJim Grosbach
2010-07-20Complain when string literals are too long for the active languageDouglas Gregor
2010-07-20Hide the specializations folding sets of ClassTemplateDecl as an implementati...Argyrios Kyrtzidis
2010-07-20Fix test for Win32.Daniel Dunbar