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