Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rework USR generation for symbols with no linkage. Many of the USRs are now ↵ | Ted Kremenek | 2010-04-16 | 1 | -2/+2 |
| | | | | | | | | | | shortened, and we now include the file name that declares the symbol with no linkage in the USR. USRs for such symbols are generated only in restructed cases, e.g., anonymous enum declarations, typedefs, etc. llvm-svn: 101542 | ||||
* | Add c-index-test support for printing USRs. | Ted Kremenek | 2010-03-25 | 1 | -0/+17 |
llvm-svn: 99476 |