1. ef82254 Update Clang for rebase to r212749. by Stephen Hines · 10 years ago
  2. 6bcf27b Update Clang for 3.5 rebase (r209713). by Stephen Hines · 10 years ago
  3. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  4. 0b5ca51 Remove unnecessary inclusion of Sema.h by David Blaikie · 11 years ago
  5. dbb4a35 Don't use PathV1.h in CIndexCodeCompletion.cpp. by Rafael Espindola · 11 years ago
  6. 5c1a9f3 Simplify a loop in ProcessCodeCompleteResults(). Pointed out by David Blaikie by Dmitri Gribenko · 11 years ago
  7. 68effa0 ArrayRef'ize CodeCompletionContext::getNumSelIdents() by Dmitri Gribenko · 11 years ago
  8. 57a3bbf Use the sys::ExecuteAndWait that takes StringRefs. by Rafael Espindola · 11 years ago
  9. 90b5ac6 libclang: reduce CXString abuse by Dmitri Gribenko · 11 years ago
  10. aca3e56 libclang: remove 'using namespace cxstring' by Dmitri Gribenko · 11 years ago
  11. 5595ded libclang: introduce cxstring::{createRef,createDup} for StringRefs by Dmitri Gribenko · 11 years ago
  12. 0c4394c libclang: introduce cxstring::{createRef,createDup} for C strings by Dmitri Gribenko · 11 years ago
  13. dc66adb libclang: itroduce cxstring::createEmpty() by Dmitri Gribenko · 11 years ago
  14. dad4c1a libclang: introduce cxstring::createNull() by Dmitri Gribenko · 11 years ago
  15. 8c718e7 libclang: type safety for CXTranslationUnitImpl::CIdx by Dmitri Gribenko · 11 years ago
  16. 5694feb libclang: factor out the frequent pattern static_cast<ASTUnit *>(TU->TUData) by Dmitri Gribenko · 11 years ago
  17. b1ba0ef Re-sort all the headers. Lots of regressions have crept in here. by Chandler Carruth · 11 years ago
  18. c6f5c6a [libclang] Enhance logging capabilities of libclang. by Argyrios Kyrtzidis · 11 years ago
  19. b99083e Re-sort #include lines using the llvm/utils/sort_includes.py script. by Chandler Carruth · 11 years ago
  20. 772e713 [libclang] Check for the 'LIBCLANG_NOTHREADS' environment variable before creating by Argyrios Kyrtzidis · 11 years ago
  21. f59edb9 Sort #include lines for tools/... by Chandler Carruth · 12 years ago
  22. 4d9f4e5 Make helpers static/anonymous. by Benjamin Kramer · 12 years ago
  23. 02c23eb Make DiagnosticOptions intrusively reference-counted, and make sure by Douglas Gregor · 12 years ago
  24. 526d244 [libclang] Remove the ParentKind cursor kind from code-completion results. by Argyrios Kyrtzidis · 12 years ago
  25. d99ef53 Add a new libclang completion API to get brief documentation comment that is by Dmitri Gribenko · 12 years ago
  26. 28a83f5 [code-complete] Introduce CodeCompletionTUInfo which will be used for caching by Argyrios Kyrtzidis · 12 years ago
  27. 81b5ac3 [libclang] Rename setBackGroundPriority -> setThreadBackgroundPriority. by Argyrios Kyrtzidis · 12 years ago
  28. fdc1795 [libclang] Introduce options to control the priority for the threads by Argyrios Kyrtzidis · 12 years ago
  29. ba10306 Introduce a new libclang API to determine the parent context of a code by Douglas Gregor · 12 years ago
  30. 4e4d084 Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). by David Blaikie · 12 years ago
  31. c93dc78 Basic: import IntrusiveRefCntPtr<> into clang namespace by Dylan Noblesmith · 12 years ago
  32. 36d5927 drop more llvm:: prefixes on SmallString<> by Dylan Noblesmith · 12 years ago
  33. 3026348 More dead code removal (using -Wunreachable-code) by David Blaikie · 12 years ago
  34. 7530c03 Remove unreachable code in Clang. (replace with llvm_unreachable where appropriate or when GCC requires it) by David Blaikie · 12 years ago
  35. 6164ea1 Added clang_getCompletionAnnotation and clang_getCompletionNumAnnotations to by Erik Verbruggen · 13 years ago
  36. b77d197 Make sure we initialize the "extra" data within the libclang code by Douglas Gregor · 13 years ago
  37. d6471f7 Rename Diagnostic to DiagnosticsEngine as per issue 5397 by David Blaikie · 13 years ago
  38. baf82b0 [libclang] Workaround potential race condition with code completion AllocatedResults being freed after a CXTranslationUnit. by Ted Kremenek · 13 years ago
  39. 0f91c8c When performing code completion after at @interface, allow both by Douglas Gregor · 13 years ago
  40. a0651c5 Eliminate a bunch of temporary strings. by Benjamin Kramer · 13 years ago
  41. 0a47d69 Add new libclang API, clang_codeCompleteGetObjCSelector(), which by Douglas Gregor · 13 years ago
  42. 5f9e272 remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 13 years ago
  43. e081a61 New libclang API to expose container type for code completion, from by Douglas Gregor · 13 years ago
  44. 3da626b Introduce a new libclang aPI function, by Douglas Gregor · 13 years ago
  45. 6df7873 When the environment variable LIBCLANG_RESOURCE_USAGE is set, teach by Douglas Gregor · 13 years ago
  46. 4f32786 Improve crash recovery cleanup to recovery CompilerInstances during crash recovery. This was a huge resource "root" during crashes. by Ted Kremenek · 13 years ago
  47. 0d8d7e6 Correctly store and keep track of the FileSystemOptions in ASTUnit and in clang_codeCompleteAt. by Anders Carlsson · 13 years ago
  48. 48601b3 Teach the CXCodeCompleteResults results structure, which stores by Douglas Gregor · 13 years ago
  49. 110a68e Fix name lookup issue by Douglas Gregor · 13 years ago
  50. dae6875 Create a special allocator class for code completion, so that all of by Douglas Gregor · 13 years ago
  51. 218937c Allocate CodeCompletionString and all of its components in a by Douglas Gregor · 13 years ago
  52. 1fd9e0d Use atomic operations for libclang's object count tracking. by Douglas Gregor · 13 years ago
  53. 03013fa Merge System into Support. by Michael J. Spencer · 14 years ago
  54. 39b49bc now the FileManager has a FileSystemOpts ivar, stop threading by Chris Lattner · 14 years ago
  55. 7ad97ff give FileManager a 'FileSystemOptions' ivar, which will be used by Chris Lattner · 14 years ago
  56. 33e4e70 Refactoring of Diagnostic class. by Argyrios Kyrtzidis · 14 years ago
  57. 0a90d32 Make definition of CXTranslationUnitImpl private to libclang. by Ted Kremenek · 14 years ago
  58. e3c60a7 Fix source-range information for Objective-C properties. Previously, by Douglas Gregor · 14 years ago
  59. a60ed47 Change CXTranslationUnit to not directly cast to an ASTUnit*, by Ted Kremenek · 14 years ago
  60. ed12273 Move CXString creation/management routines into by Ted Kremenek · 14 years ago
  61. bf44c3b libclang: Add some support for running certain entry points in a "safety" by Daniel Dunbar · 14 years ago
  62. 389db16 Implement -working-directory. by Argyrios Kyrtzidis · 14 years ago
  63. c7b7b7a Introduce code completion results for Objective-C methods, both when by Douglas Gregor · 14 years ago
  64. e0cc52e Eliminate clang_codeComplete(). libclang clients should be using the by Douglas Gregor · 14 years ago
  65. 32be4a5 Switch c-index-test from clang_codeComplete() over to by Douglas Gregor · 14 years ago
  66. 5a9c0bc Fix the mapping of vertical-space cursor kinds to produce a newline, by Douglas Gregor · 14 years ago
  67. 593b0c1 Add some missing concurrency checks into libclang by Douglas Gregor · 14 years ago
  68. 1aad340 Fix my silly sorting predicate. I hate integer-to-bool conversions by Douglas Gregor · 14 years ago
  69. 2ef6944 Make it clear that libclang does not modify the command-line arguments by Douglas Gregor · 14 years ago
  70. df46316 Teach clang_codeComplete to always sort its code-completion results by Douglas Gregor · 14 years ago
  71. 458433d Implement code completion for @selector expressions by Douglas Gregor · 14 years ago
  72. 1e5e668 Move the sorting of code-completion results out of the main path and by Douglas Gregor · 14 years ago
  73. 1cb237f Revert r112149, "Move the sorting of code-completion results out of the main by Daniel Dunbar · 14 years ago
  74. 12f740f Revert r112154, "Fix thinko in sorting operation", it depends on r112149 which by Daniel Dunbar · 14 years ago
  75. 86d0065 Fix thinko in sorting operation by Douglas Gregor · 14 years ago
  76. be13afe Move the sorting of code-completion results out of the main path and by Douglas Gregor · 14 years ago
  77. 9214819 Revert "Move the sorting of code-completion results out of the main path and by Douglas Gregor · 14 years ago
  78. c7ed372 Move the sorting of code-completion results out of the main path and by Douglas Gregor · 14 years ago
  79. 0a2c5e2 Teach Sema to live without CodeCompleteConsumer.h. by John McCall · 14 years ago
  80. 58ddb60 Introduce new libclang API functions that determine the availability by Douglas Gregor · 14 years ago
  81. 2283d79 When performing code-completion in the presence of a preamble, make by Douglas Gregor · 14 years ago
  82. b1fd345 libclang: Execute clang_codeCompleteAt() inside a crash recovery context. by Daniel Dunbar · 14 years ago
  83. 8071e42 Extend the code-completion caching infrastructure to include global by Douglas Gregor · 14 years ago
  84. 87c08a5 Implement caching of code-completion results for macro definitions by Douglas Gregor · 14 years ago
  85. e6b1bb6 Once code completion has completed, pass a "completion context" on to by Douglas Gregor · 14 years ago
  86. 7a07fcb Minor libclang tweaks by Douglas Gregor · 14 years ago
  87. df95a13 Use precompiled preambles for in-process code completion. by Douglas Gregor · 14 years ago
  88. cee235c Give clang_codeCompleteAt() an "options" parameter, and add a new by Douglas Gregor · 14 years ago
  89. b75d3df When performing in-process code completion, don't free the remapped by Douglas Gregor · 14 years ago
  90. 1abc6bc Add code-completion support directly to ASTUnit, which performs code by Douglas Gregor · 14 years ago
  91. 3d398aa When LIBCLANG_CODE_COMPLETION_LOGGING is set in the environment, log code-completion command lines to stderr by Douglas Gregor · 14 years ago
  92. 3d9c6e1 libclang: When invoking external clang process to get code completion results, by Daniel Dunbar · 14 years ago
  93. a2ace58 Silence warning about "enumeral and non-enumeral type in conditional by Bill Wendling · 14 years ago
  94. 12e1313 Introduce priorities into the code-completion results. by Douglas Gregor · 14 years ago
  95. 21c241f Turn vertical spacing into horizontal spacing in code-completion results by Douglas Gregor · 14 years ago
  96. f51f20f Rename 'CIndex' to 'libclang', since it has basically become our stable public by Daniel Dunbar · 14 years ago[Renamed from tools/CIndex/CIndexCodeCompletion.cpp]
  97. 2ee297f Send code completion data in json format. by Ted Kremenek · 14 years ago
  98. da7af32 Add optional timing logging for code completion results. This causes a UDP packet by Ted Kremenek · 14 years ago
  99. b846deb Prune includes. by Benjamin Kramer · 14 years ago
  100. 2801977 Make Diagnostic reference-counted, which is simpler than juggling by Douglas Gregor · 14 years ago