diff options
author | Francois Pichet <pichet2000@gmail.com> | 2011-05-25 10:19:49 +0000 |
---|---|---|
committer | Francois Pichet <pichet2000@gmail.com> | 2011-05-25 10:19:49 +0000 |
commit | 563a645de82231a55e221fe655b7188bf8369662 (patch) | |
tree | 54d18fbde16c35c24aed5402131ab09238c6d721 /lib/CodeGen/ModuleBuilder.cpp | |
parent | d1e015eb441910937c74d489970322a3a3491a67 (diff) |
Add support for Microsoft __if_exists, __if_not_exists extension at class scope.
Example:
typedef int TYPE;
class C {
__if_exists(TYPE) {
TYPE a;
}
__if_not_exists(TYPE) {
this will never be parsed.
}
};
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@132052 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/ModuleBuilder.cpp')
0 files changed, 0 insertions, 0 deletions