summaryrefslogtreecommitdiff
path: root/clang.xcodeproj
Commit message (Expand)AuthorAge
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-15
* Add PPLexerChange.cpp to the project.Chris Lattner2008-03-09
* split macro expansion support out of Preprocessor.cpp into PPMacroExpansion.cppChris Lattner2008-03-09
* split the MacroArgs class out of TokenLexer.cpp/h intoChris Lattner2008-03-09
* Rename MacroExpander.cpp/h -> TokenLexer.cpp/hChris Lattner2008-03-09
* fix clang xcode buildNate Begeman2008-03-09
* split preprocesor directive handling out of Preprocessor.cpp into Directives.cppChris Lattner2008-03-09
* Renamed ValueManager to BasicValueFactory.Ted Kremenek2008-03-07
* add analysis source files to project.Chris Lattner2008-03-05
* Add the various pathsensitive headers to the project.Chris Lattner2008-03-05
* ProgramEdge.h doesn't exist anymore.Chris Lattner2008-03-05
* Add codegen support for ObjC message expressions with the GNU runtime.Chris Lattner2008-03-01
* Add Attr.h which is an AST-level class for GCC attributes.Anders Carlsson2008-02-14
* pass the astconsumer into Sema's ctor, clean up some stuff in Chris Lattner2008-02-06
* rename ASTSTreamer.{h|cpp} -> ParseAST.{h|cpp}Chris Lattner2008-02-06
* Make rewriter::inserttext return a bool to indicate if it failed.Chris Lattner2008-01-31
* Tweaks to EmitLValue in CGExprConstant. Patch by Eli Friedman.Anders Carlsson2008-01-26
* Add Basic/Targets.cpp to the Xcode project...Steve Naroff2008-01-18
* Patch to rewrite ObjC2's foreach-stmt.Fariborz Jahanian2008-01-08
* move objc expr sema to its own file.Chris Lattner2008-01-04
* Fix a crash reported by Seo Sanghyeon.Chris Lattner2008-01-03
* Compute the proper sourcerange for an CompoundLiteralExpr.Chris Lattner2008-01-02
* move file to proper place in project.Chris Lattner2007-12-28
* From Lucas Newman:Chris Lattner2007-12-28
* alphabetize in project.Chris Lattner2007-12-27
* Updated Xcode project to be in sync with recent changes in file locationsTed Kremenek2007-12-21
* Updated locations of TranslationUnit.[cpp,h] in XCode project.Ted Kremenek2007-12-19
* reenable this code, fix the testcase.Chris Lattner2007-12-19
* Patch to implemented objective-c's dynamic object pointer qualified withFariborz Jahanian2007-12-17
* Targets.cpp is gone.Chris Lattner2007-12-17
* Sink getName into DirectoryLookup to simplify the client in clang.Chris Lattner2007-12-17
* add headermap.cppChris Lattner2007-12-17
* Step #1 in adding headermap support to clang.Chris Lattner2007-12-17
* Encode enumeral types.Steve Naroff2007-12-12
* unbreak the build. I'm still working on test failures.Chris Lattner2007-12-12
* split objc pieces of SemaDecl.cpp out into SemaDeclObjC.cppChris Lattner2007-12-12
* Fix a codegen crash on test/CodeGen/cast.c, reported by Keith.Chris Lattner2007-12-12
* Add ObjC parser support for concatenated ObjC strings. Note thatChris Lattner2007-12-12
* Move target specific builtin IDs to TargetBuiltins.h so that they can be used...Anders Carlsson2007-12-09
* Added Driver/TranslationUnit.h and Driver/TranslationUnit.cpp to theTed Kremenek2007-12-05
* Added Basic/LangOptions.cpp to XCode project.Ted Kremenek2007-12-05
* fix a couple switch codegen problems Oliver reported.Chris Lattner2007-12-01
* pass diagnostics into the rewrite test client.Chris Lattner2007-11-30
* Several fixes/simplifications surrounding how we stream top-level decl AST's.Steve Naroff2007-11-28
* Fix a bug checking for 'int foo(void)' that didn't look through typedefs of v...Chris Lattner2007-11-28
* Moved logic for -Wfloat-equal to SemaChecking.cpp.Ted Kremenek2007-11-25
* Fix a basic bug (having to do with typedefs) in Sema::UsualArithmeticConversi...Steve Naroff2007-11-10
* change source location to have two bits for macros, trackingChris Lattner2007-11-09
* Rewrite global variable initializers. Steve Naroff2007-11-09
* add a getAtOffset() member to simplify some code.Chris Lattner2007-11-08