1. 43d8176 Set up include paths for VC++ and Cygwin headers, along with the by Mike Stump · 15 years ago
  2. 9a3dcf2 Make sure that c-index-test links as a C++ executable by Douglas Gregor · 15 years ago
  3. 2588830 Make sure that libCIndex links as a C++ library by Douglas Gregor · 15 years ago
  4. f393c3b Fix C90 compile warning about mixed declarations and code. by Eric Christopher · 15 years ago
  5. f9adf8f - Fix assert in clang_getCursorDecl (having to do with recently added ObjC_ProtocolRef). by Steve Naroff · 15 years ago
  6. 1bb15a9 Add a -nostdclanginc flag to clang-cc that prevents it from searching by Rafael Espindola · 15 years ago
  7. 85e2db7 Add support for class and protocol references. by Steve Naroff · 15 years ago
  8. 05a7651 When pointing at a type decl reference, ASTLocation is a NamedDeclRef. by Argyrios Kyrtzidis · 15 years ago
  9. f4526e3 Modify ASTLocation and apart from being a Decl or Stmt, allow it to also be: by Argyrios Kyrtzidis · 15 years ago
  10. 214904e Set GNUMode only for the "gnu" language standard options, from Ken Dyck! by Douglas Gregor · 15 years ago
  11. 1cf13cd Disable c-index-test on MSVC until someone figures out the real problem. by Daniel Dunbar · 15 years ago
  12. 7416524 Fix cut/paste error resulting in bad column info. by Steve Naroff · 15 years ago
  13. ee9405e Add clang_getDeclSource(). by Steve Naroff · 15 years ago
  14. 699a07d Add clang_getDeclLine and clang_getDeclColumn by Steve Naroff · 15 years ago
  15. ac47bc7 CMake build support for libCIndex and c-index-test. The indexing tests by Douglas Gregor · 15 years ago
  16. 9773f60 Hide clang-wpa executable behind a CMake variable so it won't be built by default by Douglas Gregor · 15 years ago
  17. ff9e18c Add test for C-based indexing API, using FileCheck utility. by Steve Naroff · 15 years ago
  18. e7a5fd4 wpa is an experiment, don't build it by default, it adds to build times due to everything it links in. by Chris Lattner · 15 years ago
  19. 78762eb Add a -dump-record-layouts argument to clang-cc. by Anders Carlsson · 15 years ago
  20. f7469a3 Some minor cleanups... by Steve Naroff · 15 years ago
  21. 4ade6d6 More work to enable more exhaustive testing of the indexing API. by Steve Naroff · 15 years ago
  22. f44c585 Push "clang-is-production" logic up to tools/driver, and make it hittable by by Daniel Dunbar · 15 years ago
  23. b657f11 Replace the -code-completion-dump option with by Douglas Gregor · 15 years ago
  24. fb57042 - Implement support for various types of "refs" (initially to help test clang_getCursor()). by Steve Naroff · 15 years ago
  25. d172bf3 This FIXME is done. by Daniel Dunbar · 15 years ago
  26. b924259 Removed -fobjc-newgc-api option. clang now conforms to by Fariborz Jahanian · 15 years ago
  27. a674bf4 Switch ProcessASTInputFile to still use ParseAST. by Daniel Dunbar · 15 years ago
  28. 31b87d8 Change ASTUnit to take the Diagnostic as an argument, the client should have control of this. by Daniel Dunbar · 15 years ago
  29. a390759 Add Diagnostic to Indexer, and have it keep its own FileManager instead of taking an external reference (which was leaked in the case of the CIndex library). by Daniel Dunbar · 15 years ago
  30. 59b2172 switch command line 'parse' methods to use StringRef for efficiency, which by Chris Lattner · 15 years ago
  31. 81b747b Initial implementation of a code-completion interface in Clang. In by Douglas Gregor · 15 years ago
  32. 2bd6b9f Add clang_disposeTranslationUnit() and clang_disposeIndex(). by Steve Naroff · 15 years ago
  33. aca2ebd Initial support for code generation from .ast files. by Daniel Dunbar · 15 years ago
  34. 0794d8d clang-cc: Factor out code for creating one of the standard AST consumer actions. by Daniel Dunbar · 15 years ago
  35. 13fdf28 Simplify. by Daniel Dunbar · 15 years ago
  36. 9f43534 clang-cc: Remove -ObjC -ObjC++ handling from clang-cc. by Daniel Dunbar · 15 years ago
  37. b123ea3 Starting patch to generate more specific API for objc's by Fariborz Jahanian · 15 years ago
  38. 3cbf5a0 Be sure to use the correct version instead of the wrong one. by Mike Stump · 15 years ago
  39. 77128dd - clang_getCursor(): Replace asserts with error codes (CXCursor_InvalidFile, CXCursor_NoDeclFound). by Steve Naroff · 15 years ago
  40. 73b7959 Add -target-abi clang-cc option, currently unused. by Daniel Dunbar · 15 years ago
  41. 2f60af7 rewrite the parsing code for -miphoneos-version-min and by Chris Lattner · 15 years ago
  42. 8b26cbd Make sure ObjCInterfaceDecl's that are forward declared always contain a valid location. by Steve Naroff · 15 years ago
  43. d9a1db3 Non fragile ABI for GNU runtime. Patch bu David Chisnall. by Fariborz Jahanian · 15 years ago
  44. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  45. 2e30e59 Use llvm::sys::getHostTriple, not LLVM_HOSTTRIPLE. by Daniel Dunbar · 15 years ago
  46. 9efa767 Implement accessors clang_getCursorKind(), clang_getCursorDecl(). by Steve Naroff · 15 years ago
  47. 77accc1 Add ASTUnit::getOriginalSourceFileName() and use in clang_getTranslationUnitSpelling(). by Steve Naroff · 15 years ago
  48. af08ddc by Steve Naroff · 15 years ago
  49. bce6f62 Revert "Visit function/method bodies and issue callback for parameters and local by Daniel Dunbar · 15 years ago
  50. 5345c39 Add basic support for -pthread. by Daniel Dunbar · 15 years ago
  51. 4d86151 Tweak comment. by Daniel Dunbar · 15 years ago
  52. 23d8bea Visit function/method bodies and issue callback for parameters and local variables. by Steve Naroff · 15 years ago
  53. d697081 Initialize targets before parsing command line options, so --version shows registered targets. by Daniel Dunbar · 15 years ago
  54. 10c2d31 Fix warnings. by Eli Friedman · 15 years ago
  55. 1164d85 Fix some newly added bugs uncovered by the RELEASE build. by Steve Naroff · 15 years ago
  56. f334b4e Start issuing callback for references (add some predicates, refactor some code). by Steve Naroff · 15 years ago
  57. c857ea4 Flesh out CXCursorKind... by Steve Naroff · 15 years ago
  58. 2b8ee6c Add explicit "blind" client data to callback function (since we aren't using blocks). by Steve Naroff · 15 years ago
  59. 8a5a9aa Updated GNU runtime non-fragile ABI. by David Chisnall · 15 years ago
  60. 2d4d629 Implement source/line/column hooks. by Steve Naroff · 15 years ago
  61. 89922f8 More fleshing out the C-based indexing API (under construction). by Steve Naroff · 15 years ago
  62. d01a0bc gcc 4.4 needs cstdio for printf. Reorder includes while at it. by Benjamin Kramer · 15 years ago
  63. 80088a9 Add CIndex dependencies: libLLVMC and libclangSema (for IdentifierResolver). by Ted Kremenek · 15 years ago
  64. 2349672 Tweak CIndex file to resolve to linking issues with the clang libraries. In by Ted Kremenek · 15 years ago
  65. 1eb79b5 Hide IdxVisitor and remove unimplemented method (causing link errors on x86_64 by Daniel Dunbar · 15 years ago
  66. 5039819 Lot's of little changes to get the C-based indexing API going... by Steve Naroff · 15 years ago
  67. 7e8f818 Add CX prefix to Cursor and move a comment. by Steve Naroff · 15 years ago
  68. f710789 Update exports list. by Ted Kremenek · 15 years ago
  69. 600866c Fill in Index.h header file and add stubs to implementation file. by Steve Naroff · 15 years ago
  70. d2fa566 Add initial boilerplate for CIndex, a shared library that will vend high-level by Ted Kremenek · 15 years ago
  71. ab24c8d Since the HexFloats option only controls a warning, it shouldn't depend by Eli Friedman · 15 years ago
  72. b044c47 Update clang for raw_fd_ostream no longer requiring F_Force. by Dan Gohman · 15 years ago
  73. 0fa0daa prune #includes. by Chris Lattner · 15 years ago
  74. d57a7ef API changes to match llvm ToT. by Chris Lattner · 15 years ago
  75. 7f7b748 CMake: Improve installation of Clang by Douglas Gregor · 15 years ago
  76. 92bcc27 adjust for raw_fd_ostream api change. by Chris Lattner · 15 years ago
  77. 92f5822 Add a -fno-elide-constructors option to clang-cc. by Anders Carlsson · 15 years ago
  78. 8165ced Don't install wpa or index-test tools. by Daniel Dunbar · 15 years ago
  79. 2ef13e5 Take 2 on AltiVec-style vector initializers. by Nate Begeman · 15 years ago
  80. 797c3c4 fix a couple of problems with section attributes: by Chris Lattner · 15 years ago
  81. 70121eb Use LLVM's new error handler API to report back end errors using Diagnostic. by Daniel Dunbar · 15 years ago
  82. 1df5109 Revert r78535, it is causing a number of failures to build projects. by Daniel Dunbar · 15 years ago
  83. 25b4fdb AltiVec-style vector initializer syntax, vec4 a = (vec4)(a, b, c, d); by Nate Begeman · 15 years ago
  84. 21fde99 Remove duplicated colon. by Benjamin Kramer · 15 years ago
  85. 738f8c2 Add beginnigs of rtti generation, wire up more of -fno-exceptions. by Mike Stump · 15 years ago
  86. 19b732a Add support for ObjC message expressions, in the Analyzer: by Argyrios Kyrtzidis · 15 years ago
  87. 87bcb50 Support ObjC methods as Entities. by Argyrios Kyrtzidis · 15 years ago
  88. 0f39848 Add TranslationUnit::getSelectorMap(). by Argyrios Kyrtzidis · 15 years ago
  89. 7f4656e -Introduce the idx::Analyzer class used for getting indexing information, like finding by Argyrios Kyrtzidis · 15 years ago
  90. 768a6c9 Add getDeclReferenceMap() to the abstract interface of TranslationUnit class. by Argyrios Kyrtzidis · 15 years ago
  91. 0594545 Remove the TranslationUnit usage from clang-wpa.cpp since it's not really by Argyrios Kyrtzidis · 15 years ago
  92. 94431b5 Introduce a helper template for the Handler classes and use it instead by Argyrios Kyrtzidis · 15 years ago
  93. b17dc46 -Make IndexProvider an abstract interface for getting indexing information. by Argyrios Kyrtzidis · 15 years ago
  94. 70186ab Destroy the ASTConsumer prior to the Context, HTMLPrinter for example wants to by Daniel Dunbar · 15 years ago
  95. 56a5d80 Add two nodes to the call graph: by Zhongxing Xu · 15 years ago
  96. f7cf15c Change the semantics for Entity. by Argyrios Kyrtzidis · 15 years ago
  97. ec930d3 Add '\n' to the end of error message. by Argyrios Kyrtzidis · 15 years ago
  98. dc50c64 Introduce ASTLocation::getReferencedDecl(), for getting the declaration that the ASTLocation references. by Argyrios Kyrtzidis · 15 years ago
  99. 1e4bc09 Introduce a redecl_iterator in Decl class, so that we can do a "iterate over all declarations of the same decl" without knowing the exact type. by Argyrios Kyrtzidis · 15 years ago
  100. 237a31b Fix indentation / trailing white space. by Daniel Dunbar · 15 years ago