]> granicus.if.org Git - clang/commit
Use enumerators instead of hardcoded integers when processing macro names.
authorSerge Pavlov <sepavloff@gmail.com>
Fri, 24 Oct 2014 17:31:32 +0000 (17:31 +0000)
committerSerge Pavlov <sepavloff@gmail.com>
Fri, 24 Oct 2014 17:31:32 +0000 (17:31 +0000)
commit618ea90f84dd62693b24270a1b4faa681ba085a0
tree7106400bfb2f926078fe6d635b2ca009044df004
parentd364fc8db511e1123b6aa74a9a6c1b12b0a774b4
Use enumerators instead of hardcoded integers when processing macro names.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@220572 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Lex/Preprocessor.h
lib/Lex/PPDirectives.cpp
lib/Lex/PPExpressions.cpp