commit | bfb6bae9fb5ef42e4f9ae2847f30f41938c04900 | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Fri Jul 15 17:25:21 2016 -0700 |
committer | Josh Gao <jmgao@google.com> | Mon Aug 08 16:39:07 2016 -0700 |
tree | e75bc213342719cd3f803db5d27f4f21d9601fe0 | |
parent | 681f6b59d26c7c9470bc681b0ca0b43c3d0835db [diff] [blame] |
versioner: replace availability attributes with annotate. Major refactor to use __attribute__((annotate)) to be able to keep track of the semantic differences between __INTRODUCED_IN(x) and __INTRODUCED_IN_X86(x), for use in the upcoming preprocessor. Bug: http://b/30170081 Change-Id: I6496a8c40ba7f4553de9a2be0bbddcf37c813937
diff --git a/tools/versioner/tests/missing_arch/headers/foo.h b/tools/versioner/tests/missing_arch/headers/foo.h index 5d5f8f0..176e7a3 100644 --- a/tools/versioner/tests/missing_arch/headers/foo.h +++ b/tools/versioner/tests/missing_arch/headers/foo.h
@@ -1 +1 @@ -int foo(); +int foo(); \ No newline at end of file