Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make TargetInfo store an actual DataLayout instead of a string. | James Y Knight | 2016-03-04 | 1 | -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 Kyrtzidis | 2016-02-14 | 1 | -0/+197 |
symbols into the clangIndex library. llvm-svn: 260858 |