| Commit message (Expand) | Author | Age | Files | Lines |
* | Support catching Objective C pointers in C++ under the non-fragile NeXT runtime. | John McCall | 2010-07-24 | 2 | -0/+29 |
* | Return type of a setter call caused by | Fariborz Jahanian | 2010-07-24 | 1 | -0/+47 |
* | Make declarations in the dependent PCH visible, for C at least. | Sebastian Redl | 2010-07-23 | 3 | -0/+10 |
* | Added an path-sensitive unreachable code checker to the experimental analyzer... | Tom Care | 2010-07-23 | 4 | -17/+72 |
* | Revise cleanup IR generation to fix a major bug with cleanups (PR7686) | John McCall | 2010-07-23 | 3 | -10/+85 |
* | Allow __func__ and __FUNCTION__ and __PRETTY_FUNCTION__ inside blocks. | Fariborz Jahanian | 2010-07-23 | 1 | -0/+5 |
* | Test for selector-warning PCH patch. | Fariborz Jahanian | 2010-07-23 | 2 | -0/+43 |
* | Fix for PR7694: make sure to pass in a RecordType to CheckBaseClassAccess; | Eli Friedman | 2010-07-23 | 1 | -0/+11 |
* | Vectors are not integer types, so the type system should not classify | Douglas Gregor | 2010-07-23 | 1 | -0/+25 |
* | Add FILE* leak check to StreamChecker. Patch by Lei Zhang. | Zhongxing Xu | 2010-07-23 | 1 | -0/+21 |
* | Warn when property ivar lookup finds a global variable | Fariborz Jahanian | 2010-07-22 | 1 | -0/+13 |
* | Ted pointed out that this test case could be using access control instead of | John McCall | 2010-07-22 | 1 | -6/+5 |
* | Thread bitstream cursors all the way through the AST reading stuff. This way,... | Sebastian Redl | 2010-07-22 | 3 | -0/+4 |
* | Read/write C++0x static_assert for PCH. | Argyrios Kyrtzidis | 2010-07-22 | 2 | -0/+20 |
* | Support C++ try/catch statements for PCH. | Argyrios Kyrtzidis | 2010-07-22 | 1 | -1/+2 |
* | This patch adds support for tmpfile in StreamChecker. Patch by Lei Zhang. | Zhongxing Xu | 2010-07-22 | 1 | -0/+6 |
* | Update test case to include USRs containing offsets instead of line/columns. | Ted Kremenek | 2010-07-22 | 1 | -17/+20 |
* | Switch USR generation to use file offsets instead of line/columns for anonymo... | Ted Kremenek | 2010-07-22 | 1 | -15/+16 |
* | Fix PR7673 by allowing an empty clobbers section in an ASM statement. | Chandler Carruth | 2010-07-22 | 1 | -1/+2 |
* | tests: Make FileCheck version check that preamble isn't longer than we expected. | Daniel Dunbar | 2010-07-22 | 1 | -3/+2 |
* | Driver/Darwin: Set -force_cpusubtype_ALL only by default on x86. | Daniel Dunbar | 2010-07-22 | 1 | -2/+8 |
* | tests: XFAIL this test on win32, someone else can hunt this one down. | Daniel Dunbar | 2010-07-21 | 1 | -0/+1 |
* | Upgrade "'X' is unavailable" from a warning to an error. This matches GCC's ... | Ted Kremenek | 2010-07-21 | 2 | -6/+6 |
* | tests: Use FileCheck instead of external input; I think this test was failing on | Daniel Dunbar | 2010-07-21 | 2 | -13/+14 |
* | Fix a rewriter bug which originates in SemaInit involving | Fariborz Jahanian | 2010-07-21 | 1 | -0/+24 |
* | Switch some random local-decl cleanups over to using lazy cleanups. Turn on | John McCall | 2010-07-21 | 1 | -1/+1 |
* | Implement proper base/member destructor EH chaining. | John McCall | 2010-07-21 | 1 | -1/+47 |
* | Convert the EH cleanups for base and member destructors in a constructor into | John McCall | 2010-07-21 | 1 | -5/+5 |
* | Implement zero-initialization for array new when there is an | Douglas Gregor | 2010-07-21 | 1 | -4/+38 |
* | Fix the IR generation for catching pointers by references. | John McCall | 2010-07-20 | 1 | -0/+41 |
* | in 'new int[4]', constant fold the 4*4=16 instead of | Chris Lattner | 2010-07-20 | 1 | -0/+1 |
* | don't demand names to be on IR. | Chris Lattner | 2010-07-20 | 1 | -3/+2 |
* | temporarily disable this to fix the build bot. | Chris Lattner | 2010-07-20 | 1 | -1/+0 |
* | Follow the implementation approach suggested by PR6687, | Chris Lattner | 2010-07-20 | 1 | -4/+3 |
* | Print template argument names for template class. | Devang Patel | 2010-07-20 | 1 | -0/+9 |
* | implement rdar://5739832 - operator new should check for overflow in multiply, | Chris Lattner | 2010-07-20 | 1 | -2/+16 |
* | Introduce a new lexer function to compute the "preamble" of a file, | Douglas Gregor | 2010-07-20 | 2 | -0/+36 |
* | Hookup checking for invalid length modifiers in scanf format strings. | Ted Kremenek | 2010-07-20 | 1 | -0/+8 |
* | Re-apply fixed version of 108749, correctly conditionalizing the new sections on | Jim Grosbach | 2010-07-20 | 2 | -5/+5 |
* | Complain when string literals are too long for the active language | Douglas Gregor | 2010-07-20 | 1 | -0/+16 |
* | Hide the specializations folding sets of ClassTemplateDecl as an implementati... | Argyrios Kyrtzidis | 2010-07-20 | 1 | -0/+5 |
* | Fix test for Win32. | Daniel Dunbar | 2010-07-20 | 1 | -2/+2 |
* | and revert the related tests, too | Jim Grosbach | 2010-07-19 | 3 | -8/+8 |
* | Patch to type match comparing Objective-C Classes which implement | Fariborz Jahanian | 2010-07-19 | 1 | -0/+30 |
* | Don't warn when a '%%' or '%*d' (scanf) is used in a format string with posit... | Ted Kremenek | 2010-07-19 | 2 | -0/+9 |
* | Introduce a new libclang API, clang_reparseTranslationUnit(), which | Douglas Gregor | 2010-07-19 | 1 | -0/+3 |
* | Update tests for r108749 | Jim Grosbach | 2010-07-19 | 3 | -8/+8 |
* | Hook up 'invalid conversion' warning for scanf format strings. | Ted Kremenek | 2010-07-19 | 1 | -0/+1 |
* | Add missing conversion specifier parsing for 'u', 'x', 'o', and 's'. Fixes <... | Ted Kremenek | 2010-07-19 | 1 | -0/+3 |
* | Driver: Make -fnext-runtime the default when rewriting Objective-C. | Daniel Dunbar | 2010-07-19 | 1 | -1/+5 |