Skip to content
  1. Jul 18, 2019
  2. Jul 16, 2019
    • Johan Vikstrom's avatar
      [clangd] Added highlighting for the targets in typedefs and using. · aae7553b
      Johan Vikstrom authored
      Summary:
      In `typedef int A` the `A` was not highlighted previously.
      
      This patch gives `A` the same kind of highlighting that the underlying type has (class/enum) (which in this example is no special highlighting because builtins are not handled yet)
      Will add highlightings for built ins in another patch.
      
      Reviewers: hokein, sammccall, ilya-biryukov
      
      Subscribers: MaskRay, jkorous, arphaman, kadircet, cfe-commits
      
      Tags: #clang
      
      Differential Revision: https://reviews.llvm.org/D64754
      
      llvm-svn: 366207
      aae7553b
  3. Jul 15, 2019
  4. Jul 11, 2019
  5. Jul 10, 2019
  6. Jul 05, 2019
  7. Jul 04, 2019
  8. Jun 27, 2019
  9. Jun 26, 2019
Loading