1. 33337ca Update aosp/master clang for rebase to r235153 by Pirama Arumuga Nainar · 9 years ago
  2. 176edba Update aosp/master Clang for rebase to r222490. by Stephen Hines · 9 years ago
  3. c568f1e Update Clang for rebase to r212749. by Stephen Hines · 10 years ago
  4. 6bcf27b Update Clang for 3.5 rebase (r209713). by Stephen Hines · 10 years ago
  5. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  6. 659837e [libclang] Introduce clang_Type_getCXXRefQualifier whichexposes ref-qualifier information of function type. by Argyrios Kyrtzidis · 11 years ago
  7. 166fa98 {c-index-test|c-arcmt-test}/Makefile: Update USEDLIBS along corresponding to clangIndex. by NAKAMURA Takumi · 11 years ago
  8. 10f9004 Revert commit 186833 (no longer needed after the fix in 186859). by Enea Zaffanella · 11 years ago
  9. 212e3d7 c-index-test.c: Let this C89-compliant since r186817. by NAKAMURA Takumi · 11 years ago
  10. 53a015b c-index-test/CMakeLists.txt: Suggest -isystem to include libxml2 with include_directories(SYSTEM). by NAKAMURA Takumi · 11 years ago
  11. 8b8f621 c-index-test/Makefile: Use -isystem instead of -I on $(LIBXML2_INC) with -Wdocumentation. by NAKAMURA Takumi · 11 years ago
  12. 514afc7 [libclang] Introduce clang_Cursor_isObjCOptional, which returns whether the declaration was affected by "@optional" by Argyrios Kyrtzidis · 11 years ago
  13. b1e25a1 [Driver] Refactor clang driver to use LLVM's Option library by Reid Kleckner · 11 years ago
  14. c965f76 libclang: add a function to check whether a member function is pure virtual by Dmitri Gribenko · 11 years ago
  15. e858e66 [libclang] Introduce clang_Module_getASTFile function that returns the module file where a module object came from. by Argyrios Kyrtzidis · 11 years ago
  16. 65110ca [PCH/modules] Require the preprocessing record option to match the used PCH, if modules are enabled. by Argyrios Kyrtzidis · 11 years ago
  17. 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
  18. 38dbad2 [libclang] Introduce clang_Cursor_getObjCDeclQualifiers, to query for 'ObjC Qualifiers' written next to the return and by Argyrios Kyrtzidis · 11 years ago
  19. 9ee6a66 [libclang] Introduce clang_Cursor_getObjCPropertyAttributes to query the written attributes in a property declaration. by Argyrios Kyrtzidis · 11 years ago
  20. 04b6748 [libclang] Have clang_getCXXAccessSpecifier() also return the access control of a C++ declaration within its parent scope. by Argyrios Kyrtzidis · 11 years ago
  21. 411d33a [libclang] Expose record layout info via new libclang functions: by Argyrios Kyrtzidis · 11 years ago
  22. cd6dcb3 [c-index-test] Enable 'display diagnostics' when using the -test-load functionality. by Argyrios Kyrtzidis · 11 years ago
  23. c1d2239 [Modules] Resolve top-headers of modules lazily. by Argyrios Kyrtzidis · 11 years ago
  24. 5256c1f [libclang] Fix a test and a warning on windows. by Argyrios Kyrtzidis · 11 years ago
  25. 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
  26. fc09336 Fix typos: [Dd]iagnosic -> [Dd]iagnostic by Stefanus Du Toit · 11 years ago
  27. ae03d8e libclang: add clang_getTypeSpelling(CXType CT) by Dmitri Gribenko · 11 years ago
  28. 6f7eeb9 libclang: Update comment about USEDLIBS in c-*-test/Makefile. by NAKAMURA Takumi · 11 years ago
  29. eedba1d Add bitreader to LINK_COMPONENTS in users of libclang, c-arcmt-test and c-index-test. by NAKAMURA Takumi · 11 years ago
  30. aee388b c-index-test/Makefile: Add clangFormat to USEDLIBS for libclang-unavailable hosts. by NAKAMURA Takumi · 11 years ago
  31. 02db365 c-index-test/Makefile: Reformat. by NAKAMURA Takumi · 11 years ago
  32. 2bff7e5 [c-index-test] Fix warnings about unused results from chdir(). by Argyrios Kyrtzidis · 11 years ago
  33. af0e889 [CMake] Move libxml2 stuff from clang to llvm/cmake. by NAKAMURA Takumi · 11 years ago
  34. 838eb7e [libclang] Introduce a new indexing mode where we skip function bodies by Argyrios Kyrtzidis · 11 years ago
  35. d10682f [c-index-test] Introduce '-index-compile-db' which accepts a compilation database file by Argyrios Kyrtzidis · 11 years ago
  36. 02c1b86 c-index-test.c: Make C89-compliant. by NAKAMURA Takumi · 11 years ago
  37. 1eb6082 libclang: Add a function to libclang for retrieving the bit width value by Dmitri Gribenko · 11 years ago
  38. d3aa6c5 Force C89 for c-index-test.c by Dmitri Gribenko · 12 years ago
  39. fc1b1bb [c-index-test] Do install c-index-test because it's not just for tests, by Argyrios Kyrtzidis · 12 years ago
  40. e4a990f [libclang] Introduce clang_Cursor_getReceiverType which returns the CXType for by Argyrios Kyrtzidis · 12 years ago
  41. 3584972 c-index-test.c: Split a format string. [-Woverlength-strings] by NAKAMURA Takumi · 12 years ago
  42. 11db182 [libclang] Add "-index-file-full" option that recursively indexes any imported by Argyrios Kyrtzidis · 12 years ago
  43. 8d7a24e [libclang] Invoke a ppIncludedFile callback when indexing implicit module imports. by Argyrios Kyrtzidis · 12 years ago
  44. 3c5527e c-index-test.c: /* Use C style comment. */ by NAKAMURA Takumi · 12 years ago
  45. 0ef983e [libclang] Make sure the index_data.main_filename field is initialized by Argyrios Kyrtzidis · 12 years ago
  46. 8003fd6 [libclang] Add tests for indexing modules and PCHs using modules. by Argyrios Kyrtzidis · 12 years ago
  47. 900ab95 [libclang] Improve AST serialization done by ASTUnit::Save(). by Argyrios Kyrtzidis · 12 years ago
  48. 134d1e8a [libclang] Now that we have a CXModule object, pass it to the by Argyrios Kyrtzidis · 12 years ago
  49. 5d04b1a [libclang] Introduce new C functions that provide information about modules: by Argyrios Kyrtzidis · 12 years ago
  50. 37f2f52 [libclang] Simplify indexing of module imports by handling implicit by Argyrios Kyrtzidis · 12 years ago
  51. 3fe9778 [libclang] Even though we disable the preprocessing record during indexing, by Argyrios Kyrtzidis · 12 years ago
  52. 2c3e05c [libclang] Implement the importedASTFile indexing callback to provide by Argyrios Kyrtzidis · 12 years ago
  53. e4330a3 Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp. by Dmitri Gribenko · 12 years ago
  54. 35adca0 Fix the build (-Wswitch violation introduced by r163013). by David Blaikie · 12 years ago
  55. 6422149 Fix C++ comment in C source by Michael Liao · 12 years ago
  56. b3dd988 [libclang] c-index-test: Make the printing of the overrides list of a cursor in by Argyrios Kyrtzidis · 12 years ago
  57. d1a4f68 Fix a couple of pedantic gcc warnings. by Benjamin Kramer · 12 years ago
  58. a59114b c-arcmt-test, c-index-test: Appease Cygwin, to link to libclang.a, not clang.dll. by NAKAMURA Takumi · 12 years ago
  59. 67bf7dd c-index-test Makefile: fix build on Linux. Reviewed by Eric Christopher. by Dmitri Gribenko · 12 years ago
  60. f303d4c libclang API for comment-to-xml conversion. by Dmitri Gribenko · 12 years ago
  61. 96b0986 Comment parsing: add support for \tparam command on all levels. by Dmitri Gribenko · 12 years ago
  62. 0bc35e9 Include clang-check as part of the clang installation. by David Blaikie · 12 years ago
  63. 74edbd4 c-index-test: remove dead store. Found by Clang static analyzer! by Dmitri Gribenko · 12 years ago
  64. 2d66a50 Comment AST: add InlineContentComment::RenderKind to specify a default by Dmitri Gribenko · 12 years ago
  65. 5ef6ea5 Fix c-index-test to compile as C89. by Dmitri Gribenko · 12 years ago
  66. ae99b75 Add libclang APIs to walk comments ASTs and an API to convert a comment to an by Dmitri Gribenko · 12 years ago
  67. 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
  68. c70851b [libclang] CompilationDatabase naming and comment fixes by Arnaud A. de Grandmaison · 12 years ago
  69. f39a7ae [libclang] Introduce clang_Cursor_isDynamicCall which, by Argyrios Kyrtzidis · 12 years ago
  70. d99ef53 Add a new libclang completion API to get brief documentation comment that is by Dmitri Gribenko · 12 years ago
  71. 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
  72. 0fb474a c-index-test.c: Fix missing semicolon(s). by NAKAMURA Takumi · 12 years ago
  73. db29318 [libclang] add CompilationDatabase support by Arnaud A. de Grandmaison · 12 years ago
  74. 2d44d77 Implement a lexer for structured comments. by Dmitri Gribenko · 12 years ago
  75. b0d8671 Remove a goofy CMake hack and use the standard CMake facilities to by Chandler Carruth · 12 years ago
  76. f95d412 Fix a big layering violation introduced by r158771. by Chandler Carruth · 12 years ago
  77. aa0cd85 Structured comment parsing, first step. by Dmitri Gribenko · 12 years ago
  78. cc88966 Introduce a new libclang API to determine the platform availability of by Douglas Gregor · 12 years ago
  79. 342742a c-index-test: dispose spelling string after use. by Benjamin Kramer · 12 years ago
  80. ba8be8c Kill the last vestiges of clangIndex by Douglas Gregor · 12 years ago
  81. 6a91d38 Added a flag to the parser to skip method bodies. by Erik Verbruggen · 12 years ago
  82. 78d5d3b Implement clang_getDiagnosticCategoryText() to provide a way for a client of libclang to accurately by Ted Kremenek · 12 years ago
  83. 47f1165 [libclang] Apparently it's important to build in C89, sigh.. by Argyrios Kyrtzidis · 12 years ago
  84. d98ef9a [libclang] Introduce a couple of functions to make it convenient by Argyrios Kyrtzidis · 12 years ago
  85. 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
  86. 6c235bc Remove unused but set variable. by Benjamin Kramer · 12 years ago
  87. 34ebe1e [libclang] Introduce clang_Cursor_getObjCSelectorIndex() function. by Argyrios Kyrtzidis · 12 years ago
  88. ba1da14 [libclang] Introduce clang_Cursor_getSpellingNameRange(). by Argyrios Kyrtzidis · 12 years ago
  89. 66373dd [libclang] Have c-index-test output more information about a cursor with -cursor-at: by Argyrios Kyrtzidis · 12 years ago
  90. ba10306 Introduce a new libclang API to determine the parent context of a code by Douglas Gregor · 12 years ago
  91. 3739b32 Don't include FixIts with a null replacement range. Fixes <rdar://problem/11040133>. by Ted Kremenek · 12 years ago
  92. 62d7fea [c-index-test] Make it C90 compliant. by Argyrios Kyrtzidis · 12 years ago
  93. 13c20a7 [libclang] A couple of enhancements to c-index-test. by Argyrios Kyrtzidis · 12 years ago
  94. 74d2a9c Update library dependencies to add clangEdit on c-index-test and c-arcmt-test. by NAKAMURA Takumi · 12 years ago
  95. 792db26 [libclang] When indexing an objc property, also provide information about by Argyrios Kyrtzidis · 12 years ago
  96. e1d4330 Don't record nested macro expansions in the preprocessing record, by Argyrios Kyrtzidis · 12 years ago
  97. 7473b1c Implement new DiagnosticsRenderer that packages notes retrieved by clang_getDiagnosticSetFromTU() as by Ted Kremenek · 12 years ago
  98. 2249074 [libclang] Add CXIndexOpt_IndexFunctionLocalSymbols indexing option to indicate by Argyrios Kyrtzidis · 12 years ago
  99. 643d3ce [libclang] Indexing API: provide an attribute list inside CXIdxEntityInfo by Argyrios Kyrtzidis · 12 years ago
  100. c2be04e [libclang] Indexing API: Fix suppressing of references in macros and suppress by Argyrios Kyrtzidis · 12 years ago