third_party.pigweed.src/pw_preprocessor
Scott James Remnant 601cebd558 pw_preprocessor: Add macros for weak and alias attributes
Change-Id: I2bcd39f8aa8869ebd7567e723230394f0fa490f0
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/53901
Reviewed-by: Wyatt Hepler <hepler@google.com>
Commit-Queue: Auto-Submit <auto-submit@pigweed.google.com.iam.gserviceaccount.com>
Pigweed-Auto-Submit: Scott James Remnant <keybuk@google.com>
2021-07-23 22:31:36 +00:00
..
public/pw_preprocessor pw_preprocessor: Add macros for weak and alias attributes 2021-07-23 22:31:36 +00:00
arguments_test.cc
boolean_test.cc
BUILD.bazel bazel: Rename BUILD to BUILD.bazel 2021-07-14 19:36:41 +00:00
BUILD.gn pw_preprocessor: Macros for disabling warnings 2021-04-12 17:37:07 +00:00
CMakeLists.txt
compiler_test.cc pw_preprocessor: Macros for disabling warnings 2021-04-12 17:37:07 +00:00
concat_test.cc
docs.rst pw_docs: Fixup minor typos, add clarifications 2021-05-12 01:41:47 +00:00
README.md
util_test.cc

pw_preprocessor: Useful C preprocessor macros

The pw_preprocessor module provides several helpful preprocessor macros for use in C and C++ code.