]> granicus.if.org Git - clang/commit
Factor out parsing and allocation of IdentifierLoc objects.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 3 Sep 2013 18:01:40 +0000 (18:01 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 3 Sep 2013 18:01:40 +0000 (18:01 +0000)
commit8edabd95dd4c9099fd124c5e50322730b9200d23
tree727a1b79fcf2a5cba48d3eab5713bea078c53b4b
parent36d558d85653315edb389677e995ec9ccdbfbf3d
Factor out parsing and allocation of IdentifierLoc objects.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@189833 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Parse/Parser.h
include/clang/Sema/AttributeList.h
lib/Parse/ParseDecl.cpp
lib/Sema/AttributeList.cpp