]> granicus.if.org Git - clang/commit
The location of the name in MacroDefinition is the beginning of its range,
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Tue, 20 Sep 2011 22:14:48 +0000 (22:14 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Tue, 20 Sep 2011 22:14:48 +0000 (22:14 +0000)
commitde4e0a8e57e643bbe78ad37ad6023c45a8a9f7e2
tree6cb7eb2ab77aba85de76d8f209c86c25e10be377
parentcc6306e96782a8da2d818bfaca003645530ffd2f
The location of the name in MacroDefinition is the beginning of its range,
don't store an extra location for it.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@140190 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Lex/PreprocessingRecord.h
lib/Lex/PreprocessingRecord.cpp
lib/Serialization/ASTReader.cpp
lib/Serialization/ASTWriter.cpp