summaryrefslogtreecommitdiffstats
path: root/clang/lib/Index/CodegenNameGenerator.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Make TargetInfo store an actual DataLayout instead of a string.James Y Knight2016-03-041-3/+1
| | | | | | | | | | | | | | Use it to calculate UserLabelPrefix, instead of specifying it (often incorrectly). Note that the *actual* user label prefix has always come from the DataLayout, and is handled within LLVM. The main thing clang's TargetInfo::UserLabelPrefix did was to set the #define value. Having these be different from each-other is just silly. Differential Revision: http://reviews.llvm.org/D17183 llvm-svn: 262737
* [index] Factor libclang's functionality to determing the mangled name of ↵Argyrios Kyrtzidis2016-02-141-0/+197
symbols into the clangIndex library. llvm-svn: 260858
OpenPOWER on IntegriCloud