1. 2a17af0 Objective-C methods can be variadic, too. Who knew. by Douglas Gregor · 15 years ago
  2. ff5ce6e Extend code-completion results with the type of each result by Douglas Gregor · 15 years ago
  3. 80737ad Update tests to use %clang instead of 'clang', and forcibly disable use of ' by Daniel Dunbar · 15 years ago
  4. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  5. 01ed063 Make tests use the new clang -cc1 flag. by Fariborz Jahanian · 15 years ago
  6. 288294f Tests: Fix some bugs in clang_f_opts, options were out of order but it worked by Daniel Dunbar · 15 years ago
  7. 632d4b3 XFAIL this test on Win32 until I can take a look. by Daniel Dunbar · 15 years ago
  8. 7628294 Tweak code-completion results by suppressing class template by Douglas Gregor · 15 years ago
  9. 737061f Patch to fix a crash trying to access a category name in by Fariborz Jahanian · 15 years ago
  10. 2a7925c When in an Objective-C instance method, super is a valid code-completion result by Douglas Gregor · 15 years ago
  11. 9a0c85e Code completion for Objective-C @ keywords that are statements or expressions by Douglas Gregor · 15 years ago
  12. c464ae8 Code completion for Objective-C @ directives by Douglas Gregor · 15 years ago
  13. 9422097 CIndex: For the time being, don't return translation units if we encounter an error during parsing. by Daniel Dunbar · 15 years ago
  14. f772d1e ASTUnit/CIndex: Explicitly track the top-level decls when using an ASTUnit made by Daniel Dunbar · 15 years ago
  15. bdf70c2 XFAIL this on Win32 for the time being. by Daniel Dunbar · 15 years ago
  16. 735df88 Extend the CIndex code-completion API to perform code completion by Douglas Gregor · 15 years ago
  17. 625e4ef c-index-test: Split "function scanning" behavior into its own "filter" -- its by Daniel Dunbar · 15 years ago
  18. a4494d8 Add missing testcase for Objective-C p@property getter/setter completions by Douglas Gregor · 15 years ago
  19. d3c6854 Improve code completion for Objective-C message sends, so that we by Douglas Gregor · 15 years ago
  20. 988358f Improve the accuracy of code completion for the attributes of an @property declaration, so that we don't produce completions for attributes that would conflict with already-specified attributes by Douglas Gregor · 15 years ago
  21. 54f0161 Improve code-completion results for the flags in an @property by Douglas Gregor · 15 years ago
  22. 424b2a5 Code completion after @dynamic by Douglas Gregor · 15 years ago
  23. 322328b Code completion for Objective-C @synthesized. by Douglas Gregor · 15 years ago
  24. 2f43b21 Update test to stop scanning things in the predefines buffer, this isn't adding by Daniel Dunbar · 15 years ago
  25. 33ced0b Implement code completion for Objective-C category names in @interface by Douglas Gregor · 15 years ago
  26. 3b49aca Code completion for Objective-C class names after @interface, by Douglas Gregor · 15 years ago
  27. c72af57 Update index tests for r89203. by Benjamin Kramer · 15 years ago
  28. 083128f Code completion after @property, providing the names of forward-declared properties by Douglas Gregor · 15 years ago
  29. f9a7c18 Rename code-completion test to actually make sense by Douglas Gregor · 15 years ago
  30. 55385fe Code completion for Objective-C properly lists by Douglas Gregor · 15 years ago
  31. 1d5fdf3 Add special clang_getCursor() support for @class. Handles <rdar://problem/7383421>. by Ted Kremenek · 15 years ago
  32. 95ac655 Code completion for member accesses that involve Objective-C properties and instance variables by Douglas Gregor · 15 years ago
  33. f74a419 Finish code completion for Objective-C message sends by Douglas Gregor · 15 years ago
  34. 36ecb04 Refactor code-completion support for message sends, collecting the by Douglas Gregor · 15 years ago
  35. 1c6da17 Add c-index-test mode "-test-file-scan", which scans a source file and calls clang_getCursor() on every character. by Ted Kremenek · 15 years ago
  36. 7324d6d Fix test case. by Ted Kremenek · 15 years ago
  37. 0196ce4 Rename test. by Ted Kremenek · 15 years ago
  38. f5d9c93 Clean up c-index-test command line usage a bit by requiring a "-test-load-tu" option when testing clang_loadTranslationUnit(). Running c-index-test without the correct arguments now also prints a useful summary of its correct usage. by Ted Kremenek · 15 years ago
  39. 24a069f Implement code completion for Objective-C message sends to "super". by Douglas Gregor · 15 years ago
  40. 9630eb6 Augment code-completion results to provide argument names and by Douglas Gregor · 15 years ago
  41. 2ca2429 ... and add back a few more triple forces. by Daniel Dunbar · 15 years ago
  42. ca74ae7 Use -fblocks and -fobjc-nonfragile-abi when that is what is being tested, instead of forcing the triple. by Daniel Dunbar · 15 years ago
  43. 9298cfc Have clang_getCursorSource() return NULL when the source location is invalid or refers to a built-in buffer. Implements <rdar://problem/7296243>. by Ted Kremenek · 15 years ago
  44. bbd755a Update test, I don't know why this changed but seems innocuous. by Daniel Dunbar · 15 years ago
  45. ff4393c Make sure that we look into nested, transparent declaration contexts by Douglas Gregor · 15 years ago
  46. 4bb2c28 Simplify test to deal with type-based ordering variations by Douglas Gregor · 15 years ago
  47. ac06a7c Verify that code-completion is at least a little bit robust against inclusion of missing headers by Douglas Gregor · 15 years ago
  48. 3ac7385 Minor cleanup for CIndex-based code-completion: by Douglas Gregor · 15 years ago
  49. 1787b70 Move test/Index input files into a sub directory (not scanned as tests). by Daniel Dunbar · 15 years ago
  50. 4fcfde4 Eliminate &&s in tests. by Daniel Dunbar · 15 years ago
  51. 7d1d49d Keep track of whether declararions were loaded from a precompiled by Douglas Gregor · 15 years ago
  52. 52e7108 Add support for a chain of stat caches in the FileManager, rather than by Douglas Gregor · 15 years ago
  53. b490363 Force a specific target triple in c-index-api-test.m, making the behavior of the test not be dependent on the host. by Ted Kremenek · 15 years ago
  54. f9adf8f - Fix assert in clang_getCursorDecl (having to do with recently added ObjC_ProtocolRef). by Steve Naroff · 15 years ago
  55. 85e2db7 Add support for class and protocol references. by Steve Naroff · 15 years ago
  56. f4526e3 Modify ASTLocation and apart from being a Decl or Stmt, allow it to also be: by Argyrios Kyrtzidis · 15 years ago
  57. 1abe5c3 Revert "Force triple in test.", this wasn't the problem. by Daniel Dunbar · 15 years ago
  58. c22dd4d Force triple in test. by Daniel Dunbar · 15 years ago
  59. 7416524 Fix cut/paste error resulting in bad column info. by Steve Naroff · 15 years ago
  60. 699a07d Add clang_getDeclLine and clang_getDeclColumn by Steve Naroff · 15 years ago
  61. d781a39 Don't look for __builtin_va_list; it isn't present for all targets by Douglas Gregor · 15 years ago
  62. ff9e18c Add test for C-based indexing API, using FileCheck utility. by Steve Naroff · 15 years ago
  63. 39da0b8 Improve handling of initialization by constructor, by ensuring that by Douglas Gregor · 15 years ago
  64. 8c4dc1f For a CXXOperatorCallExpr, fix the order that StmtLocResolver uses to check subexpressions. by Argyrios Kyrtzidis · 15 years ago
  65. 218e0b7 Add -fblocks. by Daniel Dunbar · 15 years ago
  66. 19b732a Add support for ObjC message expressions, in the Analyzer: by Argyrios Kyrtzidis · 15 years ago
  67. ad6e5d1 Find references inside blocks. by Argyrios Kyrtzidis · 15 years ago
  68. 8bf0ccd Make having no RUN line a failure. by Daniel Dunbar · 15 years ago
  69. 025f80d MultiTestRunner: Validate '&&' at the end of RUN lines. by Daniel Dunbar · 15 years ago
  70. d46aa50 Prep for new warning. by Mike Stump · 15 years ago
  71. f7cf15c Change the semantics for Entity. by Argyrios Kyrtzidis · 15 years ago
  72. 3e8efd9 Use temporary output to avoid running index-test with the same commands multiple times. by Argyrios Kyrtzidis · 15 years ago
  73. 5d51ae2 Add comments to indicate why RUN lines are below the source code. by Argyrios Kyrtzidis · 15 years ago
  74. 58f6eaf Move the RUN lines on the same file but below the code, as suggested by Sebastian. by Argyrios Kyrtzidis · 15 years ago
  75. c737763 Handle redeclarations properly at the index-test tool. by Argyrios Kyrtzidis · 15 years ago
  76. ba4b8bd Add a C++ indexing test case, where we show the references of overloaded '+' plus signs. by Argyrios Kyrtzidis · 15 years ago
  77. 1258554 Handle struct fields through the index-test tool. by Argyrios Kyrtzidis · 15 years ago
  78. c34a7ef Move the test input source code to a separate file. by Argyrios Kyrtzidis · 15 years ago
  79. 921bd26 Having tests that depend on previously created files is bad idea. Fix them to be self-sufficient. by Argyrios Kyrtzidis · 15 years ago
  80. 7b332d9 Make use of the Index library through the index-test tool. by Argyrios Kyrtzidis · 15 years ago
  81. 2e22253 Add support for retrieving the Doxygen comment associated with a given by Douglas Gregor · 15 years ago
  82. 30b983b Introduce tools/index-test. by Argyrios Kyrtzidis · 15 years ago