2008-01-14 |
Steve Naroff | Revert r45951, Chris says it violates the C99 spec. |
commit | commitdiff | tree | snapshot |
2008-01-14 |
Anders Carlsson | _asm is another valid alias for asm. |
commit | commitdiff | tree | snapshot |
2008-01-14 |
Anders Carlsson | Add codegen upport for implicit casts to aggregate... |
commit | commitdiff | tree | snapshot |
2008-01-14 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2008-01-14 |
Chris Lattner | Fix ASTContext::typesAreCompatible when analyzing a... |
commit | commitdiff | tree | snapshot |
2008-01-14 |
Steve Naroff | Rewrite Expr::isNullPointerConstant() to deal with... |
commit | commitdiff | tree | snapshot |
2008-01-13 |
Steve Naroff | Change Sema::CheckAddressOfOperation() to respect C99... |
commit | commitdiff | tree | snapshot |
2008-01-13 |
Ted Kremenek | Moved destructor logic of templated class ExplodedGraph... |
commit | commitdiff | tree | snapshot |
2008-01-13 |
Ted Kremenek | Added node cleanup to dstor of ExplodedGraph. |
commit | commitdiff | tree | snapshot |
2008-01-13 |
Ted Kremenek | Created ExplodedGraph.cpp and moved most method impleme... |
commit | commitdiff | tree | snapshot |
2008-01-13 |
Ted Kremenek | Moved 'ExplodedNodeGroup' into class 'ExplodedNode... |
commit | commitdiff | tree | snapshot |
2008-01-13 |
Ted Kremenek | Fixed lines preventing compilation. |
commit | commitdiff | tree | snapshot |
2008-01-13 |
Ted Kremenek | Now include "CFG.h" because the inline methods of ... |
commit | commitdiff | tree | snapshot |
2008-01-13 |
Ted Kremenek | Fixed some comments. |
commit | commitdiff | tree | snapshot |
2008-01-13 |
Ted Kremenek | Removed ExplodedNode.h, since its contents are now... |
commit | commitdiff | tree | snapshot |
2008-01-13 |
Ted Kremenek | Merged ExplodedNode.h into ExplodedGraph.h, since the... |
commit | commitdiff | tree | snapshot |
2008-01-13 |
Ted Kremenek | Changed implementation of successor and predecessor... |
commit | commitdiff | tree | snapshot |
2008-01-12 |
Chris Lattner | allow __func__ in objc methods. |
commit | commitdiff | tree | snapshot |
2008-01-12 |
Chris Lattner | Tighten up handling of __func__ and friends: it should... |
commit | commitdiff | tree | snapshot |
2008-01-12 |
Chris Lattner | Fix the type of predefined identifiers like __func__... |
commit | commitdiff | tree | snapshot |
2008-01-12 |
Chris Lattner | Fix a fixme, by only parsing extern "C" in C++ mode. |
commit | commitdiff | tree | snapshot |
2008-01-12 |
Chris Lattner | Add first pieces of support for parsing and representing |
commit | commitdiff | tree | snapshot |
2008-01-12 |
Chris Lattner | When forming the squigly underline for a diagnostic... |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Ted Kremenek | Fix misspelling of "existent". |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Ted Kremenek | Added ProgramPoint.cpp, which implements several method... |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Ted Kremenek | Renamed ProgramEdge.h to ProgramPoint.h |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Ted Kremenek | Renamed ProgramEdge to ProgramPoint and changed subclas... |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Ted Kremenek | Fixed 80-col violation. |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Fariborz Jahanian | Avoid redefinition of __objcFastEnumerationState |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Steve Naroff | - Teach Expr::isConstantExpr() about InitListExpr's... |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Fariborz Jahanian | Recover from user typo not having proper @interface... |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Fariborz Jahanian | Remove non-ascii chaaracter from diagnostic |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Ted Kremenek | Fixed non-ASCII quote. |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Fariborz Jahanian | Warn (as gcc does) when @end does not close anything. |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Ted Kremenek | Added some text about the ccc script provided by Sanghy... |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Chris Lattner | add support for the GCC -include option. |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Seo Sanghyeon | Compiler driver |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Chris Lattner | Fix some 80 col violations |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Chris Lattner | Ted apparently likes crazy whitespace at the end of... |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Fariborz Jahanian | Put return type of synthesize method on same line as... |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Ted Kremenek | Added "InfeasibleEdge" to represent an infeasible state... |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Fariborz Jahanian | Pass rewritten output to 'clang' for verification. |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Fariborz Jahanian | Allow messaging expression as foreach's collection... |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Steve Naroff | Add a FIXME to commit r45784. Thanks mrs! |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Steve Naroff | Fix Sema::ActOnDeclarator() to call MergeFunctionDecl... |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Ted Kremenek | Renamed various traits and classes. Added "Infeasible... |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Ted Kremenek | Renamed Stmt***Edge and ***StmtEdge (where *** = "Stmt... |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Ted Kremenek | Removed some files related to the path-sensitive solver... |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Steve Naroff | Fix ASTContext::typesAreCompatible to allow for int... |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Steve Naroff | Teach Sema::ActOnCompoundLiteral about constraint C99... |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Chris Lattner | Fix isIntegerConstantExpr to compare against zero for... |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Chris Lattner | implement proper support for _Bool in memory, which... |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Fariborz Jahanian | Type-cast RHS of assignment to prevent warning compilin... |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Fariborz Jahanian | Fixed a bug whereby a parethesized collection expressio... |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Fariborz Jahanian | Typo fixed. |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Fariborz Jahanian | Another test case for testing rewriteing of nested... |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Fariborz Jahanian | Remove dependency on objc.h |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Steve Naroff | Teach Expr::isConstantExpr() about CompoundLiterals. |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Chris Lattner | Fix a typo, patch by Mike Stump! |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Fariborz Jahanian | Patch to rewrite ObjC2's foreach-stmt. |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Ted Kremenek | Added VISIBILITY_HIDDEN to classes/structs in anonymous... |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Ted Kremenek | Added VISIBILITY_HIDDEN to classes/structs in anonymous... |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Ted Kremenek | Added most of the boilerplate to the driver needed... |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Chris Lattner | readability improvement suggested by Sam Bishop, thanks! |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Steve Naroff | Fix Sema::CheckConditionalOperands(). The null pointer... |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Ted Kremenek | Added nodes_iterator to the GraphTrait for ExplodedNode<>. |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Ted Kremenek | Added GraphTraits<> partial specializations for Explode... |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Ted Kremenek | Relocated comment in header. |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Ted Kremenek | Added more boilerplate for processing end-of-paths. |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Ted Kremenek | Added ownership of "checker state" within the ExplodedG... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Fariborz Jahanian | Patch to start rewriting of ObjC2's foreach statement... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Fariborz Jahanian | Verify/add code to make sure types passed to interfaceT... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Chris Lattner | Fix a nasty corner case that Neil noticed in PR1900... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Ted Kremenek | Substituted all instances of the string "Objc" for... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Fariborz Jahanian | Make interfaceTypesAreCompatible a private method. |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Ted Kremenek | Renamed SimulVertex, SimulGraph, and SimulEngine to: |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Ted Kremenek | Minor tweak to serialization of ObjcForCollectionStmt... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Fariborz Jahanian | Limit type of foreach's element and collection to be... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Fariborz Jahanian | Issue diagnostics if more than one declaration in objec... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Chris Lattner | minor cleanup. |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Nate Begeman | Fix typo |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Chris Lattner | rearrange some code. |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Chris Lattner | some simplifications/cleanups to ?: sema. |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Chris Lattner | Emit warnings like "dereferencing void pointer" instead... |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Fariborz Jahanian | twiks based on Chris's comment. No need to iterate... |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Ted Kremenek | Moved serialization code for ObjcForCollectionStmt... |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Fariborz Jahanian | Minor refactoring of foreach's semantics code per Chris... |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Chris Lattner | unnest vector handling again. |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Fariborz Jahanian | Added a comment, minor refactoring of foreach parsing... |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Chris Lattner | we already test for exact type matches early, so we... |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Chris Lattner | simplify some of this code by removing the else/if... |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Fariborz Jahanian | Minor changes as suggested by Chris L. |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Chris Lattner | move objc expr sema to its own file. |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Chris Lattner | Fix PR1897, patch by Wilhansen Li |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Chris Lattner | add comments for the various AssignConvertType's, and... |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Chris Lattner | Merge all the 'assignment' diagnostic code into one... |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Chris Lattner | fix a build problem where NULL isn't implicitly defined... |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Fariborz Jahanian | Patch to add semantics check for ObjC2's foreacn statement. |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Chris Lattner | generalize some of the conversion warnings. |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Chris Lattner | update for changes in diagnostic strings. |
commit | commitdiff | tree | snapshot |
next |