User Details
- User Since
- Mar 26 2023, 8:08 AM (10 w, 5 d)
Sun, May 28
Removed unrelated change
Rename cppcoreguidelines-noexcept-move-constructor to cppcoreguidelines-noexcept-move-operations
Bumping to ask for reviews
Apr 30 2023
Split the changes into 2 new checks and added cppcoreguidelines aliases for all of them.
Apr 22 2023
If someone could be so kind as to push this on my behalf, it would be greatly appreciated
Apr 20 2023
Implement suggested changes.
Apr 19 2023
Well first of all thanks for the feedback. I agree not renaming a check which is already used and splitting each special case into it's own check seems like the easier and better way to go.
Minor code cleanup
Apr 17 2023
Fix docs
Handle the function calling case
I've also notices that we don't handle this case
std::endl(std::cout);
Remove std::ends from the check
Apr 15 2023
Implement suggested fixes
Apr 14 2023
Rename to performance-avoid-endl
This check is mostly working. Added notes about problems I know about.
Apr 11 2023
I'm fine with pushing this change, but since I don't have commit access someone would need to commit this for me
Apr 3 2023
Now I would kindly as for someone to commit this on my behalf.
Remove unneccesary braces
Implement suggested way of checking for anonymous structs
Add a new more tests
Apr 2 2023
Apr 1 2023
Mar 30 2023
Fixed docs and cleanup tests a bit
Implement review suggestions
Mar 29 2023
Use llvm::DenseMap instead of std::map
Add some more test cases
Sprinkle some more const
Move functionality to a seperate file
Also the noexcept move constrcutor check now only runs with exceptions enabled like other checks.
Mar 28 2023
Implemented suggested fixes from reviews
Mar 27 2023
@PiotrZSL thanks for the quick response.