- 04ae2df add push/pop semantics for diagnostics. Patch by Louis Gerbarg! by Chris Lattner · 16 years ago
- 0126e5e Revert to using shell to find files instead of 'find', that wasn't portable. by Daniel Dunbar · 16 years ago
- 060cad5 Stop looking for tests in the Output/ directory. by Daniel Dunbar · 16 years ago
- 839fbc5 The -disable-free hack didn't work... by Daniel Dunbar · 16 years ago
- c966cf1 Force NeXT runtime for this test. by Daniel Dunbar · 16 years ago
- 9685aee Remove excessive use of Carbon.h / Cocoa.h in clang tests. by Daniel Dunbar · 16 years ago
- 70b8742 Fix comment, and reduce computational expense of this test. by Daniel Dunbar · 16 years ago
- e2a3e9a Add -disable-free to this test in the hopes if having it pass on Linux for now. by Daniel Dunbar · 16 years ago
- 28e4780 Fix type conversion of ObjCObjectPointerType. by Daniel Dunbar · 16 years ago
- c1ab900 Generate correct prototype for objc_enumerationMutation. by Daniel Dunbar · 16 years ago
- 5dfb823 Fix test case to match intent. by Daniel Dunbar · 16 years ago
- a7afc45 restore proper valgrind support. by Nuno Lopes · 16 years ago
- 43d74a5 Handle insidious corner case exposed by RegionStoreManager when handling void* values that are bound by Ted Kremenek · 16 years ago
- e07c579 remove duplicated test cast. by Zhongxing Xu · 16 years ago
- 3591b1a Fix a test. by Anders Carlsson · 16 years ago
- a0f71de Add another test. by Anders Carlsson · 16 years ago
- 6a75cd9 Implement more of C++0x 'auto'. A variable with an auto type specifier must have an initializer. Also, move some tests around to match the C++0x draft better. by Anders Carlsson · 16 years ago
- 7d7c439 This test passes with RegionStoreManager. by Ted Kremenek · 16 years ago
- 6f0b2ef This test now passes with RegionStoreManager. by Ted Kremenek · 16 years ago
- 14108da This patch includes a conceptually simple, but very intrusive/pervasive change. by Steve Naroff · 16 years ago
- 88bd340 Fix silly mistake I made applying patch to fix test. by Eli Friedman · 16 years ago
- cad9fef Rename test file. by Ted Kremenek · 16 years ago
- 2f08991 RegionStoreManager also passes this test file. by Ted Kremenek · 16 years ago
- 988dc7e RegionStoreManager now correctly passes this test file. by Ted Kremenek · 16 years ago
- 31ef2b6 Test case in test/Analysis/xfail_regionstore_wine_crash.c no longer fails, so by Ted Kremenek · 16 years ago
- 4e57992 Fix type of 'this' and add a decltype test. by Anders Carlsson · 16 years ago
- 8d344ae Revert r75281 and simply remove the assertion in NewCastRegion that by Ted Kremenek · 16 years ago
- 3f9811b Fix crash in StoreManager::NewCastRegion regarding handling casts to void*, by Ted Kremenek · 16 years ago
- 40c072f Patch to build list of inherited virtual base classes by Fariborz Jahanian · 16 years ago
- cb52d28 Misc fixes to fix tests on OpenBSD, per email to cfe-commits. Patches by Eli Friedman · 16 years ago
- c037eac Switch BasicStoreManager to use the new CastRegion implementation by default, by Ted Kremenek · 16 years ago
- fdee089 don't crash if class is using itself as its super class. by Fariborz Jahanian · 16 years ago
- d5940ce Fix another decltype crash. by Anders Carlsson · 16 years ago
- eb96e12 Sema check on out of order object initialization of by Fariborz Jahanian · 16 years ago
- 5e09d4c Use getDeclName in DefineImplicitOverloadedAssign as well. by Anders Carlsson · 16 years ago
- 0d5dc8e Another little test for C++ [over.over] by Douglas Gregor · 16 years ago
- 5eda816 Pass the DeclName to the diagnostic builder so that member names will be quoted correctly. by Anders Carlsson · 16 years ago
- 72e771f Add test for C++ [over.over.]p1, the contexts in which one can take the address of an overloaded function. by Douglas Gregor · 16 years ago
- 9b31df4 Store the isAddressOfOperand in the UnresolvedDeclRefExpr, so that we can pass it when instantiating the expr. Fixes another member pointer bug. by Anders Carlsson · 16 years ago
- 00aeb52 Implement the simple form of overload resolution used when taking the by Douglas Gregor · 16 years ago
- 5997888 Fix: <rdar://problem/7034511> ValueManager::makeIntVal(uint64_t X, QualType T) should return a 'Loc' when 'T' is a pointer by Ted Kremenek · 16 years ago
- f9e48bd It's not allowed to form member pointers to members that have reference type. Add a test for this and the rest of [dcl.mptr]p3. by Anders Carlsson · 16 years ago
- 83314aa Implement template argument deduction when taking the address of a by Douglas Gregor · 16 years ago
- 643b7df Patch adds test to my previous patch for assigning to by Fariborz Jahanian · 16 years ago
- daa439a Fix a corner case with argument-dependent lookup and overloaded function sets. by Douglas Gregor · 16 years ago
- 69be8d6 Improve argument-dependent lookup to find associated classes and by Douglas Gregor · 16 years ago
- 9c10fcf reimplement vector comparisons as [fi]cmp+sext instead of using v[if]cmp. by Chris Lattner · 16 years ago
- 3e15cc3 Overload resolution prefers non-templates to templates by Douglas Gregor · 16 years ago
- de0cb8b Improve template argument deduction from a call. In particular, by Douglas Gregor · 16 years ago
- 23c7d06 Implement checking of exception spec compatibility for overriding virtual functions. by Sebastian Redl · 16 years ago
- 3292d5c Some (most) type trait expressions require that the argument passed in is a complete type. by Anders Carlsson · 16 years ago
- 0337f21 Diagnose, and not crash, when taking address of property expression. by Fariborz Jahanian · 16 years ago
- 6bec78d Tighten up the conditions under which we build an implicit function by Douglas Gregor · 16 years ago
- c29f77b Make ASTContext explicitly keep track of the declaration for the C by Douglas Gregor · 16 years ago
- e650c8c Introduce the notion of "Relocatable" precompiled headers, which are built by Douglas Gregor · 16 years ago
- 169077d NewCastRegion: Handle casts *from* pointers to incomplete structs to other types. by Ted Kremenek · 16 years ago
- 411af40 StoreManager::NewCastRegion: by Ted Kremenek · 16 years ago
- e1cea75 Make 'BasicStoreManager' + 'NewCastRegion' testable from the command line using '-analyzer-store=basic-new-cast'. by Ted Kremenek · 16 years ago
- f933437 Fix a problem with false diagnostics when comparing distinct NULL pointer types, from David Majnemer by Douglas Gregor · 16 years ago
- d89275b Fix PR 4489, a crash in PCH loading that occurs when loading the name by Douglas Gregor · 16 years ago
- 6d4b76d Fix <rdar://problem/7033733>. The CF_RETURNS_RETAINED attribute should work if the return type on an Objective-C method is a CF type reference, not just an Objective-C object reference. by Ted Kremenek · 16 years ago
- 675431d Parsing fix for out-of-line constructors, from Piotr Rak by Douglas Gregor · 16 years ago
- c1daae3 Fix out-of-source regression testing for makefiles by Douglas Gregor · 16 years ago
- 6f4a69a Fix bitfield promotion in the presence of explicit casts, from Abrama Bagnara. by Douglas Gregor · 16 years ago
- 921bd26 Having tests that depend on previously created files is bad idea. Fix them to be self-sufficient. by Argyrios Kyrtzidis · 16 years ago
- a342675 Fix for PR4502: add calculation of the integer conversion rank for wchar_t. by Eli Friedman · 16 years ago
- 7b332d9 Make use of the Index library through the index-test tool. by Argyrios Kyrtzidis · 16 years ago
- 4994d2d Catch function redeclarations with incompatible exception specifications. by Sebastian Redl · 16 years ago
- c5771fd add test case for r74407. by Zhongxing Xu · 16 years ago
- ed47fc6 Fix a horrible CFG bug reported in <rdar://problem/7027684>. The wrong successor by Ted Kremenek · 16 years ago
- dc14726 Enhance RegionStore to lazily symbolicate fields and array elements for by Ted Kremenek · 16 years ago
- 41e8c21 Fix RUN line so this test doesn't hang. by Ted Kremenek · 16 years ago
- 2e22253 Add support for retrieving the Doxygen comment associated with a given by Douglas Gregor · 16 years ago
- ae4df62 Fix PR 4489, a PCH crash during de-serialization. by Douglas Gregor · 16 years ago
- dac5bd4 Temporarily disable RegionStore for stack-addr-ps.c, as a new test case reveals by Ted Kremenek · 16 years ago
- 921109a Add a FIXME to RegionStore, do some minor code cleanup, and get RegionStore to by Ted Kremenek · 16 years ago
- cca9e96 Keep track of more information within the template instantiation stack, e.g., by Douglas Gregor · 16 years ago
- 9617433 Patch to implement template types in ctor-initializer list. by Fariborz Jahanian · 16 years ago
- 16134c6 Cope with explicitly-specified function template arguments when there by Douglas Gregor · 16 years ago
- 6db8ed4 When explicit template arguments are provided for a function call, by Douglas Gregor · 16 years ago
- bcfad54 Patch to support optional nested-name-specifier in in ctor-initializer list. by Fariborz Jahanian · 16 years ago
- edce4dd Preliminary parsing and ASTs for template-ids that refer to function by Douglas Gregor · 16 years ago
- 5ac3dfc Diagnose multiple initialization of anonymous union by Fariborz Jahanian · 16 years ago
- 9da7201 More diagnostics related to initialization of direct bases by Fariborz Jahanian · 16 years ago
- b33fe2f When recursively instantiating function templates, keep track of the by Douglas Gregor · 16 years ago
- ed88608 Update C++ section data and directory structure to reflect N2914 by Douglas Gregor · 16 years ago
- 7abe019 When retrieving element region, if its super region has binding, return by Zhongxing Xu · 16 years ago
- 149f138 Implement PR4175, catching some questionable comparisons. Patch by by Chris Lattner · 16 years ago
- 8d4655d Make an error message more clear. by Anders Carlsson · 16 years ago
- 47deacf A more detailed diagnosis of ill-formed ctor-initializer list. by Fariborz Jahanian · 16 years ago
- af017e6 Improvements to decltype. We now don't crash anymore when the expr is an overloaded function decl. by Anders Carlsson · 16 years ago
- 1fd2dd1 Improve code generation for function template specializations: by Douglas Gregor · 16 years ago
- 7881a05 Diagnose multiple initialzation of data-member/base by Fariborz Jahanian · 16 years ago
- 127102b Keep track of function template specializations, to eliminate by Douglas Gregor · 16 years ago
- f7b8eec OpenBSD support. - Patch by Jonathan Gray! by Daniel Dunbar · 16 years ago
- a03f157 Invalidate the alloca region by setting its default value to conjured symbol. by Zhongxing Xu · 16 years ago
- d966a55 Move the check for vprintf* functions inside of SemaCheckStringLiteral. Fixes PR4470. by Anders Carlsson · 16 years ago
- ae0b243 make these tests pass with the stack canary stuff even on targets where they default to on. by Chris Lattner · 16 years ago
- 49e2e99 Now this test case passes. by Zhongxing Xu · 16 years ago
- 6bd8a52 Invalidate a field of struct type by setting its default value to conjured by Zhongxing Xu · 16 years ago