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