1. ba1da14 [libclang] Introduce clang_Cursor_getSpellingNameRange(). by Argyrios Kyrtzidis · 12 years ago
  2. 66373dd [libclang] Have c-index-test output more information about a cursor with -cursor-at: by Argyrios Kyrtzidis · 12 years ago
  3. ba10306 Introduce a new libclang API to determine the parent context of a code by Douglas Gregor · 12 years ago
  4. 3739b32 Don't include FixIts with a null replacement range. Fixes <rdar://problem/11040133>. by Ted Kremenek · 12 years ago
  5. 62d7fea [c-index-test] Make it C90 compliant. by Argyrios Kyrtzidis · 12 years ago
  6. 13c20a7 [libclang] A couple of enhancements to c-index-test. by Argyrios Kyrtzidis · 12 years ago
  7. 74d2a9c Update library dependencies to add clangEdit on c-index-test and c-arcmt-test. by NAKAMURA Takumi · 12 years ago
  8. 792db26 [libclang] When indexing an objc property, also provide information about by Argyrios Kyrtzidis · 12 years ago
  9. e1d4330 Don't record nested macro expansions in the preprocessing record, by Argyrios Kyrtzidis · 12 years ago
  10. 7473b1c Implement new DiagnosticsRenderer that packages notes retrieved by clang_getDiagnosticSetFromTU() as by Ted Kremenek · 13 years ago
  11. 2249074 [libclang] Add CXIndexOpt_IndexFunctionLocalSymbols indexing option to indicate by Argyrios Kyrtzidis · 13 years ago
  12. 643d3ce [libclang] Indexing API: provide an attribute list inside CXIdxEntityInfo by Argyrios Kyrtzidis · 13 years ago
  13. c2be04e [libclang] Indexing API: Fix suppressing of references in macros and suppress by Argyrios Kyrtzidis · 13 years ago
  14. b1febb6 [libclang] Indexing API: provide both the semantic and the lexical container. by Argyrios Kyrtzidis · 13 years ago
  15. b526a87 [libclang] Fix indexing of C++ bases in a C++ class. by Argyrios Kyrtzidis · 13 years ago
  16. 838d3c2 [libclang] Introduce CXIdxEntityLanguage that indicates the language by Argyrios Kyrtzidis · 13 years ago
  17. da5f2d2 [libclang] When indexing a field in a C++ class, return an entity by Argyrios Kyrtzidis · 13 years ago
  18. 996e6e5 [libclang] Create a diagnostic set to pass at the end of indexing. by Argyrios Kyrtzidis · 13 years ago
  19. 3e627ae Install c-index-test and clang-c/Index.h as internal files. rdar://10217046 by Bob Wilson · 13 years ago
  20. 6f3ce97 [libclang] Indexing API: If the client requested to get a CXTranslationUnit after by Argyrios Kyrtzidis · 13 years ago
  21. 2957e6f [libclang] Indexing API: Support C++ symbols. by Argyrios Kyrtzidis · 13 years ago
  22. 87adb0b c-index-test.c: Fix syntax according to C. by NAKAMURA Takumi · 13 years ago
  23. b395c63 [libclang] Indexing API: by Argyrios Kyrtzidis · 13 years ago
  24. 3e340a6 [libclang] Indexing API: fill the objc category info for a category implementation and by Argyrios Kyrtzidis · 13 years ago
  25. c6b4a50 [libclang] Indexing API: if the CXIndexOpt_OneRefPerFile option is set, only report one reference by Argyrios Kyrtzidis · 13 years ago
  26. 21ee570 [libclang] Introduce a new function to apply the indexing callbacks on an existing by Argyrios Kyrtzidis · 13 years ago
  27. c71d554 [libclang] Slight changes to the indexing API and bigger internal changes for it. by Argyrios Kyrtzidis · 13 years ago
  28. 16ac8be [libclang] Move the check for errors in c-index-test before the TU gets disposed. by Argyrios Kyrtzidis · 13 years ago
  29. bda536d [libclang] for c-index-test, check for CINDEXTEST_FAILONERROR when doing -test-load-source-reparse by Argyrios Kyrtzidis · 13 years ago
  30. 6ec43ad [libclang] Further simplify the indexing API. by Argyrios Kyrtzidis · 13 years ago
  31. 8f6457e Silence compiler warning. by Benjamin Kramer · 13 years ago
  32. 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
  33. dd93c59 [libclang] Simplify the indexing API. by Argyrios Kyrtzidis · 13 years ago
  34. a4ca95a c-index-test.c: Fix a comment style. /* It is C source. */ by NAKAMURA Takumi · 13 years ago
  35. 9190943 c-index-test.c: Fix syntax. It is C source. by NAKAMURA Takumi · 13 years ago
  36. 1532217 serialized diagnostics: implement full deserialization of clang diagnostics via the libclang API. by Ted Kremenek · 13 years ago
  37. 66042b3 [libclang] For "c-index-test -index-file", print out the names of the callbacks. by Argyrios Kyrtzidis · 13 years ago
  38. b4efaa0 [libclang] Add missing return in clang_getExpansionLocation that resulted in that function by Argyrios Kyrtzidis · 13 years ago
  39. dcaca01 [libclang] For c-index-test disable caching of code completion results if by Argyrios Kyrtzidis · 13 years ago
  40. dfca64d [libclang] Introduce use of CINDEXTEST_FAILONERROR environment variable which, if set, by Argyrios Kyrtzidis · 13 years ago
  41. f89bc05 [libclang] Don't use C++-style comments in c-index-test.c. by Argyrios Kyrtzidis · 13 years ago
  42. aca19be [libclang] Index implicit property references. by Argyrios Kyrtzidis · 13 years ago
  43. c0f5b75 [libclang] When printing the diagnostic print it with a new line. by Argyrios Kyrtzidis · 13 years ago
  44. 36180f3 Try fixing MSVC compiler errors. by Argyrios Kyrtzidis · 13 years ago
  45. 4e7064f [libclang] Introduce a new high level API for indexing clients that assumes by Argyrios Kyrtzidis · 13 years ago
  46. 6164ea1 Added clang_getCompletionAnnotation and clang_getCompletionNumAnnotations to by Erik Verbruggen · 13 years ago
  47. 26fc0f9 Fixed GCC (C90) and Clang warnings. by Erik Verbruggen · 13 years ago
  48. d120596 Added CXAvailability_NotAccessible to indicate that a declaration is available, but not accessible from the current code completion context. by Erik Verbruggen · 13 years ago
  49. aed123e [libclang] Introduce clang_findReferencesInFile which accepts a cursor, a file, by Argyrios Kyrtzidis · 13 years ago
  50. b58404d Install c-index-test also on CMake build, following up r140681. by NAKAMURA Takumi · 13 years ago
  51. d1223d8 Install c-index-test as part of install-clang-c Makefile rule. by Ted Kremenek · 13 years ago
  52. ee0f84f Don't map a file:line:col triplet that is inside the preamble range to by Argyrios Kyrtzidis · 13 years ago
  53. 40098e8 [libclang] Make c-index-test check CINDEXTEST_REMAP_AFTER_TRIAL environment variable, by Argyrios Kyrtzidis · 13 years ago
  54. b227323 Fix type mismatch in initialization (caught by -Wliteral-conversion) by Matt Beaumont-Gay · 13 years ago
  55. 8fa0a80 Add a new libclang API to return a CXCompletionString for an arbitrary by Douglas Gregor · 13 years ago
  56. 0a47d69 Add new libclang API, clang_codeCompleteGetObjCSelector(), which by Douglas Gregor · 13 years ago
  57. 430d7a1 Added clang_getCursorReferenceNameRange to libclang to to retrieve parts of by Douglas Gregor · 13 years ago
  58. e081a61 New libclang API to expose container type for code completion, from by Douglas Gregor · 13 years ago
  59. ba7537f NestedMacroInstantiations -> NestedMacroExpansions by Chandler Carruth · 13 years ago
  60. bb54093 Fix linker problem in buildbot. by Argyrios Kyrtzidis · 13 years ago
  61. 3da626b Introduce a new libclang aPI function, by Douglas Gregor · 13 years ago
  62. 08aa622 MSVC doesn't like mixing declarations and statements in a C file. by Francois Pichet · 13 years ago
  63. 39c411f libclang: Allow callers of clang_saveTranslationUnit() to distinguish by Douglas Gregor · 13 years ago
  64. ba45fab Remove ARCMigrate from more builds that it isn't needed in now that the by Chandler Carruth · 13 years ago
  65. 119bf6b c-index-test also depends on ARCMigrate, oh boy by John McCall · 13 years ago
  66. b83d4d7 Add c-index-test printing and tests for static and virtual method by Douglas Gregor · 13 years ago
  67. dca8ee8 Introduce a new libclang parsing flag, by Douglas Gregor · 13 years ago
  68. dd3e554 Introduce a new libclang API, clang_isFileMultipleIncludeGuarded(), by Douglas Gregor · 13 years ago
  69. f787002 Rename 'CXTUMemoryUsage…' to 'CXTUResourceUsage…'. by Ted Kremenek · 13 years ago
  70. 4e6a3f7 Report memory usage for global code completion results in CXTUMemoryUsage. by Ted Kremenek · 13 years ago
  71. 3c68336 Unbreak the MSVC build: Don't mix variable declarations and statements in a .c file. by Francois Pichet · 13 years ago
  72. 59fc1e5 Add libclang API to query how much memory is used by a CXTranslationUnit. This is a WIP. Currently we report by Ted Kremenek · 13 years ago
  73. 6d55521 c-index-test.c: Fix cygwin warning not to pass signed char to islower(c). by NAKAMURA Takumi · 13 years ago
  74. c480ac8 [PR9321] "make install" does not need install c-index-test. It is used for testing. by NAKAMURA Takumi · 13 years ago
  75. 4b93d66 Re-instate r125819 and r125820 with no functionality change by Peter Collingbourne · 13 years ago
  76. 96b1d4b Revert 125820 and 125819 to fix PR9266. by Rafael Espindola · 13 years ago
  77. 906c73f Move CompilerInstance::LLVMContext and LLVMContext ownership to CodeGenAction by Peter Collingbourne · 14 years ago
  78. 886e160 CMake: LLVM_NO_RTTI must be obsolete now! by NAKAMURA Takumi · 14 years ago
  79. 4814fb5 If any Fix-Its attached to a diagnostic have invalid source locations by Douglas Gregor · 14 years ago
  80. 4f5e21e Teach Diagnostic::setClient() to free the existing, owned by Douglas Gregor · 14 years ago
  81. 1aa2730 Teach ASTUnit to save the specified target features, since by Douglas Gregor · 14 years ago
  82. e72fb6f Add libclang functions to determine the const/volatile/restrict by Douglas Gregor · 14 years ago
  83. bdc4b36 De-C99-ify for loop by Douglas Gregor · 14 years ago
  84. 8e08dec Teach c-index-test to reparse the source file a few times when testing by Douglas Gregor · 14 years ago
  85. aa5f135 Extend the libclang diagnostic API to provide information about the by Douglas Gregor · 14 years ago
  86. a60ed47 Change CXTranslationUnit to not directly cast to an ASTUnit*, by Ted Kremenek · 14 years ago
  87. ed12273 Move CXString creation/management routines into by Ted Kremenek · 14 years ago
  88. 08bb4c6 Tweak libclang's heuristics for building precompiled preambles and by Douglas Gregor · 14 years ago
  89. a9b06d4 ntroduce clang_getSpellingLocation() into libclang, to provide the by Douglas Gregor · 14 years ago
  90. 27a31fe Revert r118492, which didn't update all of its tests accordingly by Douglas Gregor · 14 years ago
  91. b627871 Introduce clang_getSpellingLocation() into libclang, to provide the by Douglas Gregor · 14 years ago
  92. 8429491 Adjust return type of thread_runner. by Benjamin Kramer · 14 years ago
  93. a32a6e1 c-index-test: Switch to using clang_executeOnThread instead of mucking about by Daniel Dunbar · 14 years ago
  94. 6160598 Add an environment variable that allows us to turn off threading in c-index-test by Douglas Gregor · 14 years ago
  95. ecdcb88 Extend the preprocessing record and libclang with support for by Douglas Gregor · 14 years ago
  96. 93f5e6a Call clang_disposeTokens() when we are done with the set of tokens. by Ted Kremenek · 14 years ago
  97. c44fe4b This patch remove the Win32 XFAIL from remap-complete.c by Francois Pichet · 14 years ago
  98. 32be4a5 Switch c-index-test from clang_codeComplete() over to by Douglas Gregor · 14 years ago
  99. b10daed Eliminate clang_setUseExternalASTGeneration() from libclang. Between by Douglas Gregor · 14 years ago
  100. 5a9c0bc Fix the mapping of vertical-space cursor kinds to produce a newline, by Douglas Gregor · 14 years ago