diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2013-02-02 18:39:10 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2013-02-02 22:59:44 +0100 |
commit | 108a95630d5f4a8cf8aa075cee950a75d2628dfe (patch) | |
tree | acc365a0164887f71bd8f8c57b6f59b26b9a09a3 /compilerplugins | |
parent | a1c61eb11298d5ed565c06e4b925d51d855fd8ff (diff) |
move clang plugin that's no longer needed
But still keep it in case it'd be needed again, or simply
as a starting reference.
Change-Id: If519e1320e1bd6dce7746b57172324b33504051e
Diffstat (limited to 'compilerplugins')
-rw-r--r-- | compilerplugins/clang/store/README | 3 | ||||
-rw-r--r-- | compilerplugins/clang/store/lclstaticfix.cxx (renamed from compilerplugins/clang/lclstaticfix.cxx) | 0 | ||||
-rw-r--r-- | compilerplugins/clang/store/lclstaticfix.hxx (renamed from compilerplugins/clang/lclstaticfix.hxx) | 0 |
3 files changed, 3 insertions, 0 deletions
diff --git a/compilerplugins/clang/store/README b/compilerplugins/clang/store/README new file mode 100644 index 000000000000..b562544128f2 --- /dev/null +++ b/compilerplugins/clang/store/README @@ -0,0 +1,3 @@ +This plugin actions are not used. They are still kept in case they would be useful again +(they can be activated again by simply moving them back in the clang/ source directory) +or simply as a reference when writing new plugins. diff --git a/compilerplugins/clang/lclstaticfix.cxx b/compilerplugins/clang/store/lclstaticfix.cxx index e966139dbaa1..e966139dbaa1 100644 --- a/compilerplugins/clang/lclstaticfix.cxx +++ b/compilerplugins/clang/store/lclstaticfix.cxx diff --git a/compilerplugins/clang/lclstaticfix.hxx b/compilerplugins/clang/store/lclstaticfix.hxx index 64e5b2919461..64e5b2919461 100644 --- a/compilerplugins/clang/lclstaticfix.hxx +++ b/compilerplugins/clang/store/lclstaticfix.hxx |