1. c04bb92 [libclang] Always report a CXCursor_MacroDefinition for code-completion by Argyrios Kyrtzidis · 12 years ago
  2. 8ec904c Tweak code-completion result priorities, so that exact and similar by Douglas Gregor · 14 years ago
  3. 08f43cd Code completion has no reason to prefer values over types, especially by Douglas Gregor · 14 years ago
  4. d754d55 Swap the priorities of constants and types, so that we prefer types. by Douglas Gregor · 14 years ago
  5. 721f359 When combining the code-completion results from Sema long with the by Douglas Gregor · 14 years ago
  6. d43dd83 In code-completion contexts where both types and other values are by Douglas Gregor · 14 years ago
  7. ecbd4a8 Remove i386 macro check from expected output of preprocessor by Douglas Gregor · 14 years ago
  8. f29c523 Implement code completion for preprocessor expressions and in macro arguments. by Douglas Gregor · 14 years ago
  9. 1fbb447 Implement preprocessor code completion where a macro name is expected, by Douglas Gregor · 14 years ago
  10. f44e854 Introduce basic code-completion support for preprocessor directives, by Douglas Gregor · 14 years ago