]> granicus.if.org Git - clang/history - lib/Edit
Delete unused IncompleteFormat variable, NFCi.
[clang] / lib / Edit /
2016-12-23 Egor ChuraevFix problems in "[OpenCL] Enabling the usage of CLK_NUL...
2016-07-28 Yaxun Liu[OpenCL] Generate opaque type for sampler_t and functio...
2016-01-26 Chris BienemanRemove autoconf support
2016-01-13 George Burgess IV[Bugfix] Fix ICE on constexpr vector splat.
2015-10-03 Yaron KerenReplace double negation of !FileID.isInvalid() with...
2015-09-11 Argyrios Kyrtzidis[Edit] Fix issue with tracking what macro argument...
2015-08-04 Benjamin Kramer[Edit] Use StringRef's copy method. No functional chang...
2015-03-29 Benjamin Kramer[edit] Don't hit an assert when trying to delete a...
2015-03-18 Yaron KerenRemove many superfluous SmallString::str() calls.
2014-09-15 Benjamin KramerEdit: Do not extend a removal to include trailing white...
2014-08-25 Fariborz JahanianObjective-C modernization. Convert -initWithUTF8String...
2014-07-14 NAKAMURA Takumi[CMake] Reorder libdeps by alphabetical order.
2014-05-09 Craig Topper[C++11] Use 'nullptr'.
2014-04-28 Argyrios Kyrtzidis[objcmt] Revert r191796, it's not needed anymore.
2014-03-29 Benjamin KramerAvoid a local Twine variable.
2014-02-26 NAKAMURA Takumi[CMake] Use LINK_LIBS instead of target_link_libraries().
2014-02-21 NAKAMURA Takumi[CMake] Get rid of explicit dependencies to include...
2013-12-11 David TweedAdd front-end infrastructure now address space casts...
2013-12-09 NAKAMURA Takumi[CMake] clang/lib: Satisfy dependencies to add *actuall...
2013-10-01 Fariborz JahanianObjectiveC migrator: When doing migration, migrator...
2013-07-18 Fariborz JahanianObjectiveC migrator: Remove semicolon after the typedef
2013-07-18 Fariborz JahanianObjectiveC migration. migration to NS_ENUM/SN_OPTION
2013-07-16 Fariborz JahanianObjectiveC migration: complete migrating class
2013-07-16 Fariborz JahanianObjC migrator: build conforming interface
2013-07-10 Fariborz JahanianObjC migrator: Improve on hueristics.
2013-07-10 Fariborz Jahanianobjc migrator: More refinment of property
2013-07-08 Fariborz Jahanian[Objective-C migrator] replace candidate user setter...
2013-07-05 Fariborz Jahanian[objc migrator]: More knobs to do migration to
2013-04-06 Argyrios Kyrtzidis[objcmt] Fix a mishandled conversion to objc directory...
2013-02-20 David BlaikieInclude llvm::Optional in clang/Basic/LLVM.h
2013-02-14 Dmitri GribenkoRemove an unneeded const_cast
2013-02-08 Jordan RoseExcise <cctype> from Clang (except clang-tblgen) in...
2013-01-20 Guy BenyeiImplement OpenCL event_t as Clang builtin type, includi...
2013-01-16 Argyrios Kyrtzidis[objcmt] Rewrite a NSDictionary dictionaryWithObjects...
2013-01-12 Dmitri GribenkoRemove useless 'llvm::' qualifier from names like Strin...
2012-12-21 NAKAMURA TakumiEditedSource.cpp: Appease msvc, to add <cctype>.
2012-12-20 Argyrios KyrtzidisUse some heuristics so that when a fixit removes a...
2012-12-04 Chandler CarruthSort all of Clang's files under 'lib', and fix up the...
2012-12-04 Argyrios KyrtzidisRefactor recording the preprocessor conditional directi...
2012-08-31 Eli FriedmanChange the representation of builtin functions in the AST
2012-07-27 NAKAMURA Takumiclang/lib: [CMake] Update tblgen'd dependencies.
2012-07-27 NAKAMURA Takumiclang/lib: [CMake] Reformat, alphabetize lists.
2012-07-16 Ted KremenekAdd libEdit dependency on ClangDiagnosticCommon. Hopef...
2012-07-06 Argyrios Kyrtzidis[objcmt] Check for classes that accept 'objectForKey...
2012-07-05 Argyrios Kyrtzidis[objcmt] Allow migrating to subscripting syntax for...
2012-07-04 Benjamin KramerDrop the ASTContext.h include from Stmt.h and fix up...
2012-06-27 Argyrios KyrtzidisFix uninitialized variable use bug found by the clairvo...
2012-06-21 Chandler CarruthRemove a goofy CMake hack and use the standard CMake...
2012-06-20 Argyrios Kyrtzidis[objcmt] Have the modern objc migration warning change...
2012-06-19 Argyrios Kyrtzidis[objcmt] When checking whether the subscripting methods...
2012-06-06 Argyrios Kyrtzidis[objcmt] When in ARC mode, also convert "[[.. alloc...
2012-06-04 Argyrios Kyrtzidis[objcmt] Don't migrate to subscripting syntax if the...
2012-05-24 Argyrios Kyrtzidis[objcmt] Warn when modern objc migrator does not conver...
2012-05-22 Argyrios Kyrtzidis[objcmt] Don't add redundant parentheses when migrating...
2012-05-16 Argyrios Kyrtzidis[objcmt] Accept char arrays for rewriting to @() syntax.
2012-05-15 Argyrios Kyrtzidis[objcmt] When using NSNumber numberWithInteger:/numberW...
2012-05-15 Argyrios Kyrtzidis[objcmt] Rewrite messages to NSString's stringWithUTF8S...
2012-05-15 Argyrios Kyrtzidis[objcmt] Rewrite [NSNumber numberWith*] messages to...
2012-05-14 Argyrios Kyrtzidis[objcmt] When rewriting to subscripting syntax, make...
2012-05-14 Argyrios Kyrtzidis[objcmt] When rewriting to array/dictionary literals...
2012-03-13 Benjamin KramerRemove unused-but-set variable.
2012-03-11 David BlaikieUnify naming of LangOptions variable/get function acros...
2012-03-06 Ted KremenekAdd new code migrator support for migrating existing...