1. ff4393c Make sure that we look into nested, transparent declaration contexts by Douglas Gregor · 15 years ago
  2. 4bb2c28 Simplify test to deal with type-based ordering variations by Douglas Gregor · 15 years ago
  3. ac06a7c Verify that code-completion is at least a little bit robust against inclusion of missing headers by Douglas Gregor · 15 years ago
  4. 3ac7385 Minor cleanup for CIndex-based code-completion: by Douglas Gregor · 15 years ago
  5. 1787b70 Move test/Index input files into a sub directory (not scanned as tests). by Daniel Dunbar · 15 years ago
  6. 4fcfde4 Eliminate &&s in tests. by Daniel Dunbar · 15 years ago
  7. 7d1d49d Keep track of whether declararions were loaded from a precompiled by Douglas Gregor · 15 years ago
  8. 52e7108 Add support for a chain of stat caches in the FileManager, rather than by Douglas Gregor · 15 years ago
  9. 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
  10. f9adf8f - Fix assert in clang_getCursorDecl (having to do with recently added ObjC_ProtocolRef). by Steve Naroff · 15 years ago
  11. 85e2db7 Add support for class and protocol references. by Steve Naroff · 15 years ago
  12. f4526e3 Modify ASTLocation and apart from being a Decl or Stmt, allow it to also be: by Argyrios Kyrtzidis · 15 years ago
  13. 1abe5c3 Revert "Force triple in test.", this wasn't the problem. by Daniel Dunbar · 15 years ago
  14. c22dd4d Force triple in test. by Daniel Dunbar · 15 years ago
  15. 7416524 Fix cut/paste error resulting in bad column info. by Steve Naroff · 15 years ago
  16. 699a07d Add clang_getDeclLine and clang_getDeclColumn by Steve Naroff · 15 years ago
  17. d781a39 Don't look for __builtin_va_list; it isn't present for all targets by Douglas Gregor · 15 years ago
  18. ff9e18c Add test for C-based indexing API, using FileCheck utility. by Steve Naroff · 15 years ago
  19. 39da0b8 Improve handling of initialization by constructor, by ensuring that by Douglas Gregor · 15 years ago
  20. 8c4dc1f For a CXXOperatorCallExpr, fix the order that StmtLocResolver uses to check subexpressions. by Argyrios Kyrtzidis · 15 years ago
  21. 218e0b7 Add -fblocks. by Daniel Dunbar · 15 years ago
  22. 19b732a Add support for ObjC message expressions, in the Analyzer: by Argyrios Kyrtzidis · 15 years ago
  23. ad6e5d1 Find references inside blocks. by Argyrios Kyrtzidis · 15 years ago
  24. 8bf0ccd Make having no RUN line a failure. by Daniel Dunbar · 15 years ago
  25. 025f80d MultiTestRunner: Validate '&&' at the end of RUN lines. by Daniel Dunbar · 15 years ago
  26. d46aa50 Prep for new warning. by Mike Stump · 15 years ago
  27. f7cf15c Change the semantics for Entity. by Argyrios Kyrtzidis · 15 years ago
  28. 3e8efd9 Use temporary output to avoid running index-test with the same commands multiple times. by Argyrios Kyrtzidis · 15 years ago
  29. 5d51ae2 Add comments to indicate why RUN lines are below the source code. by Argyrios Kyrtzidis · 15 years ago
  30. 58f6eaf Move the RUN lines on the same file but below the code, as suggested by Sebastian. by Argyrios Kyrtzidis · 15 years ago
  31. c737763 Handle redeclarations properly at the index-test tool. by Argyrios Kyrtzidis · 15 years ago
  32. ba4b8bd Add a C++ indexing test case, where we show the references of overloaded '+' plus signs. by Argyrios Kyrtzidis · 15 years ago
  33. 1258554 Handle struct fields through the index-test tool. by Argyrios Kyrtzidis · 15 years ago
  34. c34a7ef Move the test input source code to a separate file. by Argyrios Kyrtzidis · 15 years ago
  35. 921bd26 Having tests that depend on previously created files is bad idea. Fix them to be self-sufficient. by Argyrios Kyrtzidis · 15 years ago
  36. 7b332d9 Make use of the Index library through the index-test tool. by Argyrios Kyrtzidis · 15 years ago
  37. 2e22253 Add support for retrieving the Doxygen comment associated with a given by Douglas Gregor · 15 years ago
  38. 30b983b Introduce tools/index-test. by Argyrios Kyrtzidis · 15 years ago