]> granicus.if.org Git - clang/commit
[PCH] Sort the file decls by file offset not raw source location.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 28 Oct 2011 23:57:47 +0000 (23:57 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 28 Oct 2011 23:57:47 +0000 (23:57 +0000)
commitfab8d5b478e6fb112b4414c4698a7cc2a350b0f0
tree2e7fc24b585026c0b84ccc1a0dcb486832780985
parent19645d2ae928580b62f9feff91c5aa5e19f5f20d
[PCH] Sort the file decls by file offset not raw source location.

Currently sorting by raw source location does work as intended but who knows
what may change in the future..

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