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