Skip to content

Commit

Permalink
Prepare messages for v.6.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
niosus committed Mar 2, 2020
1 parent 77e51dc commit a0c8a2b
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
3 changes: 2 additions & 1 deletion messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@
"6.1.3": "messages/6.1.3.rst",
"6.2.0": "messages/6.2.0.rst",
"6.2.1": "messages/6.2.1.rst",
"6.2.2": "messages/6.2.2.rst"
"6.2.2": "messages/6.2.2.rst",
"6.2.3": "messages/6.2.3.rst"
}
29 changes: 29 additions & 0 deletions messages/6.2.3.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
Version 6.2.3
=============

Improvements and bug fixes:
---------------------------
- New setting "ignore_flags":
You can now set up a list of patterns to ignore flags you don't want to be
passed to clang. This is useful, when there is, say, gcc-specific header in
the include flags and you want to get rid of it as it causes compilation
issues for clang.

💜 this plugin? Consider supporting its development! 💰💸💶
------------------------------------------------------------
‼️NEW‼️ Head to GitHub Sponsors and support my work if you enjoy the plugin!
https://github.com/sponsors/niosus

Alternatively, become a backer on Open Collective!
https://opencollective.com/EasyClangComplete#backers

I you use this plugin in a company, push to become a sponsor!
https://opencollective.com/EasyClangComplete#sponsor

This plugin took a significant amount of effort. It is available and will always
be available for free, both as freedom and as beer.

If you appreciate it - support it. How much would you say it is worth to you?

For more info head here:
https://github.com/niosus/EasyClangComplete#support-it

0 comments on commit a0c8a2b

Please sign in to comment.