- e5fde95 set long/pointers to 64-bits on ppc64/x86-64 by Chris Lattner · 17 years ago
- 78f1ea9 Updated Xcode project. by Ted Kremenek · 17 years ago
- 1665a9f start implementation of a macro rewriter, this is currently just stubbed out. by Chris Lattner · 17 years ago
- 364c43c Update XCode project (added GRTransferFuncs.cpp). by Ted Kremenek · 17 years ago
- 5fdcc30 Add -o support for -emit-html, make it not produce a file on an error. by Chris Lattner · 17 years ago
- ae4e9cd Rename a file and update the Xcode project. by Steve Naroff · 17 years ago
- 6b0461f move a ton of code out of line, from RewriteRope.h -> RewriteRope.cpp by Chris Lattner · 17 years ago
- 237f8e1 move the DeltaTree implementation out of line, remove debugging printfs etc. by Chris Lattner · 17 years ago
- 12a785c Do an initial hack at replacing one of the incredibly inefficient by Chris Lattner · 17 years ago
- aead231 Update Xcode project with missing files. by Ted Kremenek · 17 years ago
- 21d459c Add SemaDeclCXX.cpp to Xcode project. by Ted Kremenek · 17 years ago
- 15f4a07 Add HTMLRewrite.h to Xcode project. by Ted Kremenek · 17 years ago
- 855fed4 Simplify some objc compatibility testing, make interfaceTypesAreCompatible by Chris Lattner · 17 years ago
- 818f7fd Add DeclBase.h to Xcode project. by Steve Naroff · 17 years ago
- 1a3fb3f various bug fixes, add to xcode project. by Chris Lattner · 17 years ago
- fd966e2 Updated Xcode project to include BugReporter.[cpp,h]. by Ted Kremenek · 17 years ago
- 7dbc41f Update Xcode project: add BasicObjCFoundationChecks.h by Ted Kremenek · 17 years ago
- 2cf2d32 Added AnnotatedPath.h, GRAuditor.h, GRSimpleAPICheck.h and BasicObjCFoundationChecks.cpp to Xcode project. by Ted Kremenek · 17 years ago
- b9b9d4d Updated Xcode project with HTMLDiagnostics.[h,cpp] by Ted Kremenek · 17 years ago
- bcacef5 Added PathDiagnostic.[h,cpp] to Xcode project. by Ted Kremenek · 17 years ago
- 35be94a Add missing files by Nate Begeman · 17 years ago
- 10318b8 Split objc decl implementation out into DeclObjC.cpp by Chris Lattner · 17 years ago
- 81db64a switch the rest of the C decl classes to do their by Chris Lattner · 17 years ago
- be1a7a0 Make a major restructuring of the clang tree: introduce a top-level by Chris Lattner · 17 years ago
- 5c51bd9 Add PPLexerChange.cpp to the project. by Chris Lattner · 17 years ago
- c7a3968 split macro expansion support out of Preprocessor.cpp into PPMacroExpansion.cpp by Chris Lattner · 17 years ago
- 568ec6b split the MacroArgs class out of TokenLexer.cpp/h into MacroArgs.cpp/h by Chris Lattner · 17 years ago
- 5d097bd Rename MacroExpander.cpp/h -> TokenLexer.cpp/h by Chris Lattner · 17 years ago
- 1826a7f fix clang xcode build by Nate Begeman · 17 years ago
- 01ee246 split preprocesor directive handling out of Preprocessor.cpp into Directives.cpp by Chris Lattner · 17 years ago
- 8ad1987 Renamed ValueManager to BasicValueFactory. by Ted Kremenek · 17 years ago
- 32de3c4 add analysis source files to project. by Chris Lattner · 17 years ago
- fcb2e07 Add the various pathsensitive headers to the project. by Chris Lattner · 17 years ago
- 2cc5243 ProgramEdge.h doesn't exist anymore. by Chris Lattner · 17 years ago
- cbfb551 Add codegen support for ObjC message expressions with the GNU runtime. by Chris Lattner · 17 years ago
- 3c0e348 Add Attr.h which is an AST-level class for GCC attributes. by Anders Carlsson · 17 years ago
- a8c2d59 pass the astconsumer into Sema's ctor, clean up some stuff in by Chris Lattner · 17 years ago
- 0bed6ec rename ASTSTreamer.{h|cpp} -> ParseAST.{h|cpp} by Chris Lattner · 17 years ago
- b154837 Make rewriter::inserttext return a bool to indicate if it failed. by Chris Lattner · 17 years ago
- de59829 Tweaks to EmitLValue in CGExprConstant. Patch by Eli Friedman. by Anders Carlsson · 17 years ago
- 4d69b7b Add Basic/Targets.cpp to the Xcode project... by Steve Naroff · 17 years ago
- 9ea6a2d Patch to rewrite ObjC2's foreach-stmt. by Fariborz Jahanian · 17 years ago
- 0949305 move objc expr sema to its own file. by Chris Lattner · 17 years ago
- 17c0cb0 Fix a crash reported by Seo Sanghyeon. by Chris Lattner · 17 years ago
- 386ab8a Compute the proper sourcerange for an CompoundLiteralExpr. by Chris Lattner · 17 years ago
- 9235b5b move file to proper place in project. by Chris Lattner · 17 years ago
- 2e93029 From Lucas Newman: by Chris Lattner · 17 years ago
- e1644e6 alphabetize in project. by Chris Lattner · 17 years ago
- db4334f Updated Xcode project to be in sync with recent changes in file locations by Ted Kremenek · 17 years ago
- 89296c5 Updated locations of TranslationUnit.[cpp,h] in XCode project. by Ted Kremenek · 17 years ago
- bccfc15 reenable this code, fix the testcase. by Chris Lattner · 17 years ago
- e76e841 Patch to implemented objective-c's dynamic object pointer qualified with by Fariborz Jahanian · 17 years ago
- 836b8bc Targets.cpp is gone. by Chris Lattner · 17 years ago
- 1df68f9 Sink getName into DirectoryLookup to simplify the client in clang. by Chris Lattner · 17 years ago
- 6707f27 add headermap.cpp by Chris Lattner · 17 years ago
- c2043bf Step #1 in adding headermap support to clang. by Chris Lattner · 17 years ago
- 49af3f3 by Steve Naroff · 17 years ago
- 9d76c72 unbreak the build. I'm still working on test failures. by Chris Lattner · 17 years ago
- 855e51f split objc pieces of SemaDecl.cpp out into SemaDeclObjC.cpp by Chris Lattner · 17 years ago
- e54443b Fix a codegen crash on test/CodeGen/cast.c, reported by Keith. by Chris Lattner · 17 years ago
- ddd3e63 Add ObjC parser support for concatenated ObjC strings. Note that by Chris Lattner · 17 years ago
- e1449c1 Move target specific builtin IDs to TargetBuiltins.h so that they can be used by CGBuiltin.cpp by Anders Carlsson · 17 years ago
- 78769a6 Added Driver/TranslationUnit.h and Driver/TranslationUnit.cpp to the by Ted Kremenek · 17 years ago
- 6100d61 Added Basic/LangOptions.cpp to XCode project. by Ted Kremenek · 17 years ago
- cc5c8df fix a couple switch codegen problems Oliver reported. by Chris Lattner · 17 years ago
- 258f26c pass diagnostics into the rewrite test client. by Chris Lattner · 17 years ago
- 6fd865b by Steve Naroff · 17 years ago
- eee2f2b Fix a bug checking for 'int foo(void)' that didn't look through typedefs of void. by Chris Lattner · 17 years ago
- 30c6675 Moved logic for -Wfloat-equal to SemaChecking.cpp. by Ted Kremenek · 17 years ago
- 1ddb6f5 by Steve Naroff · 17 years ago
- c17d26c change source location to have two bits for macros, tracking by Chris Lattner · 17 years ago
- 334fbc2 by Steve Naroff · 17 years ago
- 233875d add a getAtOffset() member to simplify some code. by Chris Lattner · 17 years ago
- 9c75223 Add a new RewriteRope data structure which is a smarter way to represent the text by Chris Lattner · 17 years ago
- 96375b3 Added TypeSerialization.cpp and DeclSerialization.cpp to the XCode project. by Ted Kremenek · 17 years ago
- 5003e8b add support for vector type compatibility checking. Patch by Nate Begeman. by Chris Lattner · 17 years ago
- 77d081b by Steve Naroff · 17 years ago
- 6dab49b More infrastructure to recognize objective-c's type qualifiers (in,inout, etc.) by Fariborz Jahanian · 17 years ago
- ae84af8 by Steve Naroff · 17 years ago
- c6b7175 After Anders check-in, we can now encode 'Class' type. by Fariborz Jahanian · 17 years ago
- 05d6ff5 by Steve Naroff · 17 years ago
- 2e09e44 Added new type and bitfield fields in some decl types in preparation for objective-c's type qualifiers. by Fariborz Jahanian · 17 years ago
- 02a82aa by Steve Naroff · 17 years ago
- 80faffa Added type encoding for 'id' type. by Fariborz Jahanian · 17 years ago
- 1ccf463 by Steve Naroff · 17 years ago
- c81f316 Encoding for objectiive-c methods. by Fariborz Jahanian · 17 years ago
- 1a7fa7b by Steve Naroff · 17 years ago
- e3f0257 Address Chris's comments. by Anders Carlsson · 17 years ago
- 8a40a83 Implement *skeletal* support for representing GNU inline asm stmts in the AST, by Chris Lattner · 17 years ago
- ab3ec25 Path to synthesize 'instance' size field of _objc_class metadata. by Fariborz Jahanian · 17 years ago
- 3774dd9 by Steve Naroff · 17 years ago
- af37833 Added DeclSerialization.cpp to XCode project. by Ted Kremenek · 17 years ago
- cf89c7e Refactored several meta data for reusability. by Fariborz Jahanian · 17 years ago
- c3aa5c4 Convert one type of metadata to use std::string instead of printf as an example. by Chris Lattner · 17 years ago
- 2cf7a5c Added SourceLocation.cpp to XCode project. by Ted Kremenek · 17 years ago
- f624cd2 Add a new ChooseExpr::isConditionTrue method to unify some code. by Chris Lattner · 17 years ago
- 9b4e4ff Refactord instance and class metadata emission. Refactored protocols metadata emission. by Fariborz Jahanian · 17 years ago
- e978058 by Steve Naroff · 17 years ago
- 4c4abed by Steve Naroff · 17 years ago
- 0445519 This patch generates protocol metadata and all its sub-metadata. by Fariborz Jahanian · 17 years ago