aboutsummaryrefslogtreecommitdiff
path: root/lib/Edit
AgeCommit message (Expand)Author
2019-03-31Range-style std::find{,_if} -> llvm::find{,_if}. NFCFangrui Song
2019-03-06[Fixed Point Arithmetic] Fixed Point and Integer ConversionsLeonard Chan
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-10-23[Fixed Point Arithmetic] Fixed Point to Boolean CastLeonard Chan
2018-10-23[OpenCL][NFC] Unify ZeroToOCL* cast typesAndrew Savonichev
2018-10-15[Fixed Point Arithmetic] FixedPointCastLeonard Chan
2018-08-09Port getLocEnd -> getEndLocStephen Kelly
2018-08-09Port getLocStart -> getBeginLocStephen Kelly
2018-07-30Remove trailing spaceFangrui Song
2018-05-09Remove \brief commands from doxygen comments.Adrian Prantl
2018-04-30PR37189 Fix incorrect end source location and spelling for a split '>>' token.Richard Smith
2018-03-27[Edit, Rewrite] Fix some Clang-tidy modernize and Include What You Use warnin...Eugene Zelenko
2018-02-09[NFC] Extract method to SourceManager for traversing the macro "stack"George Karpenkov
2017-06-20[clang] Fix format specifiers fixits for nested macrosAlexander Shaposhnikov
2017-06-08[clang] Fix format specifiers fixitsAlexander Shaposhnikov
2017-06-03Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.Galina Kistanova
2017-04-28[ARCMigrate] When applying changes from remap files, disable the 'adjustRemov...Argyrios Kyrtzidis
2016-12-23Fix problems in "[OpenCL] Enabling the usage of CLK_NULL_QUEUE as compare ope...Egor Churaev
2016-07-28[OpenCL] Generate opaque type for sampler_t and function call for the initial...Yaxun Liu
2016-01-26Remove autoconf supportChris Bieneman
2016-01-13[Bugfix] Fix ICE on constexpr vector splat.George Burgess IV
2015-10-03Replace double negation of !FileID.isInvalid() with FileID.isValid().Yaron Keren
2015-09-11[Edit] Fix issue with tracking what macro argument inputs have been edited.Argyrios Kyrtzidis
2015-08-04[Edit] Use StringRef's copy method. No functional change intended.Benjamin Kramer
2015-03-29[edit] Don't hit an assert when trying to delete a trailing space at EOFBenjamin Kramer
2015-03-18Remove many superfluous SmallString::str() calls.Yaron Keren
2014-09-15Edit: Do not extend a removal to include trailing whitespace if we're at the endBenjamin Kramer
2014-08-25Objective-C modernization. Convert -initWithUTF8String messagingFariborz Jahanian
2014-07-14[CMake] Reorder libdeps by alphabetical order.NAKAMURA Takumi
2014-05-09[C++11] Use 'nullptr'.Craig Topper
2014-04-28[objcmt] Revert r191796, it's not needed anymore.Argyrios Kyrtzidis
2014-03-29Avoid a local Twine variable.Benjamin Kramer
2014-02-26[CMake] Use LINK_LIBS instead of target_link_libraries().NAKAMURA Takumi
2014-02-21[CMake] Get rid of explicit dependencies to include/clang/*.inc and introduce...NAKAMURA Takumi
2013-12-11Add front-end infrastructure now address space casts are in LLVM IR.David Tweed
2013-12-09[CMake] clang/lib: Satisfy dependencies to add *actually used* libraries on t...NAKAMURA Takumi
2013-10-01ObjectiveC migrator: When doing migration, migrator must suggestFariborz Jahanian
2013-07-18ObjectiveC migrator: Remove semicolon after the typedefFariborz Jahanian
2013-07-18ObjectiveC migration. migration to NS_ENUM/SN_OPTIONFariborz Jahanian
2013-07-16ObjectiveC migration: complete migrating classFariborz Jahanian
2013-07-16ObjC migrator: build conforming interfaceFariborz Jahanian
2013-07-10ObjC migrator: Improve on hueristics.Fariborz Jahanian
2013-07-10objc migrator: More refinment of propertyFariborz Jahanian
2013-07-08[Objective-C migrator] replace candidate user setter/getter withFariborz Jahanian
2013-07-05[objc migrator]: More knobs to do migration toFariborz Jahanian
2013-04-06[objcmt] Fix a mishandled conversion to objc directory literal.Argyrios Kyrtzidis
2013-02-20Include llvm::Optional in clang/Basic/LLVM.hDavid Blaikie
2013-02-14Remove an unneeded const_castDmitri Gribenko
2013-02-08Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.Jordan Rose
2013-01-20Implement OpenCL event_t as Clang builtin type, including event_t related Ope...Guy Benyei