aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Edit
AgeCommit message (Expand)AuthorFilesLines
2022-07-24Use any_of (NFC)Kazu Hirata1-2/+2
2022-06-25[clang] Don't use Optional::hasValue (NFC)Kazu Hirata1-3/+3
2022-06-25Revert "Don't use Optional::hasValue (NFC)"Kazu Hirata1-3/+3
2022-06-25Don't use Optional::hasValue (NFC)Kazu Hirata1-3/+3
2022-01-09[clang] Use true/false instead of 1/0 (NFC)Kazu Hirata1-1/+1
2021-10-13[clang] Use llvm::is_contained (NFC)Kazu Hirata1-1/+1
2021-09-14Cleanup identifier parsing; NFCCorentin Jabot1-2/+2
2021-04-10[Matrix] Implement C-style explicit type conversions for matrix types.Saurabh Jha1-0/+1
2020-10-20[clang] Use SourceLocation as key in hash maps, NFCIMikhail Maltsev1-2/+2
2020-10-13[Fixed Point] Add fixed-point to floating point cast types and consteval.Bevin Hansson1-0/+2
2019-07-02[C++2a] Add __builtin_bit_cast, used to implement std::bit_castErik Pilkington1-0/+1
2019-03-31Range-style std::find{,_if} -> llvm::find{,_if}. NFCFangrui Song1-1/+1
2019-03-06[Fixed Point Arithmetic] Fixed Point and Integer ConversionsLeonard Chan1-0/+2
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth3-12/+9
2018-10-23[Fixed Point Arithmetic] Fixed Point to Boolean CastLeonard Chan1-0/+1
2018-10-23[OpenCL][NFC] Unify ZeroToOCL* cast typesAndrew Savonichev1-2/+1
2018-10-15[Fixed Point Arithmetic] FixedPointCastLeonard Chan1-0/+3
2018-08-09Port getLocEnd -> getEndLocStephen Kelly1-3/+3
2018-08-09Port getLocStart -> getBeginLocStephen Kelly1-7/+6
2018-07-30Remove trailing spaceFangrui Song2-11/+11
2018-05-09Remove \brief commands from doxygen comments.Adrian Prantl2-7/+7
2018-04-30PR37189 Fix incorrect end source location and spelling for a split '>>' token.Richard Smith1-3/+5
2018-03-27[Edit, Rewrite] Fix some Clang-tidy modernize and Include What You Use warnin...Eugene Zelenko2-8/+24
2018-02-09[NFC] Extract method to SourceManager for traversing the macro "stack"George Karpenkov1-4/+2
2017-06-20[clang] Fix format specifiers fixits for nested macrosAlexander Shaposhnikov1-11/+16
2017-06-08[clang] Fix format specifiers fixitsAlexander Shaposhnikov1-18/+19
2017-06-03Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.Galina Kistanova1-0/+4
2017-04-28[ARCMigrate] When applying changes from remap files, disable the 'adjustRemov...Argyrios Kyrtzidis1-5/+9
2016-12-23Fix problems in "[OpenCL] Enabling the usage of CLK_NULL_QUEUE as compare ope...Egor Churaev1-0/+1
2016-07-28[OpenCL] Generate opaque type for sampler_t and function call for the initial...Yaxun Liu1-0/+1
2016-01-26Remove autoconf supportChris Bieneman1-14/+0
2016-01-13[Bugfix] Fix ICE on constexpr vector splat.George Burgess IV1-0/+3
2015-10-03Replace double negation of !FileID.isInvalid() with FileID.isValid().Yaron Keren1-1/+1
2015-09-11[Edit] Fix issue with tracking what macro argument inputs have been edited.Argyrios Kyrtzidis1-14/+66
2015-08-04[Edit] Use StringRef's copy method. No functional change intended.Benjamin Kramer1-1/+1
2015-03-29[edit] Don't hit an assert when trying to delete a trailing space at EOFBenjamin Kramer1-1/+3
2015-03-18Remove many superfluous SmallString::str() calls.Yaron Keren1-3/+3
2014-09-15Edit: Do not extend a removal to include trailing whitespace if we're at the endBenjamin Kramer1-0/+6
2014-08-25Objective-C modernization. Convert -initWithUTF8String messagingFariborz Jahanian1-1/+2
2014-07-14[CMake] Reorder libdeps by alphabetical order.NAKAMURA Takumi1-1/+1
2014-05-09[C++11] Use 'nullptr'.Craig Topper2-5/+5
2014-04-28[objcmt] Revert r191796, it's not needed anymore.Argyrios Kyrtzidis1-7/+5
2014-03-29Avoid a local Twine variable.Benjamin Kramer1-4/+2
2014-02-26[CMake] Use LINK_LIBS instead of target_link_libraries().NAKAMURA Takumi1-2/+1
2014-02-21[CMake] Get rid of explicit dependencies to include/clang/*.inc and introduce...NAKAMURA Takumi1-9/+0
2013-12-11Add front-end infrastructure now address space casts are in LLVM IR.David Tweed1-0/+1
2013-12-09[CMake] clang/lib: Satisfy dependencies to add *actually used* libraries on t...NAKAMURA Takumi1-0/+4
2013-10-01ObjectiveC migrator: When doing migration, migrator must suggestFariborz Jahanian1-5/+7
2013-07-18ObjectiveC migrator: Remove semicolon after the typedefFariborz Jahanian1-92/+0
2013-07-18ObjectiveC migration. migration to NS_ENUM/SN_OPTIONFariborz Jahanian1-0/+13