]> granicus.if.org Git - clang/history - Driver
the macro start and macro end bits in source location are dead, remove them.
[clang] / Driver /
2008-02-01 Steve NaroffMinor API cleanup...
2008-02-01 Steve NaroffRemove temporary workaround (thanks to Ted for fixing...
2008-02-01 Steve NaroffFix two rewriter bugs with @catch.
2008-01-31 Chris Lattneradd some helper methods for removing and replacing...
2008-01-31 Chris LattnerAdd a new InsertText method that does the check to...
2008-01-31 Chris Lattnermove a large method out of line
2008-01-31 Chris LattnerMake rewriter::inserttext return a bool to indicate...
2008-01-31 Chris LattnerFix a rewriter crash when the whole body of a foreach...
2008-01-30 Steve NaroffAbolish a bunch of Xcode inserted tabs.
2008-01-29 Fariborz JahanianRewriting of @synchronized. This has one FIXME in it...
2008-01-29 Ted KremenekModified LiveVariables to perform all of its base initi...
2008-01-29 Ted KremenekDriver now passes the top-level FunctionDecl* to GRCons...
2008-01-28 Steve NaroffAdd -Wno-rewrite-macros to silence the following warnin...
2008-01-27 Chris LattnerMake -o work with -E, patch contributed by Shantonu...
2008-01-25 Chris LattnerFix a bug recovering from broken code with a goto that...
2008-01-24 Ted KremenekAdded passing "ASTContext" to both GREngine and GRConst...
2008-01-23 Fariborz JahanianFixed a nasty bug which took a while to come up with...
2008-01-23 Chris Lattneradd support for -Wundef.
2008-01-22 Fariborz JahanianProblem with ObjC's type-encoding of nested structs...
2008-01-21 Lauro Ramos VenancioAdd Ubuntu 7.10 include path.
2008-01-21 Fariborz JahanianSynthesize methods with va-arg list correctly.
2008-01-19 Fariborz JahanianFixed comment.
2008-01-19 Steve NaroffFix two bugs with an @throw that doesn't have a statement.
2008-01-19 Fariborz JahanianPatch to replace #import with #include.
2008-01-18 Fariborz JahanianInsert #pragma once when rewriting a header file.
2008-01-16 Ted KremenekShortened driver option for running the GR-constants...
2008-01-16 Ted KremenekHooked up the GRConstants analysis to the driver.
2008-01-16 Fariborz JahanianTypo.
2008-01-15 Fariborz JahanianAdded support for rewriting of continue/break statement...
2008-01-15 Chris Lattneravoid pasting L + "foo" into L"foo".
2008-01-15 Chris Lattneravoid token pasting between identifiers and wide strings:
2008-01-14 Steve NaroffRecord if a compound literal expression is @ file scope...
2008-01-14 Ted KremenekChange uses of std::cerr/std::cout to llvm::Lcerr/llvm...
2008-01-12 Chris LattnerAdd first pieces of support for parsing and representing
2008-01-12 Chris LattnerWhen forming the squigly underline for a diagnostic...
2008-01-10 Fariborz JahanianAvoid redefinition of __objcFastEnumerationState
2008-01-10 Chris Lattneradd support for the GCC -include option.
2008-01-10 Chris LattnerFix some 80 col violations
2008-01-10 Chris LattnerTed apparently likes crazy whitespace at the end of...
2008-01-10 Fariborz JahanianPut return type of synthesize method on same line as...
2008-01-10 Fariborz JahanianAllow messaging expression as foreach's collection...
2008-01-09 Fariborz JahanianType-cast RHS of assignment to prevent warning compilin...
2008-01-09 Fariborz JahanianFixed a bug whereby a parethesized collection expressio...
2008-01-09 Fariborz JahanianTypo fixed.
2008-01-08 Fariborz JahanianPatch to rewrite ObjC2's foreach-stmt.
2008-01-08 Ted KremenekAdded most of the boilerplate to the driver needed...
2008-01-07 Fariborz JahanianPatch to start rewriting of ObjC2's foreach statement...
2008-01-07 Ted KremenekSubstituted all instances of the string "Objc" for...
2008-01-04 Chris LattnerFix PR1897, patch by Wilhansen Li
2008-01-02 Chris LattnerCompute the proper sourcerange for an CompoundLiteralExpr.
2008-01-02 Chris LattnerRefactor the decl printer, patch by Mike Stump!
2007-12-30 Nate BegemanRename stats to print-stats to avoid conflicting with...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-12-24 Christopher LambMake output files binary mode for -emit-llvm-bc
2007-12-24 Christopher LambAlmost the best possible handling of stdin/stdout for...
2007-12-24 Christopher LambBetter handing of stdin/stdout for -emit-llvm-bc
2007-12-24 Christopher LambAllow bitcode output to be redirected to stdout.
2007-12-24 Seo SanghyeonImplement -emit-llvm-bc option
2007-12-23 Chris Lattnerremove use of alloca.
2007-12-23 Anton KorobeynikovUnbreak mingw build
2007-12-21 Ted KremenekDirectory restructing of Analysis files.
2007-12-20 Ted KremenekConverted uses of scoped_ptr to OwningPtr.
2007-12-20 Ted KremenekCreated initial implementation of "BuildSerializer...
2007-12-19 Ted KremenekSplit serialization ASTConsumers into two consumers...
2007-12-19 Ted KremenekAdded methods createMainFileID() and createMainFileIDFo...
2007-12-19 Ted KremenekInterned MainFileID within SourceManager. Since SourceM...
2007-12-19 Ted KremenekTypo fix.
2007-12-19 Ted KremenekAdded storage of the FileID of the the main source...
2007-12-19 Ted KremenekRemoved "SourceFile" from TranslationUnit. This same...
2007-12-19 Ted KremenekCleaned up "-o" option to print "-o=<path>" instead...
2007-12-19 Ted KremenekAdded "-o" option to driver. ASTConsumers will need...
2007-12-19 Ted KremenekRemoved storing inode and device number in TranslationUnit.
2007-12-19 Steve NaroffSoften the macro rewrite error to a warning (and change...
2007-12-19 Ted KremenekMoved generation of the name of the serialized AST...
2007-12-19 Steve NaroffEmit errors when attempting to rewrite ObjC expressions...
2007-12-18 Ted KremenekMoved ReadBitcodeFile and EmitBitcodeFile out of Transl...
2007-12-18 Ted KremenekFixed broken includes introduced by recent (incomplete...
2007-12-18 Ted KremenekMoved TranslationUnit from Driver to AST library.
2007-12-18 Fariborz JahanianRefactoring work. ObjcQualifiedIdType is now derived...
2007-12-17 Fariborz JahanianPatch to implemented objective-c's dynamic object point...
2007-12-17 Chris LattnerStart reading the headermap header, drop the 'errorstr...
2007-12-17 Fariborz JahanianAlso fixed similar regression for class methods, as...
2007-12-17 Chris LattnerSink getName into DirectoryLookup to simplify the clien...
2007-12-17 Fariborz JahanianFixed a regression caused by refactoring of some meta...
2007-12-17 Ted KremenekFixed 80 col violation.
2007-12-17 Ted KremenekAdded driver option -Wno-format-nonliteral to silence...
2007-12-17 Chris LattnerUnbreak -v with framework paths. Patch by Shantonu...
2007-12-17 Chris Lattneras it turns out, frameworks and headermaps are orthogon...
2007-12-17 Chris Lattneradd a portability fixme.
2007-12-17 Chris Lattnerteach RemoveDuplicates about header maps.
2007-12-17 Chris LattnerStep #1 in adding headermap support to clang.
2007-12-17 Chris Lattnerrearrange some code and make it more efficient.
2007-12-15 Chris Lattnerswtich to smallptrset, which is more efficient than...
2007-12-15 Chris Lattnermake clang -v output more similar to gcc's -v output.
2007-12-15 Chris Lattnersimplify the interfaces to ProcessInputFile and Initial...
2007-12-14 Steve Naroff- Remove getInstanceMethods/getClassMethods API on...
2007-12-13 Ted KremenekAdd check in the driver to see if a serialized AST...
2007-12-13 Ted KremenekChanged set of top-level decls from a list to a vector.
2007-12-13 Ted KremenekChanged -serialize-ast to not create a temporary direct...
2007-12-13 Chris LattnerSet target data layout info in module.
next