2007-09-16 |
Steve Naroff | Fixes/tweaks that prevent "defaults-i.m" from compiling. |
commit | commitdiff | tree | snapshot |
2007-09-16 |
Steve Naroff | Rename statement actions (from Parse-prefix to ActOn... |
commit | commitdiff | tree | snapshot |
2007-09-16 |
Steve Naroff | Rename expression actions (from Parse-prefix to ActOn... |
commit | commitdiff | tree | snapshot |
2007-09-16 |
Hartmut Kaiser | Fixed a problem VC++ revealed in release mode. Please... |
commit | commitdiff | tree | snapshot |
2007-09-16 |
Hartmut Kaiser | Fixed two problems VC++ revealed in release mode. Pleas... |
commit | commitdiff | tree | snapshot |
2007-09-16 |
Hartmut Kaiser | Updated VC++ build system. |
commit | commitdiff | tree | snapshot |
2007-09-15 |
Chris Lattner | switch the various CFG-based stuff over to using ASTCon... |
commit | commitdiff | tree | snapshot |
2007-09-15 |
Chris Lattner | convert ast printer and dumper ocver to ASTConsumer... |
commit | commitdiff | tree | snapshot |
2007-09-15 |
Chris Lattner | add a new ASTConsumer consumer to simplify stuff in... |
commit | commitdiff | tree | snapshot |
2007-09-15 |
Chris Lattner | Initial checkin of rewriter interface. It is just... |
commit | commitdiff | tree | snapshot |
2007-09-15 |
Chris Lattner | pretty print some nodes more nicely. |
commit | commitdiff | tree | snapshot |
2007-09-15 |
Chris Lattner | fix comment |
commit | commitdiff | tree | snapshot |
2007-09-15 |
Steve Naroff | Start converting Action methods from Parse-prefix to... |
commit | commitdiff | tree | snapshot |
2007-09-15 |
Fariborz Jahanian | Couple of new classes for objective-c's @protocol typings. |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Ted Kremenek | Added several files to XCode project file... |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Steve Naroff | Rename Action::ParseRecordBody() to ProcessFieldDecls... |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Ted Kremenek | Prototype implementation of new template-based dataflow... |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Steve Naroff | Several improvement to Sema::ParseRecordBody()... |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Fariborz Jahanian | Patch to store ivars into interface class object. |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Fariborz Jahanian | Semantic analysis for objective-c ivars. |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Steve Naroff | Now that the dust has settled on the Decl refactoring... |
commit | commitdiff | tree | snapshot |
2007-09-13 |
Steve Naroff | Move Decl::NextDeclarator (w/ setters/getters) down... |
commit | commitdiff | tree | snapshot |
2007-09-13 |
Steve Naroff | Phase 2 of making the Decl class more lightweight... |
commit | commitdiff | tree | snapshot |
2007-09-13 |
Fariborz Jahanian | Patch for collecting ivars before running action on... |
commit | commitdiff | tree | snapshot |
2007-09-13 |
Steve Naroff | Add "ScopedDecl" AST, used by ValueDecl and TypeDecl. |
commit | commitdiff | tree | snapshot |
2007-09-13 |
Chris Lattner | update to match llvm mainline api |
commit | commitdiff | tree | snapshot |
2007-09-13 |
Chris Lattner | adjust to a change in the LLVM APIs, this is still... |
commit | commitdiff | tree | snapshot |
2007-09-13 |
Chris Lattner | When dumping out errors about unsupported stuff, emit... |
commit | commitdiff | tree | snapshot |
2007-09-13 |
Chris Lattner | make the sourcemgr available through ASTContext. |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Steve Naroff | Add ASTContext::StringMap<char> to unique selector... |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Ted Kremenek | Minor space tightening. |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Steve Naroff | Remove a FIXME. Replace a couple asserts with an approp... |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Ted Kremenek | Fixed recursion bug: should call Visit on child instead... |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Ted Kremenek | Fixed logic bug in recursion to visiting child statements. |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Ted Kremenek | Added files CFGStmtVisitor and DataflowStmtVisitor... |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Ted Kremenek | Migrated LiveVariables to use the new DataflowStmtVisit... |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Ted Kremenek | Added extensions (subclasses) to the StmtVisitor class... |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Fariborz Jahanian | Patch for building method declaration nodes. Also fixed... |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Hartmut Kaiser | Removed clang solution file for VC++, which didn't... |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Steve Naroff | Fix the following bug submitted by Ted Kremenek: |
commit | commitdiff | tree | snapshot |
2007-09-11 |
Ted Kremenek | Added static method "CFG::hasImplicitControlFlow". |
commit | commitdiff | tree | snapshot |
2007-09-11 |
Ted Kremenek | Fixed bug where ternary expressions and GCC-style condi... |
commit | commitdiff | tree | snapshot |
2007-09-11 |
Steve Naroff | - Add an ObjcIvarDecl AST node (a subclass of FieldDecl). |
commit | commitdiff | tree | snapshot |
2007-09-11 |
Fariborz Jahanian | Change ObjcMethodDecl class derivation. |
commit | commitdiff | tree | snapshot |
2007-09-11 |
Ted Kremenek | For looking at "dead stores" in declarations, we now... |
commit | commitdiff | tree | snapshot |
2007-09-11 |
Ted Kremenek | Fixed potential NULL dereference when iterating over... |
commit | commitdiff | tree | snapshot |
2007-09-11 |
Gabor Greif | get rid of ugly "warning: no newline at end of file" |
commit | commitdiff | tree | snapshot |
2007-09-10 |
Ted Kremenek | Fixed isFunctionPointerType to correctly handle typedefs. |
commit | commitdiff | tree | snapshot |
2007-09-10 |
Steve Naroff | Fix the following bug submitted by Justin Handville. |
commit | commitdiff | tree | snapshot |
2007-09-10 |
Steve Naroff | Some small tweaks to the recent Objc support... |
commit | commitdiff | tree | snapshot |
2007-09-10 |
Fariborz Jahanian | Early patch to collect objective-c methods inserts... |
commit | commitdiff | tree | snapshot |
2007-09-10 |
Ted Kremenek | Fixed LiveVariables to no longer track the liveness... |
commit | commitdiff | tree | snapshot |
2007-09-10 |
Ted Kremenek | Modified dumping of Decl information to including the... |
commit | commitdiff | tree | snapshot |
2007-09-10 |
Ted Kremenek | Added "isFunctionPointerType()" so that we can readily... |
commit | commitdiff | tree | snapshot |
2007-09-10 |
Ted Kremenek | Renaming of the LiveVariablesAuditor interface. Change... |
commit | commitdiff | tree | snapshot |
2007-09-08 |
Chris Lattner | Don't rely on ADL to find this member, patch by Justin... |
commit | commitdiff | tree | snapshot |
2007-09-07 |
Ted Kremenek | -check-dead-stores now no longer prints out the functio... |
commit | commitdiff | tree | snapshot |
2007-09-07 |
Ted Kremenek | Refactored driver options that perform analyses/work... |
commit | commitdiff | tree | snapshot |
2007-09-07 |
Hartmut Kaiser | Fixed compilation on Windows. |
commit | commitdiff | tree | snapshot |
2007-09-06 |
Ted Kremenek | Added more checking in "dead stores" for values that... |
commit | commitdiff | tree | snapshot |
2007-09-06 |
Ted Kremenek | Minor bug fixes to corner cases where LiveVariables... |
commit | commitdiff | tree | snapshot |
2007-09-06 |
Ted Kremenek | Forgot to check in the actual "dead stores" checker... |
commit | commitdiff | tree | snapshot |
2007-09-06 |
Ted Kremenek | Added "Dead Stores", a flow-sensitive checker that... |
commit | commitdiff | tree | snapshot |
2007-09-06 |
Ted Kremenek | LiveVariables: |
commit | commitdiff | tree | snapshot |
2007-09-06 |
Steve Naroff | The goal of this commit is to get just enough Sema... |
commit | commitdiff | tree | snapshot |
2007-09-06 |
Ted Kremenek | Added LabelLoc to GotoStmt to record the source locatio... |
commit | commitdiff | tree | snapshot |
2007-09-06 |
Ted Kremenek | Added libClangAnalysis |
commit | commitdiff | tree | snapshot |
2007-09-06 |
Ted Kremenek | Added an early implementation of Live-Variables analysi... |
commit | commitdiff | tree | snapshot |
2007-09-06 |
Chris Lattner | remove the FATAL classifier. |
commit | commitdiff | tree | snapshot |
2007-09-06 |
Chris Lattner | remove sorry. |
commit | commitdiff | tree | snapshot |
2007-09-05 |
Steve Naroff | Start implementing Actions interface for ObjC classes... |
commit | commitdiff | tree | snapshot |
2007-09-05 |
Fariborz Jahanian | Patch for parsing objective-c style method calls. |
commit | commitdiff | tree | snapshot |
2007-09-05 |
Ted Kremenek | Moved tracking of CFG block IDs into the CFG class. |
commit | commitdiff | tree | snapshot |
2007-09-05 |
Fariborz Jahanian | 1. Fix parsing of method prototype involving c-style... |
commit | commitdiff | tree | snapshot |
2007-09-04 |
Fariborz Jahanian | Fixed a typo pointed out by Anders Calrsson. |
commit | commitdiff | tree | snapshot |
2007-09-04 |
Steve Naroff | Simplified initializer semantic analysis by adding... |
commit | commitdiff | tree | snapshot |
2007-09-04 |
Fariborz Jahanian | Patch to parse objective-c's @compatibility_alias direc... |
commit | commitdiff | tree | snapshot |
2007-09-04 |
Hartmut Kaiser | Set eol and mime type properties for VC8 build files |
commit | commitdiff | tree | snapshot |
2007-09-04 |
Hartmut Kaiser | Updated VC8 project files. |
commit | commitdiff | tree | snapshot |
2007-09-04 |
Ted Kremenek | Updated calls to CreateGEP to new interface in LLVM... |
commit | commitdiff | tree | snapshot |
2007-09-04 |
Chris Lattner | disable this for now. |
commit | commitdiff | tree | snapshot |
2007-09-04 |
Steve Naroff | Make sure initializer type promotions get propagated. |
commit | commitdiff | tree | snapshot |
2007-09-04 |
Chris Lattner | updates (?) to the vc++ files, patch by Hartmut Kaiser |
commit | commitdiff | tree | snapshot |
2007-09-04 |
Chris Lattner | silence VC++ warnings, patch by Hartmut Kaiser |
commit | commitdiff | tree | snapshot |
2007-09-04 |
Chris Lattner | Silence VC++ warnings, patch by Hartmut Kaiser |
commit | commitdiff | tree | snapshot |
2007-09-04 |
Chris Lattner | eliminate some VC++ warnings, patch contributed by... |
commit | commitdiff | tree | snapshot |
2007-09-04 |
Chris Lattner | add a VC++ solution file, contributed by Hartmut Kaiser |
commit | commitdiff | tree | snapshot |
2007-09-04 |
Steve Naroff | More fun with initializers! |
commit | commitdiff | tree | snapshot |
2007-09-03 |
Chris Lattner | VC++ doesn't define S_ISDIR |
commit | commitdiff | tree | snapshot |
2007-09-03 |
Chris Lattner | Add a method required by the VC++ STL, patch by Hartmut... |
commit | commitdiff | tree | snapshot |
2007-09-03 |
Chris Lattner | Add #include required on win32. |
commit | commitdiff | tree | snapshot |
2007-09-03 |
Chris Lattner | Eliminate some VC++ warnings, patch by Hartmut Kaiser! |
commit | commitdiff | tree | snapshot |
2007-09-03 |
Chris Lattner | Add #ifdefs to make the source portable to windows... |
commit | commitdiff | tree | snapshot |
2007-09-03 |
Chris Lattner | initial checkin of vc++ project files, contributed by |
commit | commitdiff | tree | snapshot |
2007-09-03 |
Steve Naroff | Finish getting "array-init.c" to work properly. |
commit | commitdiff | tree | snapshot |
2007-09-02 |
Steve Naroff | More progress on array initializers. |
commit | commitdiff | tree | snapshot |
2007-09-02 |
Steve Naroff | More semantic analysis of initializers. |
commit | commitdiff | tree | snapshot |
2007-09-02 |
Steve Naroff | Start implementing semantic analysis for C initializers. |
commit | commitdiff | tree | snapshot |
2007-09-01 |
Steve Naroff | Finish converting SwitchStmt AST to source ranges. |
commit | commitdiff | tree | snapshot |
2007-09-01 |
Fariborz Jahanian | Patch to parse @implementation prologue, method definit... |
commit | commitdiff | tree | snapshot |
next |