summaryrefslogtreecommitdiff
path: root/lib/Lex/MacroArgs.cpp
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2013-05-03 22:31:32 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2013-05-03 22:31:32 +0000
commitdd08a0c178329ec16cb9e494e6880f3991708b93 (patch)
treefa0e44632630ef6a95089c726dead96050fc743c /lib/Lex/MacroArgs.cpp
parent2f729009067e6aff6198719ec9f8220d88cfea09 (diff)
downloadclang-dd08a0c178329ec16cb9e494e6880f3991708b93.tar.gz
clang-dd08a0c178329ec16cb9e494e6880f3991708b93.tar.bz2
clang-dd08a0c178329ec16cb9e494e6880f3991708b93.tar.xz
[Preprocessor] For the MacroExpands preprocessor callback, also pass the MacroArgs object that provides information about
the argument tokens for a function macro. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@181065 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Lex/MacroArgs.cpp')
-rw-r--r--lib/Lex/MacroArgs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Lex/MacroArgs.cpp b/lib/Lex/MacroArgs.cpp
index f6e781a936..d2dc04b36c 100644
--- a/lib/Lex/MacroArgs.cpp
+++ b/lib/Lex/MacroArgs.cpp
@@ -11,7 +11,7 @@
//
//===----------------------------------------------------------------------===//
-#include "MacroArgs.h"
+#include "clang/Lex/MacroArgs.h"
#include "clang/Lex/LexDiagnostic.h"
#include "clang/Lex/MacroInfo.h"
#include "clang/Lex/Preprocessor.h"