diff options
author | Manuel Klimek <klimek@google.com> | 2013-09-04 16:11:46 +0000 |
---|---|---|
committer | Manuel Klimek <klimek@google.com> | 2013-09-04 16:11:46 +0000 |
commit | bb556156a4ae7cd6de66c42649387476e076326e (patch) | |
tree | 3fa96685c52a6ba275b84ade3171b40384071699 /clang/tools/clang-format-vs/ClangFormat/GlobalSuppressions.cs | |
parent | 128c5ea902b54aee7cdc744eff3cd59feb83aedd (diff) | |
download | bcm5719-llvm-bb556156a4ae7cd6de66c42649387476e076326e.tar.gz bcm5719-llvm-bb556156a4ae7cd6de66c42649387476e076326e.zip |
Adds a VSPackage project that builds a VS extension to run clang-format over a selection / the line at the cursor.
llvm-svn: 189955
Diffstat (limited to 'clang/tools/clang-format-vs/ClangFormat/GlobalSuppressions.cs')
-rw-r--r-- | clang/tools/clang-format-vs/ClangFormat/GlobalSuppressions.cs | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/clang/tools/clang-format-vs/ClangFormat/GlobalSuppressions.cs b/clang/tools/clang-format-vs/ClangFormat/GlobalSuppressions.cs new file mode 100644 index 00000000000..175a74e291d --- /dev/null +++ b/clang/tools/clang-format-vs/ClangFormat/GlobalSuppressions.cs @@ -0,0 +1,11 @@ +// This file is used by Code Analysis to maintain SuppressMessage
+// attributes that are applied to this project. Project-level
+// suppressions either have no target or are given a specific target
+// and scoped to a namespace, type, member, etc.
+//
+// To add a suppression to this file, right-click the message in the
+// Error List, point to "Suppress Message(s)", and click "In Project
+// Suppression File". You do not need to add suppressions to this
+// file manually.
+
+[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1017:MarkAssembliesWithComVisible")]
|