1. 6bcf27b Update Clang for 3.5 rebase (r209713). by Stephen Hines · 10 years ago
  2. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  3. 659837e [libclang] Introduce clang_Type_getCXXRefQualifier whichexposes ref-qualifier information of function type. by Argyrios Kyrtzidis · 11 years ago
  4. 10f9004 Revert commit 186833 (no longer needed after the fix in 186859). by Enea Zaffanella · 11 years ago
  5. 212e3d7 c-index-test.c: Let this C89-compliant since r186817. by NAKAMURA Takumi · 11 years ago
  6. 514afc7 [libclang] Introduce clang_Cursor_isObjCOptional, which returns whether the declaration was affected by "@optional" by Argyrios Kyrtzidis · 11 years ago
  7. c965f76 libclang: add a function to check whether a member function is pure virtual by Dmitri Gribenko · 11 years ago
  8. e858e66 [libclang] Introduce clang_Module_getASTFile function that returns the module file where a module object came from. by Argyrios Kyrtzidis · 11 years ago
  9. 65110ca [PCH/modules] Require the preprocessing record option to match the used PCH, if modules are enabled. by Argyrios Kyrtzidis · 11 years ago
  10. 80e1aca [libclang] Introduce clang_Cursor_isVariadic, which returns non-zero if the given cursor is a variadic function or method. by Argyrios Kyrtzidis · 11 years ago
  11. 38dbad2 [libclang] Introduce clang_Cursor_getObjCDeclQualifiers, to query for 'ObjC Qualifiers' written next to the return and by Argyrios Kyrtzidis · 11 years ago
  12. 9ee6a66 [libclang] Introduce clang_Cursor_getObjCPropertyAttributes to query the written attributes in a property declaration. by Argyrios Kyrtzidis · 11 years ago
  13. 04b6748 [libclang] Have clang_getCXXAccessSpecifier() also return the access control of a C++ declaration within its parent scope. by Argyrios Kyrtzidis · 11 years ago
  14. 411d33a [libclang] Expose record layout info via new libclang functions: by Argyrios Kyrtzidis · 11 years ago
  15. cd6dcb3 [c-index-test] Enable 'display diagnostics' when using the -test-load functionality. by Argyrios Kyrtzidis · 11 years ago
  16. c1d2239 [Modules] Resolve top-headers of modules lazily. by Argyrios Kyrtzidis · 11 years ago
  17. 5256c1f [libclang] Fix a test and a warning on windows. by Argyrios Kyrtzidis · 11 years ago
  18. ee2d5fd [libclang] Introduce clang_findIncludesInFile, that can be used to retrieve all #import/#include directives in a specific file. by Argyrios Kyrtzidis · 11 years ago
  19. fc09336 Fix typos: [Dd]iagnosic -> [Dd]iagnostic by Stefanus Du Toit · 11 years ago
  20. ae03d8e libclang: add clang_getTypeSpelling(CXType CT) by Dmitri Gribenko · 11 years ago
  21. 2bff7e5 [c-index-test] Fix warnings about unused results from chdir(). by Argyrios Kyrtzidis · 11 years ago
  22. 838eb7e [libclang] Introduce a new indexing mode where we skip function bodies by Argyrios Kyrtzidis · 11 years ago
  23. d10682f [c-index-test] Introduce '-index-compile-db' which accepts a compilation database file by Argyrios Kyrtzidis · 11 years ago
  24. 02c1b86 c-index-test.c: Make C89-compliant. by NAKAMURA Takumi · 12 years ago
  25. 1eb6082 libclang: Add a function to libclang for retrieving the bit width value by Dmitri Gribenko · 12 years ago
  26. e4a990f [libclang] Introduce clang_Cursor_getReceiverType which returns the CXType for by Argyrios Kyrtzidis · 12 years ago
  27. 3584972 c-index-test.c: Split a format string. [-Woverlength-strings] by NAKAMURA Takumi · 12 years ago
  28. 11db182 [libclang] Add "-index-file-full" option that recursively indexes any imported by Argyrios Kyrtzidis · 12 years ago
  29. 8d7a24e [libclang] Invoke a ppIncludedFile callback when indexing implicit module imports. by Argyrios Kyrtzidis · 12 years ago
  30. 3c5527e c-index-test.c: /* Use C style comment. */ by NAKAMURA Takumi · 12 years ago
  31. 0ef983e [libclang] Make sure the index_data.main_filename field is initialized by Argyrios Kyrtzidis · 12 years ago
  32. 8003fd6 [libclang] Add tests for indexing modules and PCHs using modules. by Argyrios Kyrtzidis · 12 years ago
  33. 900ab95 [libclang] Improve AST serialization done by ASTUnit::Save(). by Argyrios Kyrtzidis · 12 years ago
  34. 134d1e8a [libclang] Now that we have a CXModule object, pass it to the by Argyrios Kyrtzidis · 12 years ago
  35. 5d04b1a [libclang] Introduce new C functions that provide information about modules: by Argyrios Kyrtzidis · 12 years ago
  36. 37f2f52 [libclang] Simplify indexing of module imports by handling implicit by Argyrios Kyrtzidis · 12 years ago
  37. 3fe9778 [libclang] Even though we disable the preprocessing record during indexing, by Argyrios Kyrtzidis · 12 years ago
  38. 2c3e05c [libclang] Implement the importedASTFile indexing callback to provide by Argyrios Kyrtzidis · 12 years ago
  39. e4330a3 Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp. by Dmitri Gribenko · 12 years ago
  40. 35adca0 Fix the build (-Wswitch violation introduced by r163013). by David Blaikie · 12 years ago
  41. 6422149 Fix C++ comment in C source by Michael Liao · 12 years ago
  42. b3dd988 [libclang] c-index-test: Make the printing of the overrides list of a cursor in by Argyrios Kyrtzidis · 12 years ago
  43. d1a4f68 Fix a couple of pedantic gcc warnings. by Benjamin Kramer · 12 years ago
  44. f303d4c libclang API for comment-to-xml conversion. by Dmitri Gribenko · 12 years ago
  45. 96b0986 Comment parsing: add support for \tparam command on all levels. by Dmitri Gribenko · 12 years ago
  46. 74edbd4 c-index-test: remove dead store. Found by Clang static analyzer! by Dmitri Gribenko · 12 years ago
  47. 2d66a50 Comment AST: add InlineContentComment::RenderKind to specify a default by Dmitri Gribenko · 12 years ago
  48. 5ef6ea5 Fix c-index-test to compile as C89. by Dmitri Gribenko · 12 years ago
  49. ae99b75 Add libclang APIs to walk comments ASTs and an API to convert a comment to an by Dmitri Gribenko · 12 years ago
  50. 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
  51. c70851b [libclang] CompilationDatabase naming and comment fixes by Arnaud A. de Grandmaison · 12 years ago
  52. f39a7ae [libclang] Introduce clang_Cursor_isDynamicCall which, by Argyrios Kyrtzidis · 12 years ago
  53. d99ef53 Add a new libclang completion API to get brief documentation comment that is by Dmitri Gribenko · 12 years ago
  54. 0fb474a c-index-test.c: Fix missing semicolon(s). by NAKAMURA Takumi · 12 years ago
  55. db29318 [libclang] add CompilationDatabase support by Arnaud A. de Grandmaison · 12 years ago
  56. 2d44d77 Implement a lexer for structured comments. by Dmitri Gribenko · 12 years ago
  57. aa0cd85 Structured comment parsing, first step. by Dmitri Gribenko · 12 years ago
  58. cc88966 Introduce a new libclang API to determine the platform availability of by Douglas Gregor · 12 years ago
  59. 342742a c-index-test: dispose spelling string after use. by Benjamin Kramer · 12 years ago
  60. 6a91d38 Added a flag to the parser to skip method bodies. by Erik Verbruggen · 12 years ago
  61. 78d5d3b Implement clang_getDiagnosticCategoryText() to provide a way for a client of libclang to accurately by Ted Kremenek · 12 years ago
  62. 47f1165 [libclang] Apparently it's important to build in C89, sigh.. by Argyrios Kyrtzidis · 12 years ago
  63. d98ef9a [libclang] Introduce a couple of functions to make it convenient by Argyrios Kyrtzidis · 12 years ago
  64. 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
  65. 6c235bc Remove unused but set variable. by Benjamin Kramer · 12 years ago
  66. 34ebe1e [libclang] Introduce clang_Cursor_getObjCSelectorIndex() function. by Argyrios Kyrtzidis · 12 years ago
  67. ba1da14 [libclang] Introduce clang_Cursor_getSpellingNameRange(). by Argyrios Kyrtzidis · 12 years ago
  68. 66373dd [libclang] Have c-index-test output more information about a cursor with -cursor-at: by Argyrios Kyrtzidis · 12 years ago
  69. ba10306 Introduce a new libclang API to determine the parent context of a code by Douglas Gregor · 12 years ago
  70. 3739b32 Don't include FixIts with a null replacement range. Fixes <rdar://problem/11040133>. by Ted Kremenek · 12 years ago
  71. 62d7fea [c-index-test] Make it C90 compliant. by Argyrios Kyrtzidis · 12 years ago
  72. 13c20a7 [libclang] A couple of enhancements to c-index-test. by Argyrios Kyrtzidis · 12 years ago
  73. 792db26 [libclang] When indexing an objc property, also provide information about by Argyrios Kyrtzidis · 12 years ago
  74. e1d4330 Don't record nested macro expansions in the preprocessing record, by Argyrios Kyrtzidis · 12 years ago
  75. 7473b1c Implement new DiagnosticsRenderer that packages notes retrieved by clang_getDiagnosticSetFromTU() as by Ted Kremenek · 12 years ago
  76. 2249074 [libclang] Add CXIndexOpt_IndexFunctionLocalSymbols indexing option to indicate by Argyrios Kyrtzidis · 12 years ago
  77. 643d3ce [libclang] Indexing API: provide an attribute list inside CXIdxEntityInfo by Argyrios Kyrtzidis · 12 years ago
  78. c2be04e [libclang] Indexing API: Fix suppressing of references in macros and suppress by Argyrios Kyrtzidis · 12 years ago
  79. b1febb6 [libclang] Indexing API: provide both the semantic and the lexical container. by Argyrios Kyrtzidis · 12 years ago
  80. b526a87 [libclang] Fix indexing of C++ bases in a C++ class. by Argyrios Kyrtzidis · 12 years ago
  81. 838d3c2 [libclang] Introduce CXIdxEntityLanguage that indicates the language by Argyrios Kyrtzidis · 12 years ago
  82. da5f2d2 [libclang] When indexing a field in a C++ class, return an entity by Argyrios Kyrtzidis · 13 years ago
  83. 996e6e5 [libclang] Create a diagnostic set to pass at the end of indexing. by Argyrios Kyrtzidis · 13 years ago
  84. 6f3ce97 [libclang] Indexing API: If the client requested to get a CXTranslationUnit after by Argyrios Kyrtzidis · 13 years ago
  85. 2957e6f [libclang] Indexing API: Support C++ symbols. by Argyrios Kyrtzidis · 13 years ago
  86. 87adb0b c-index-test.c: Fix syntax according to C. by NAKAMURA Takumi · 13 years ago
  87. b395c63 [libclang] Indexing API: by Argyrios Kyrtzidis · 13 years ago
  88. 3e340a6 [libclang] Indexing API: fill the objc category info for a category implementation and by Argyrios Kyrtzidis · 13 years ago
  89. c6b4a50 [libclang] Indexing API: if the CXIndexOpt_OneRefPerFile option is set, only report one reference by Argyrios Kyrtzidis · 13 years ago
  90. 21ee570 [libclang] Introduce a new function to apply the indexing callbacks on an existing by Argyrios Kyrtzidis · 13 years ago
  91. c71d554 [libclang] Slight changes to the indexing API and bigger internal changes for it. by Argyrios Kyrtzidis · 13 years ago
  92. 16ac8be [libclang] Move the check for errors in c-index-test before the TU gets disposed. by Argyrios Kyrtzidis · 13 years ago
  93. bda536d [libclang] for c-index-test, check for CINDEXTEST_FAILONERROR when doing -test-load-source-reparse by Argyrios Kyrtzidis · 13 years ago
  94. 6ec43ad [libclang] Further simplify the indexing API. by Argyrios Kyrtzidis · 13 years ago
  95. 8f6457e Silence compiler warning. by Benjamin Kramer · 13 years ago
  96. 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
  97. dd93c59 [libclang] Simplify the indexing API. by Argyrios Kyrtzidis · 13 years ago
  98. a4ca95a c-index-test.c: Fix a comment style. /* It is C source. */ by NAKAMURA Takumi · 13 years ago
  99. 9190943 c-index-test.c: Fix syntax. It is C source. by NAKAMURA Takumi · 13 years ago
  100. 1532217 serialized diagnostics: implement full deserialization of clang diagnostics via the libclang API. by Ted Kremenek · 13 years ago