1. aee388b c-index-test/Makefile: Add clangFormat to USEDLIBS for libclang-unavailable hosts. by NAKAMURA Takumi · 12 years ago
  2. 02db365 c-index-test/Makefile: Reformat. by NAKAMURA Takumi · 12 years ago
  3. 2bff7e5 [c-index-test] Fix warnings about unused results from chdir(). by Argyrios Kyrtzidis · 12 years ago
  4. af0e889 [CMake] Move libxml2 stuff from clang to llvm/cmake. by NAKAMURA Takumi · 12 years ago
  5. 838eb7e [libclang] Introduce a new indexing mode where we skip function bodies by Argyrios Kyrtzidis · 12 years ago
  6. d10682f [c-index-test] Introduce '-index-compile-db' which accepts a compilation database file by Argyrios Kyrtzidis · 12 years ago
  7. 02c1b86 c-index-test.c: Make C89-compliant. by NAKAMURA Takumi · 12 years ago
  8. 1eb6082 libclang: Add a function to libclang for retrieving the bit width value by Dmitri Gribenko · 12 years ago
  9. d3aa6c5 Force C89 for c-index-test.c by Dmitri Gribenko · 12 years ago
  10. fc1b1bb [c-index-test] Do install c-index-test because it's not just for tests, by Argyrios Kyrtzidis · 12 years ago
  11. e4a990f [libclang] Introduce clang_Cursor_getReceiverType which returns the CXType for by Argyrios Kyrtzidis · 12 years ago
  12. 3584972 c-index-test.c: Split a format string. [-Woverlength-strings] by NAKAMURA Takumi · 12 years ago
  13. 11db182 [libclang] Add "-index-file-full" option that recursively indexes any imported by Argyrios Kyrtzidis · 12 years ago
  14. 8d7a24e [libclang] Invoke a ppIncludedFile callback when indexing implicit module imports. by Argyrios Kyrtzidis · 12 years ago
  15. 3c5527e c-index-test.c: /* Use C style comment. */ by NAKAMURA Takumi · 12 years ago
  16. 0ef983e [libclang] Make sure the index_data.main_filename field is initialized by Argyrios Kyrtzidis · 12 years ago
  17. 8003fd6 [libclang] Add tests for indexing modules and PCHs using modules. by Argyrios Kyrtzidis · 12 years ago
  18. 900ab95 [libclang] Improve AST serialization done by ASTUnit::Save(). by Argyrios Kyrtzidis · 12 years ago
  19. 134d1e8a [libclang] Now that we have a CXModule object, pass it to the by Argyrios Kyrtzidis · 12 years ago
  20. 5d04b1a [libclang] Introduce new C functions that provide information about modules: by Argyrios Kyrtzidis · 12 years ago
  21. 37f2f52 [libclang] Simplify indexing of module imports by handling implicit by Argyrios Kyrtzidis · 12 years ago
  22. 3fe9778 [libclang] Even though we disable the preprocessing record during indexing, by Argyrios Kyrtzidis · 12 years ago
  23. 2c3e05c [libclang] Implement the importedASTFile indexing callback to provide by Argyrios Kyrtzidis · 12 years ago
  24. e4330a3 Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp. by Dmitri Gribenko · 12 years ago
  25. 35adca0 Fix the build (-Wswitch violation introduced by r163013). by David Blaikie · 12 years ago
  26. 6422149 Fix C++ comment in C source by Michael Liao · 12 years ago
  27. b3dd988 [libclang] c-index-test: Make the printing of the overrides list of a cursor in by Argyrios Kyrtzidis · 12 years ago
  28. d1a4f68 Fix a couple of pedantic gcc warnings. by Benjamin Kramer · 12 years ago
  29. a59114b c-arcmt-test, c-index-test: Appease Cygwin, to link to libclang.a, not clang.dll. by NAKAMURA Takumi · 12 years ago
  30. 67bf7dd c-index-test Makefile: fix build on Linux. Reviewed by Eric Christopher. by Dmitri Gribenko · 12 years ago
  31. f303d4c libclang API for comment-to-xml conversion. by Dmitri Gribenko · 12 years ago
  32. 96b0986 Comment parsing: add support for \tparam command on all levels. by Dmitri Gribenko · 12 years ago
  33. 0bc35e9 Include clang-check as part of the clang installation. by David Blaikie · 12 years ago
  34. 74edbd4 c-index-test: remove dead store. Found by Clang static analyzer! by Dmitri Gribenko · 12 years ago
  35. 2d66a50 Comment AST: add InlineContentComment::RenderKind to specify a default by Dmitri Gribenko · 12 years ago
  36. 5ef6ea5 Fix c-index-test to compile as C89. by Dmitri Gribenko · 12 years ago
  37. ae99b75 Add libclang APIs to walk comments ASTs and an API to convert a comment to an by Dmitri Gribenko · 12 years ago
  38. e07c5f8 Fix some memory leaks found by the static analyzer. Thanks to John Smith for running it over Clang. by Richard Smith · 12 years ago
  39. c70851b [libclang] CompilationDatabase naming and comment fixes by Arnaud A. de Grandmaison · 12 years ago
  40. f39a7ae [libclang] Introduce clang_Cursor_isDynamicCall which, by Argyrios Kyrtzidis · 12 years ago
  41. d99ef53 Add a new libclang completion API to get brief documentation comment that is by Dmitri Gribenko · 12 years ago
  42. e7e9332 c-index-test/Makefile: Tweak USEDLIBS for cygwin. cygclang.dll is not linked to c-index-test yet. by NAKAMURA Takumi · 12 years ago
  43. 0fb474a c-index-test.c: Fix missing semicolon(s). by NAKAMURA Takumi · 12 years ago
  44. db29318 [libclang] add CompilationDatabase support by Arnaud A. de Grandmaison · 12 years ago
  45. 2d44d77 Implement a lexer for structured comments. by Dmitri Gribenko · 12 years ago
  46. b0d8671 Remove a goofy CMake hack and use the standard CMake facilities to by Chandler Carruth · 12 years ago
  47. f95d412 Fix a big layering violation introduced by r158771. by Chandler Carruth · 12 years ago
  48. aa0cd85 Structured comment parsing, first step. by Dmitri Gribenko · 12 years ago
  49. cc88966 Introduce a new libclang API to determine the platform availability of by Douglas Gregor · 12 years ago
  50. 342742a c-index-test: dispose spelling string after use. by Benjamin Kramer · 12 years ago
  51. ba8be8c Kill the last vestiges of clangIndex by Douglas Gregor · 12 years ago
  52. 6a91d38 Added a flag to the parser to skip method bodies. by Erik Verbruggen · 12 years ago
  53. 78d5d3b Implement clang_getDiagnosticCategoryText() to provide a way for a client of libclang to accurately by Ted Kremenek · 12 years ago
  54. 47f1165 [libclang] Apparently it's important to build in C89, sigh.. by Argyrios Kyrtzidis · 12 years ago
  55. d98ef9a [libclang] Introduce a couple of functions to make it convenient by Argyrios Kyrtzidis · 12 years ago
  56. 3be55cd [Cygwin] Work around to flush stdout in a thread, or stdout in threads won't be flushed at exit. by NAKAMURA Takumi · 12 years ago
  57. 6c235bc Remove unused but set variable. by Benjamin Kramer · 12 years ago
  58. 34ebe1e [libclang] Introduce clang_Cursor_getObjCSelectorIndex() function. by Argyrios Kyrtzidis · 12 years ago
  59. ba1da14 [libclang] Introduce clang_Cursor_getSpellingNameRange(). by Argyrios Kyrtzidis · 12 years ago
  60. 66373dd [libclang] Have c-index-test output more information about a cursor with -cursor-at: by Argyrios Kyrtzidis · 12 years ago
  61. ba10306 Introduce a new libclang API to determine the parent context of a code by Douglas Gregor · 12 years ago
  62. 3739b32 Don't include FixIts with a null replacement range. Fixes <rdar://problem/11040133>. by Ted Kremenek · 12 years ago
  63. 62d7fea [c-index-test] Make it C90 compliant. by Argyrios Kyrtzidis · 12 years ago
  64. 13c20a7 [libclang] A couple of enhancements to c-index-test. by Argyrios Kyrtzidis · 12 years ago
  65. 74d2a9c Update library dependencies to add clangEdit on c-index-test and c-arcmt-test. by NAKAMURA Takumi · 12 years ago
  66. 792db26 [libclang] When indexing an objc property, also provide information about by Argyrios Kyrtzidis · 12 years ago
  67. e1d4330 Don't record nested macro expansions in the preprocessing record, by Argyrios Kyrtzidis · 12 years ago
  68. 7473b1c Implement new DiagnosticsRenderer that packages notes retrieved by clang_getDiagnosticSetFromTU() as by Ted Kremenek · 12 years ago
  69. 2249074 [libclang] Add CXIndexOpt_IndexFunctionLocalSymbols indexing option to indicate by Argyrios Kyrtzidis · 12 years ago
  70. 643d3ce [libclang] Indexing API: provide an attribute list inside CXIdxEntityInfo by Argyrios Kyrtzidis · 13 years ago
  71. c2be04e [libclang] Indexing API: Fix suppressing of references in macros and suppress by Argyrios Kyrtzidis · 13 years ago
  72. b1febb6 [libclang] Indexing API: provide both the semantic and the lexical container. by Argyrios Kyrtzidis · 13 years ago
  73. b526a87 [libclang] Fix indexing of C++ bases in a C++ class. by Argyrios Kyrtzidis · 13 years ago
  74. 838d3c2 [libclang] Introduce CXIdxEntityLanguage that indicates the language by Argyrios Kyrtzidis · 13 years ago
  75. da5f2d2 [libclang] When indexing a field in a C++ class, return an entity by Argyrios Kyrtzidis · 13 years ago
  76. 996e6e5 [libclang] Create a diagnostic set to pass at the end of indexing. by Argyrios Kyrtzidis · 13 years ago
  77. 3e627ae Install c-index-test and clang-c/Index.h as internal files. rdar://10217046 by Bob Wilson · 13 years ago
  78. 6f3ce97 [libclang] Indexing API: If the client requested to get a CXTranslationUnit after by Argyrios Kyrtzidis · 13 years ago
  79. 2957e6f [libclang] Indexing API: Support C++ symbols. by Argyrios Kyrtzidis · 13 years ago
  80. 87adb0b c-index-test.c: Fix syntax according to C. by NAKAMURA Takumi · 13 years ago
  81. b395c63 [libclang] Indexing API: by Argyrios Kyrtzidis · 13 years ago
  82. 3e340a6 [libclang] Indexing API: fill the objc category info for a category implementation and by Argyrios Kyrtzidis · 13 years ago
  83. c6b4a50 [libclang] Indexing API: if the CXIndexOpt_OneRefPerFile option is set, only report one reference by Argyrios Kyrtzidis · 13 years ago
  84. 21ee570 [libclang] Introduce a new function to apply the indexing callbacks on an existing by Argyrios Kyrtzidis · 13 years ago
  85. c71d554 [libclang] Slight changes to the indexing API and bigger internal changes for it. by Argyrios Kyrtzidis · 13 years ago
  86. 16ac8be [libclang] Move the check for errors in c-index-test before the TU gets disposed. by Argyrios Kyrtzidis · 13 years ago
  87. bda536d [libclang] for c-index-test, check for CINDEXTEST_FAILONERROR when doing -test-load-source-reparse by Argyrios Kyrtzidis · 13 years ago
  88. 6ec43ad [libclang] Further simplify the indexing API. by Argyrios Kyrtzidis · 13 years ago
  89. 8f6457e Silence compiler warning. by Benjamin Kramer · 13 years ago
  90. a7e8a83 [serialized diagnostics]: add test cases for serialized diagnostics, including a test case for no issues, multiple issues, and by Ted Kremenek · 13 years ago
  91. dd93c59 [libclang] Simplify the indexing API. by Argyrios Kyrtzidis · 13 years ago
  92. a4ca95a c-index-test.c: Fix a comment style. /* It is C source. */ by NAKAMURA Takumi · 13 years ago
  93. 9190943 c-index-test.c: Fix syntax. It is C source. by NAKAMURA Takumi · 13 years ago
  94. 1532217 serialized diagnostics: implement full deserialization of clang diagnostics via the libclang API. by Ted Kremenek · 13 years ago
  95. 66042b3 [libclang] For "c-index-test -index-file", print out the names of the callbacks. by Argyrios Kyrtzidis · 13 years ago
  96. b4efaa0 [libclang] Add missing return in clang_getExpansionLocation that resulted in that function by Argyrios Kyrtzidis · 13 years ago
  97. dcaca01 [libclang] For c-index-test disable caching of code completion results if by Argyrios Kyrtzidis · 13 years ago
  98. dfca64d [libclang] Introduce use of CINDEXTEST_FAILONERROR environment variable which, if set, by Argyrios Kyrtzidis · 13 years ago
  99. f89bc05 [libclang] Don't use C++-style comments in c-index-test.c. by Argyrios Kyrtzidis · 13 years ago
  100. aca19be [libclang] Index implicit property references. by Argyrios Kyrtzidis · 13 years ago