| Commit message (Expand) | Author | Age | Files | Lines |
* | remove the 'unused static' diagnostic from codegen. This should be | Chris Lattner | 2008-04-25 | 1 | -7/+0 |
* | Do a better job at computing dead symbols. | Ted Kremenek | 2008-04-25 | 1 | -0/+8 |
* | Added uninitialized-values (path-sensitive) test case as a regression test | Ted Kremenek | 2008-04-24 | 1 | -0/+18 |
* | Added test case for functionality fix in rdar://problem/5886141 (handle varia... | Ted Kremenek | 2008-04-24 | 1 | -1/+12 |
* | Added lval type (and tracking) for StringLiterals. | Ted Kremenek | 2008-04-22 | 1 | -1/+8 |
* | Added "nonlval::LValAsInteger" to represent abstract LVals casted to integers... | Ted Kremenek | 2008-04-22 | 1 | -0/+12 |
* | Added null dereference test involving arrays. | Ted Kremenek | 2008-04-22 | 1 | -0/+11 |
* | Allow property in base class to be implemented in a | Fariborz Jahanian | 2008-04-21 | 1 | -0/+63 |
* | Added missing expected-warning. | Ted Kremenek | 2008-04-21 | 1 | -1/+1 |
* | Added null dereference test case looking for null dereferences involving Memb... | Ted Kremenek | 2008-04-21 | 1 | -0/+12 |
* | More semantics checks of properties. Property implementation can implicitly use | Fariborz Jahanian | 2008-04-21 | 1 | -4/+7 |
* | Support for @dynamic AST build. | Fariborz Jahanian | 2008-04-21 | 1 | -0/+36 |
* | Clean up handling of function redeclarations | Douglas Gregor | 2008-04-21 | 1 | -0/+5 |
* | Fix PR2236 | Nate Begeman | 2008-04-20 | 1 | -0/+7 |
* | Two improvements to initializer parsing: | Chris Lattner | 2008-04-20 | 1 | -0/+8 |
* | OCUVector -> ExtVector, shorthand for extended vector, per feedback from Chris. | Nate Begeman | 2008-04-18 | 3 | -6/+6 |
* | fix __attribute__(format) for struct function pointer fields | Nuno Lopes | 2008-04-18 | 1 | -0/+5 |
* | Added test cases to test for reference count leaks. | Ted Kremenek | 2008-04-18 | 1 | -0/+20 |
* | Add extra test cases to test "escaping" for the reference count checker. | Ted Kremenek | 2008-04-16 | 1 | -0/+39 |
* | Update CF reference count checker test case to illustrate the use of | Ted Kremenek | 2008-04-16 | 2 | -15/+27 |
* | Added test case illustrating the use of '&'. | Ted Kremenek | 2008-04-15 | 1 | -0/+7 |
* | Rename RewriteTest->RewriteObjC. | Steve Naroff | 2008-04-14 | 26 | -27/+27 |
* | Updated test cases so that they do not emit warnings for dead stores. | Ted Kremenek | 2008-04-14 | 2 | -5/+5 |
* | Added test case to dead stores checker. | Ted Kremenek | 2008-04-14 | 1 | -3/+13 |
* | This patch adds very basic support for parsing and type-checking class | Douglas Gregor | 2008-04-13 | 2 | -1/+26 |
* | Introduce support for finding class and enum names via ordinary name lookup i... | Douglas Gregor | 2008-04-13 | 1 | -0/+50 |
* | Fix PR2220, making diagnostics for unexpected tokens in pp expressions | Chris Lattner | 2008-04-13 | 1 | -0/+10 |
* | this started failing because a GEP was constant folded, | Chris Lattner | 2008-04-13 | 1 | -1/+3 |
* | Default argument cleanups and minor improvements, patch by | Chris Lattner | 2008-04-12 | 1 | -0/+2 |
* | Changed behavior of how we handle "NULL" summaries: just call | Ted Kremenek | 2008-04-11 | 1 | -0/+30 |
* | Fixed some logic errors in the CF ref count checker; we now can detect simple | Ted Kremenek | 2008-04-10 | 1 | -0/+15 |
* | Refactored all logic to run the GRSimpleVals and CFRef checker into a common | Ted Kremenek | 2008-04-10 | 4 | -4/+4 |
* | typedef void T; | Chris Lattner | 2008-04-10 | 1 | -1/+3 |
* | Several improvements from Doug Gregor related to default | Chris Lattner | 2008-04-10 | 3 | -6/+25 |
* | Add support for C++ default arguments, and rework Parse-Sema | Chris Lattner | 2008-04-08 | 6 | -0/+63 |
* | merge compatibility testing of qualified/unqualified interfaces together | Chris Lattner | 2008-04-07 | 1 | -1/+3 |
* | MyOtherClass<MyProtocol>* is compatible with MyClass* | Chris Lattner | 2008-04-07 | 1 | -1/+5 |
* | remove the old non-parallel test system. 'make' in clang/test now runs | Chris Lattner | 2008-04-06 | 2 | -45/+26 |
* | reject 'int test(x, x) int x; {}' | Chris Lattner | 2008-04-06 | 1 | -0/+2 |
* | reject 'typedef int y; int test(x, y)'. | Chris Lattner | 2008-04-06 | 2 | -1/+4 |
* | Fix handling of implicit int, resolving PR2012 and reverting (and | Chris Lattner | 2008-04-05 | 3 | -3/+11 |
* | Step #1 to fixing PR2012: c89 allows declspecs to be completely | Chris Lattner | 2008-04-05 | 1 | -0/+6 |
* | Fix PR2049, updating Eli's patch that fixes to mainline. This produces incor... | Chris Lattner | 2008-04-04 | 1 | -1/+13 |
* | Since isComplexType() no longer returns true for _Complex integers, the code | Chris Lattner | 2008-04-04 | 1 | -1/+6 |
* | Add explicit support for diagnosing implicit function decls. | Steve Naroff | 2008-04-04 | 1 | -0/+17 |
* | PR1963: Address of function is a constant expression | Seo Sanghyeon | 2008-04-04 | 1 | -0/+3 |
* | Fix PR2081 (problems codegen'ing some recursive structures) patch | Chris Lattner | 2008-04-03 | 1 | -0/+13 |
* | Change ObjCInterfaceDecl to inherit from NamedDecl (not TypeDecl). While ObjC... | Steve Naroff | 2008-04-02 | 1 | -2/+1 |
* | improve error to be something end users will actually understand :) | Chris Lattner | 2008-04-02 | 1 | -2/+2 |
* | Added path-sensitive null dereference test case. | Ted Kremenek | 2008-04-02 | 1 | -0/+6 |