Skip to content
  1. Oct 16, 2010
    • Greg Clayton's avatar
      Made many ConstString functions inlined in the header file. · 7b462cc1
      Greg Clayton authored
      Changed all of our synthesized "___clang" functions, types and variables
      that get used in expressions over to have a prefix of "$_lldb". Now when we
      do name lookups we can easily switch off of the first '$' character to know
      if we should look through only our internal (when first char is '$') stuff,
      or when we should look through program variables, functions and types.
      
      Converted all of the clang expression code over to using "const ConstString&" 
      values for names instead of "const char *" since there were many places that
      were converting the "const char *" names into ConstString names and them
      throwing them away. We now avoid making a lot of ConstString conversions and
      benefit from the quick comparisons in a few extra spots.
      
      Converted a lot of code from LLVM coding conventions into LLDB coding 
      conventions.
      
      llvm-svn: 116634
      7b462cc1
    • Jim Ingham's avatar
      Mark a ValueObjectConstResult as valid if it is created with some data, don't... · e2f8841d
      Jim Ingham authored
      Mark a ValueObjectConstResult as valid if it is created with some data, don't wait till it gets updated.
      
      llvm-svn: 116633
      e2f8841d
  2. Oct 15, 2010
  3. Oct 14, 2010
  4. Oct 13, 2010
Loading