summaryrefslogtreecommitdiffstats
path: root/clang/test
Commit message (Expand)AuthorAgeFilesLines
* remove the 'unused static' diagnostic from codegen. This should be Chris Lattner2008-04-251-7/+0
* Do a better job at computing dead symbols.Ted Kremenek2008-04-251-0/+8
* Added uninitialized-values (path-sensitive) test case as a regression testTed Kremenek2008-04-241-0/+18
* Added test case for functionality fix in rdar://problem/5886141 (handle varia...Ted Kremenek2008-04-241-1/+12
* Added lval type (and tracking) for StringLiterals.Ted Kremenek2008-04-221-1/+8
* Added "nonlval::LValAsInteger" to represent abstract LVals casted to integers...Ted Kremenek2008-04-221-0/+12
* Added null dereference test involving arrays.Ted Kremenek2008-04-221-0/+11
* Allow property in base class to be implemented in a Fariborz Jahanian2008-04-211-0/+63
* Added missing expected-warning.Ted Kremenek2008-04-211-1/+1
* Added null dereference test case looking for null dereferences involving Memb...Ted Kremenek2008-04-211-0/+12
* More semantics checks of properties. Property implementation can implicitly useFariborz Jahanian2008-04-211-4/+7
* Support for @dynamic AST build.Fariborz Jahanian2008-04-211-0/+36
* Clean up handling of function redeclarationsDouglas Gregor2008-04-211-0/+5
* Fix PR2236Nate Begeman2008-04-201-0/+7
* Two improvements to initializer parsing:Chris Lattner2008-04-201-0/+8
* OCUVector -> ExtVector, shorthand for extended vector, per feedback from Chris.Nate Begeman2008-04-183-6/+6
* fix __attribute__(format) for struct function pointer fieldsNuno Lopes2008-04-181-0/+5
* Added test cases to test for reference count leaks.Ted Kremenek2008-04-181-0/+20
* Add extra test cases to test "escaping" for the reference count checker.Ted Kremenek2008-04-161-0/+39
* Update CF reference count checker test case to illustrate the use ofTed Kremenek2008-04-162-15/+27
* Added test case illustrating the use of '&'.Ted Kremenek2008-04-151-0/+7
* Rename RewriteTest->RewriteObjC.Steve Naroff2008-04-1426-27/+27
* Updated test cases so that they do not emit warnings for dead stores.Ted Kremenek2008-04-142-5/+5
* Added test case to dead stores checker.Ted Kremenek2008-04-141-3/+13
* This patch adds very basic support for parsing and type-checking classDouglas Gregor2008-04-132-1/+26
* Introduce support for finding class and enum names via ordinary name lookup i...Douglas Gregor2008-04-131-0/+50
* Fix PR2220, making diagnostics for unexpected tokens in pp expressions Chris Lattner2008-04-131-0/+10
* this started failing because a GEP was constant folded, Chris Lattner2008-04-131-1/+3
* Default argument cleanups and minor improvements, patch byChris Lattner2008-04-121-0/+2
* Changed behavior of how we handle "NULL" summaries: just callTed Kremenek2008-04-111-0/+30
* Fixed some logic errors in the CF ref count checker; we now can detect simpleTed Kremenek2008-04-101-0/+15
* Refactored all logic to run the GRSimpleVals and CFRef checker into a commonTed Kremenek2008-04-104-4/+4
* typedef void T;Chris Lattner2008-04-101-1/+3
* Several improvements from Doug Gregor related to defaultChris Lattner2008-04-103-6/+25
* Add support for C++ default arguments, and rework Parse-Sema Chris Lattner2008-04-086-0/+63
* merge compatibility testing of qualified/unqualified interfaces togetherChris Lattner2008-04-071-1/+3
* MyOtherClass<MyProtocol>* is compatible with MyClass*Chris Lattner2008-04-071-1/+5
* remove the old non-parallel test system. 'make' in clang/test now runsChris Lattner2008-04-062-45/+26
* reject 'int test(x, x) int x; {}'Chris Lattner2008-04-061-0/+2
* reject 'typedef int y; int test(x, y)'.Chris Lattner2008-04-062-1/+4
* Fix handling of implicit int, resolving PR2012 and reverting (andChris Lattner2008-04-053-3/+11
* Step #1 to fixing PR2012: c89 allows declspecs to be completely Chris Lattner2008-04-051-0/+6
* Fix PR2049, updating Eli's patch that fixes to mainline. This produces incor...Chris Lattner2008-04-041-1/+13
* Since isComplexType() no longer returns true for _Complex integers, the codeChris Lattner2008-04-041-1/+6
* Add explicit support for diagnosing implicit function decls.Steve Naroff2008-04-041-0/+17
* PR1963: Address of function is a constant expressionSeo Sanghyeon2008-04-041-0/+3
* Fix PR2081 (problems codegen'ing some recursive structures) patchChris Lattner2008-04-031-0/+13
* Change ObjCInterfaceDecl to inherit from NamedDecl (not TypeDecl). While ObjC...Steve Naroff2008-04-021-2/+1
* improve error to be something end users will actually understand :)Chris Lattner2008-04-021-2/+2
* Added path-sensitive null dereference test case.Ted Kremenek2008-04-021-0/+6
OpenPOWER on IntegriCloud