2009-07-14 |
Zhongxing Xu | Instead of recovering from a wrong invalidation, this... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Devang Patel | I just revertd llvm patch. |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Ted Kremenek | Add basic checking for passing NULL to CFRetain/CFRelea... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Owen Anderson | Update for API change. |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Ted Kremenek | Tidy pretty-printing for SVals, using 'dump()' instead... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Ted Kremenek | When pretty-printing symbolic regions, use '{' ...... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Fariborz Jahanian | Fixes a minor bug in pretty printing of ctor defs. |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Ted Kremenek | Change pretty-printing API for SymExprs and MemRegions... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Ted Kremenek | Enhance SimpleSValuator::EvalBinOpNN to recognize the... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Daniel Dunbar | Explicitly initialize the options array, MinGW's gcc... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Daniel Dunbar | There is no need to value initialize this array. |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Steve Naroff | Remove superfluous call to getAsPointerType()... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Daniel Dunbar | Make stdin for test scripts empty, so that tests don... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Steve Naroff | Sema::CheckAdditionOperands(): Use Type::getPointeeType... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Devang Patel | New testcase for rev 75503. |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Chris Lattner | add netbsd support, patch by Krister Kalfridsson! |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Fariborz Jahanian | Added pretty-printing support for constructor definition. |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Steve Naroff | - Improve comment for Type::getPointeeType(). |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Steve Naroff | Fix 5 issues from Chris's feedback on http://llvm.org... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Devang Patel | Update debug info type cache after fwd decl is replaced... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Devang Patel | Fix comment. |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Owen Anderson | Update for LLVM API change. |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Chris Lattner | minor cleanups, reduce nesting of if's with early return. |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Daniel Dunbar | Match declaration to definition. |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Daniel Dunbar | Match declaration to definition. |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Chris Lattner | fix file headers. |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Chris Lattner | fix typo in file headers. |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Chris Lattner | improve comments. |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Chris Lattner | document the diagnostics pragmas, patch by Louis Gerbarg! |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Chris Lattner | add push/pop semantics for diagnostics. Patch by Louis... |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Daniel Dunbar | Revert to using shell to find files instead of 'find... |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Daniel Dunbar | Stop looking for tests in the Output/ directory. |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Daniel Dunbar | The -disable-free hack didn't work... |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Daniel Dunbar | Force NeXT runtime for this test. |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Daniel Dunbar | Remove excessive use of Carbon.h / Cocoa.h in clang... |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Daniel Dunbar | Add --time-tests option to test runner, for profiling... |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Daniel Dunbar | Fix comment, and reduce computational expense of this... |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Daniel Dunbar | Add -disable-free to this test in the hopes if having... |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Daniel Dunbar | Fix type conversion of ObjCObjectPointerType. |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Daniel Dunbar | Generate correct prototype for objc_enumerationMutation. |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Daniel Dunbar | Fix test case to match intent. |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Nuno Lopes | restore proper valgrind support. |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Alisdair Meredith | Fix breakage on Windows, cannot redeclare loop variable... |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Ted Kremenek | Handle insidious corner case exposed by RegionStoreMana... |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Zhongxing Xu | remove duplicated test cast. |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Anders Carlsson | Fix a test. |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Ted Kremenek | Restructure RegionStoreManager::EvalBinOp() as a switch... |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Eli Friedman | Fix typo (found by gcc warning). |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Anders Carlsson | Add another test. |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Anders Carlsson | Implement more of C++0x 'auto'. A variable with an... |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Ted Kremenek | Fix warning when compiling with optimizations: |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Ted Kremenek | This test passes with RegionStoreManager. |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Ted Kremenek | This test now passes with RegionStoreManager. |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Anders Carlsson | Remove some unused code from an experiment that I didn... |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Steve Naroff | This patch includes a conceptually simple, but very... |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Ted Kremenek | Restructure RegionStoreManager::getSizeInElements(... |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Eli Friedman | Fix silly mistake I made applying patch to fix test. |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Ted Kremenek | Rename test file. |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Ted Kremenek | RegionStoreManager also passes this test file. |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Ted Kremenek | RegionStoreManager now correctly passes this test file. |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Ted Kremenek | Test case in test/Analysis/xfail_regionstore_wine_crash... |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Anders Carlsson | Fix type of 'this' and add a decltype test. |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Ted Kremenek | Revert r75281 and simply remove the assertion in NewCas... |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Ted Kremenek | Fix crash in StoreManager::NewCastRegion regarding... |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Eli Friedman | Use /usr/bin/env trick to find python. Patch by Kriste... |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Fariborz Jahanian | Patch to build list of inherited virtual base classes |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Eli Friedman | Misc fixes to fix tests on OpenBSD, per email to cfe... |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Anders Carlsson | Fix a problem that Eli noticed, and that Doug helped... |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Ted Kremenek | Rename potentially ambiguous member template 'getRegion... |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Chris Lattner | linkify |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Argyrios Kyrtzidis | Add documentation for the Index library to clang's... |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Argyrios Kyrtzidis | Simplify a bit by using functions instead of checking... |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Ted Kremenek | Switch BasicStoreManager to use the new CastRegion... |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Fariborz Jahanian | don't crash if class is using itself as its super class. |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Anders Carlsson | Fix another decltype crash. |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Fariborz Jahanian | Sema check on out of order object initialization of |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Anders Carlsson | Use getDeclName in DefineImplicitOverloadedAssign as... |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Douglas Gregor | Another little test for C++ [over.over] |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Anders Carlsson | Pass the DeclName to the diagnostic builder so that... |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Douglas Gregor | Add test for C++ [over.over.]p1, the contexts in which... |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Zhongxing Xu | Remove dead code. |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Anders Carlsson | Store the isAddressOfOperand in the UnresolvedDeclRefEx... |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Douglas Gregor | Implement the simple form of overload resolution used... |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Ted Kremenek | Fix: <rdar://problem/7034511> ValueManager::makeIntVal... |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Anders Carlsson | It's not allowed to form member pointers to members... |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Douglas Gregor | Bump the PCH version number |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Douglas Gregor | Implement template argument deduction when taking the... |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Owen Anderson | Update for IRBuilder API change. |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Owen Anderson | Update for LLVM API change. |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Anders Carlsson | Implement code generation of ChooseExpr for aggregate... |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Fariborz Jahanian | Patch adds test to my previous patch for assigning to |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Chris Lattner | fix PR4513, a build problem with VC++, patch by James... |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Duncan Sands | Correct FreeBSD target info, fixing PR4514. |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Douglas Gregor | Fix a corner case with argument-dependent lookup and... |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Douglas Gregor | Update the C++ status table to better reflect our suppo... |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Douglas Gregor | Improve argument-dependent lookup to find associated... |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Argyrios Kyrtzidis | Initialize the ConstantArraySizeAsWritten field of... |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Owen Anderson | Update for LLVM API change. |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Fariborz Jahanian | Implemented memmove_collectable API for Next runtime |
commit | commitdiff | tree | snapshot |
next |