summaryrefslogtreecommitdiff
path: root/clang/lib/Edit
Commit message (Expand)AuthorAgeFilesLines
* [clang] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata2023-01-141-5/+5
* [clang] Add #include <optional> (NFC)Kazu Hirata2023-01-141-0/+1
* [clang] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song2022-08-081-4/+4
* Use any_of (NFC)Kazu Hirata2022-07-241-2/+2
* [clang] Don't use Optional::hasValue (NFC)Kazu Hirata2022-06-251-3/+3
* Revert "Don't use Optional::hasValue (NFC)"Kazu Hirata2022-06-251-3/+3
* Don't use Optional::hasValue (NFC)Kazu Hirata2022-06-251-3/+3
* [clang] Use true/false instead of 1/0 (NFC)Kazu Hirata2022-01-091-1/+1
* [clang] Use llvm::is_contained (NFC)Kazu Hirata2021-10-131-1/+1
* Cleanup identifier parsing; NFCCorentin Jabot2021-09-141-2/+2
* [Matrix] Implement C-style explicit type conversions for matrix types.Saurabh Jha2021-04-101-0/+1
* [clang] Use SourceLocation as key in hash maps, NFCIMikhail Maltsev2020-10-201-2/+2
* [Fixed Point] Add fixed-point to floating point cast types and consteval.Bevin Hansson2020-10-131-0/+2
* [C++2a] Add __builtin_bit_cast, used to implement std::bit_castErik Pilkington2019-07-021-0/+1
* Range-style std::find{,_if} -> llvm::find{,_if}. NFCFangrui Song2019-03-311-1/+1
* [Fixed Point Arithmetic] Fixed Point and Integer ConversionsLeonard Chan2019-03-061-0/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-193-12/+9
* [Fixed Point Arithmetic] Fixed Point to Boolean CastLeonard Chan2018-10-231-0/+1
* [OpenCL][NFC] Unify ZeroToOCL* cast typesAndrew Savonichev2018-10-231-2/+1
* [Fixed Point Arithmetic] FixedPointCastLeonard Chan2018-10-151-0/+3
* Port getLocEnd -> getEndLocStephen Kelly2018-08-091-3/+3
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-7/+6
* Remove trailing spaceFangrui Song2018-07-302-11/+11
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-092-7/+7
* PR37189 Fix incorrect end source location and spelling for a split '>>' token.Richard Smith2018-04-301-3/+5
* [Edit, Rewrite] Fix some Clang-tidy modernize and Include What You Use warnin...Eugene Zelenko2018-03-272-8/+24
* [NFC] Extract method to SourceManager for traversing the macro "stack"George Karpenkov2018-02-091-4/+2
* [clang] Fix format specifiers fixits for nested macrosAlexander Shaposhnikov2017-06-201-11/+16
* [clang] Fix format specifiers fixitsAlexander Shaposhnikov2017-06-081-18/+19
* Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.Galina Kistanova2017-06-031-0/+4
* [ARCMigrate] When applying changes from remap files, disable the 'adjustRemov...Argyrios Kyrtzidis2017-04-281-5/+9
* Fix problems in "[OpenCL] Enabling the usage of CLK_NULL_QUEUE as compare ope...Egor Churaev2016-12-231-0/+1
* [OpenCL] Generate opaque type for sampler_t and function call for the initial...Yaxun Liu2016-07-281-0/+1
* Remove autoconf supportChris Bieneman2016-01-261-14/+0
* [Bugfix] Fix ICE on constexpr vector splat.George Burgess IV2016-01-131-0/+3
* Replace double negation of !FileID.isInvalid() with FileID.isValid().Yaron Keren2015-10-031-1/+1
* [Edit] Fix issue with tracking what macro argument inputs have been edited.Argyrios Kyrtzidis2015-09-111-14/+66
* [Edit] Use StringRef's copy method. No functional change intended.Benjamin Kramer2015-08-041-1/+1
* [edit] Don't hit an assert when trying to delete a trailing space at EOFBenjamin Kramer2015-03-291-1/+3
* Remove many superfluous SmallString::str() calls.Yaron Keren2015-03-181-3/+3
* Edit: Do not extend a removal to include trailing whitespace if we're at the endBenjamin Kramer2014-09-151-0/+6
* Objective-C modernization. Convert -initWithUTF8String messagingFariborz Jahanian2014-08-251-1/+2
* [CMake] Reorder libdeps by alphabetical order.NAKAMURA Takumi2014-07-141-1/+1
* [C++11] Use 'nullptr'.Craig Topper2014-05-092-5/+5
* [objcmt] Revert r191796, it's not needed anymore.Argyrios Kyrtzidis2014-04-281-7/+5
* Avoid a local Twine variable.Benjamin Kramer2014-03-291-4/+2
* [CMake] Use LINK_LIBS instead of target_link_libraries().NAKAMURA Takumi2014-02-261-2/+1
* [CMake] Get rid of explicit dependencies to include/clang/*.inc and introduce...NAKAMURA Takumi2014-02-211-9/+0
* Add front-end infrastructure now address space casts are in LLVM IR.David Tweed2013-12-111-0/+1
* [CMake] clang/lib: Satisfy dependencies to add *actually used* libraries on t...NAKAMURA Takumi2013-12-091-0/+4