| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update Xcode project. | Ted Kremenek | 2008-07-14 | 1 | -0/+2 |
| * | remove CGObjCEtoile until it compiles. | Chris Lattner | 2008-07-14 | 1 | -4/+0 |
| * | Update Xcode project. | Ted Kremenek | 2008-07-11 | 1 | -25/+59 |
| * | Updated Xcode project. | Ted Kremenek | 2008-07-10 | 1 | -6/+12 |
| * | Update Xcode project. | Ted Kremenek | 2008-07-08 | 1 | -0/+6 |
| * | Update Xcode project. | Ted Kremenek | 2008-07-03 | 1 | -0/+4 |
| * | Shuffle things around in preparation for integrating Eli's constant evaluator. | Anders Carlsson | 2008-07-03 | 1 | -1/+5 |
| * | Updated Xcode project with new files in the Driver: AnalysisConsumer.[h,cpp] | Ted Kremenek | 2008-07-02 | 1 | -0/+6 |
| * | move decl attribute processing to a new SemaDeclAttr.cpp. | Chris Lattner | 2008-06-26 | 1 | -0/+4 |
| * | Update Xcode project so that the clang target depends on LLVMAnalysis.a | Ted Kremenek | 2008-06-26 | 1 | -17/+14 |
| * | Update Xcode project. | Ted Kremenek | 2008-06-25 | 1 | -0/+4 |
| * | Rename summary methods for "instance methods" to "class methods" (the names g... | Ted Kremenek | 2008-06-23 | 1 | -0/+1 |
| * | add a new clang::APValue class at Eli's request. It is a discriminated | Chris Lattner | 2008-06-22 | 1 | -5/+7 |
| * | Updated Xcode project. | Ted Kremenek | 2008-06-20 | 1 | -0/+12 |
| * | Updated Xcode project. | Ted Kremenek | 2008-06-06 | 1 | -0/+2 |
| * | Update Xcode project. | Ted Kremenek | 2008-06-04 | 1 | -0/+4 |
| * | Updated Xcode project. | Ted Kremenek | 2008-05-19 | 1 | -0/+4 |
| * | set long/pointers to 64-bits on ppc64/x86-64 | Chris Lattner | 2008-05-09 | 1 | -1/+1 |
| * | Updated Xcode project. | Ted Kremenek | 2008-05-08 | 1 | -0/+15 |
| * | start implementation of a macro rewriter, this is currently just stubbed out. | Chris Lattner | 2008-05-08 | 1 | -0/+4 |
| * | Update XCode project (added GRTransferFuncs.cpp). | Ted Kremenek | 2008-04-16 | 1 | -0/+4 |
| * | Add -o support for -emit-html, make it not produce a file on an error. | Chris Lattner | 2008-04-16 | 1 | -1/+1 |
| * | Rename a file and update the Xcode project. | Steve Naroff | 2008-04-14 | 1 | -4/+4 |
| * | move a ton of code out of line, from RewriteRope.h -> RewriteRope.cpp | Chris Lattner | 2008-04-14 | 1 | -0/+4 |
| * | move the DeltaTree implementation out of line, remove debugging printfs etc. | Chris Lattner | 2008-04-12 | 1 | -0/+4 |
| * | Do an initial hack at replacing one of the incredibly inefficient | Chris Lattner | 2008-04-12 | 1 | -0/+2 |
| * | Update Xcode project with missing files. | Ted Kremenek | 2008-04-11 | 1 | -0/+6 |
| * | Add SemaDeclCXX.cpp to Xcode project. | Ted Kremenek | 2008-04-09 | 1 | -0/+4 |
| * | Add HTMLRewrite.h to Xcode project. | Ted Kremenek | 2008-04-08 | 1 | -0/+2 |
| * | Simplify some objc compatibility testing, make interfaceTypesAreCompatible | Chris Lattner | 2008-04-07 | 1 | -1/+1 |
| * | Add DeclBase.h to Xcode project. | Steve Naroff | 2008-04-04 | 1 | -0/+2 |
| * | various bug fixes, add to xcode project. | Chris Lattner | 2008-04-04 | 1 | -0/+4 |
| * | Updated Xcode project to include BugReporter.[cpp,h]. | Ted Kremenek | 2008-04-03 | 1 | -0/+6 |
| * | Update Xcode project: add BasicObjCFoundationChecks.h | Ted Kremenek | 2008-03-27 | 1 | -0/+2 |
| * | Added AnnotatedPath.h, GRAuditor.h, GRSimpleAPICheck.h and BasicObjCFoundatio... | Ted Kremenek | 2008-03-27 | 1 | -0/+10 |
| * | Updated Xcode project with HTMLDiagnostics.[h,cpp] | Ted Kremenek | 2008-03-27 | 1 | -1/+7 |
| * | Added PathDiagnostic.[h,cpp] to Xcode project. | Ted Kremenek | 2008-03-27 | 1 | -0/+8 |
| * | Add missing files | Nate Begeman | 2008-03-25 | 1 | -0/+8 |
| * | Split objc decl implementation out into DeclObjC.cpp | Chris Lattner | 2008-03-16 | 1 | -0/+4 |
| * | switch the rest of the C decl classes to do their | Chris Lattner | 2008-03-16 | 1 | -4/+4 |
| * | Make a major restructuring of the clang tree: introduce a top-level | Chris Lattner | 2008-03-15 | 1 | -80/+80 |
| * | Add PPLexerChange.cpp to the project. | Chris Lattner | 2008-03-09 | 1 | -0/+4 |
| * | split macro expansion support out of Preprocessor.cpp into PPMacroExpansion.cpp | Chris Lattner | 2008-03-09 | 1 | -4/+8 |
| * | split the MacroArgs class out of TokenLexer.cpp/h into | Chris Lattner | 2008-03-09 | 1 | -0/+6 |
| * | Rename MacroExpander.cpp/h -> TokenLexer.cpp/h | Chris Lattner | 2008-03-09 | 1 | -8/+6 |
| * | fix clang xcode build | Nate Begeman | 2008-03-09 | 1 | -30/+26 |
| * | split preprocesor directive handling out of Preprocessor.cpp into Directives.cpp | Chris Lattner | 2008-03-09 | 1 | -0/+4 |
| * | Renamed ValueManager to BasicValueFactory. | Ted Kremenek | 2008-03-07 | 1 | -6/+12 |
| * | add analysis source files to project. | Chris Lattner | 2008-03-05 | 1 | -16/+54 |
| * | Add the various pathsensitive headers to the project. | Chris Lattner | 2008-03-05 | 1 | -0/+28 |