Skip to content

Commit

Permalink
add macro description
Browse files Browse the repository at this point in the history
  • Loading branch information
5chmidti committed Jul 12, 2024
1 parent e1a2f73 commit 84ab786
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions clang/include/clang/Testing/TestLanguage.def
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@
//
//===----------------------------------------------------------------------===//

// The TESTLANGUAGE(-C/-CXX) macros have four parameters:
// the language, the standard version, the corresponding compile-flag,
// and an index of the language version for each language.
// The standard version is used to compare a standard version numerically,
// and the index is used to impose ordering for the language versions
// with respect to each language.

#ifndef TESTLANGUAGE
#error "TESTLANGUAGE must be defined before including this file"
#endif
Expand Down

0 comments on commit 84ab786

Please sign in to comment.