1. 772e713 [libclang] Check for the 'LIBCLANG_NOTHREADS' environment variable before creating by Argyrios Kyrtzidis · 12 years ago
  2. f59edb9 Sort #include lines for tools/... by Chandler Carruth · 12 years ago
  3. 4d9f4e5 Make helpers static/anonymous. by Benjamin Kramer · 12 years ago
  4. 02c23eb Make DiagnosticOptions intrusively reference-counted, and make sure by Douglas Gregor · 12 years ago
  5. 526d244 [libclang] Remove the ParentKind cursor kind from code-completion results. by Argyrios Kyrtzidis · 12 years ago
  6. d99ef53 Add a new libclang completion API to get brief documentation comment that is by Dmitri Gribenko · 12 years ago
  7. 28a83f5 [code-complete] Introduce CodeCompletionTUInfo which will be used for caching by Argyrios Kyrtzidis · 12 years ago
  8. 81b5ac3 [libclang] Rename setBackGroundPriority -> setThreadBackgroundPriority. by Argyrios Kyrtzidis · 12 years ago
  9. fdc1795 [libclang] Introduce options to control the priority for the threads by Argyrios Kyrtzidis · 12 years ago
  10. ba10306 Introduce a new libclang API to determine the parent context of a code by Douglas Gregor · 12 years ago
  11. 4e4d084 Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). by David Blaikie · 12 years ago
  12. c93dc78 Basic: import IntrusiveRefCntPtr<> into clang namespace by Dylan Noblesmith · 12 years ago
  13. 36d5927 drop more llvm:: prefixes on SmallString<> by Dylan Noblesmith · 12 years ago
  14. 3026348 More dead code removal (using -Wunreachable-code) by David Blaikie · 13 years ago
  15. 7530c03 Remove unreachable code in Clang. (replace with llvm_unreachable where appropriate or when GCC requires it) by David Blaikie · 13 years ago
  16. 6164ea1 Added clang_getCompletionAnnotation and clang_getCompletionNumAnnotations to by Erik Verbruggen · 13 years ago
  17. b77d197 Make sure we initialize the "extra" data within the libclang code by Douglas Gregor · 13 years ago
  18. d6471f7 Rename Diagnostic to DiagnosticsEngine as per issue 5397 by David Blaikie · 13 years ago
  19. baf82b0 [libclang] Workaround potential race condition with code completion AllocatedResults being freed after a CXTranslationUnit. by Ted Kremenek · 13 years ago
  20. 0f91c8c When performing code completion after at @interface, allow both by Douglas Gregor · 13 years ago
  21. a0651c5 Eliminate a bunch of temporary strings. by Benjamin Kramer · 13 years ago
  22. 0a47d69 Add new libclang API, clang_codeCompleteGetObjCSelector(), which by Douglas Gregor · 13 years ago
  23. 5f9e272 remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 13 years ago
  24. e081a61 New libclang API to expose container type for code completion, from by Douglas Gregor · 13 years ago
  25. 3da626b Introduce a new libclang aPI function, by Douglas Gregor · 13 years ago
  26. 6df7873 When the environment variable LIBCLANG_RESOURCE_USAGE is set, teach by Douglas Gregor · 13 years ago
  27. 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
  28. 0d8d7e6 Correctly store and keep track of the FileSystemOptions in ASTUnit and in clang_codeCompleteAt. by Anders Carlsson · 13 years ago
  29. 48601b3 Teach the CXCodeCompleteResults results structure, which stores by Douglas Gregor · 13 years ago
  30. 110a68e Fix name lookup issue by Douglas Gregor · 14 years ago
  31. dae6875 Create a special allocator class for code completion, so that all of by Douglas Gregor · 14 years ago
  32. 218937c Allocate CodeCompletionString and all of its components in a by Douglas Gregor · 14 years ago
  33. 1fd9e0d Use atomic operations for libclang's object count tracking. by Douglas Gregor · 14 years ago
  34. 03013fa Merge System into Support. by Michael J. Spencer · 14 years ago
  35. 39b49bc now the FileManager has a FileSystemOpts ivar, stop threading by Chris Lattner · 14 years ago
  36. 7ad97ff give FileManager a 'FileSystemOptions' ivar, which will be used by Chris Lattner · 14 years ago
  37. 33e4e70 Refactoring of Diagnostic class. by Argyrios Kyrtzidis · 14 years ago
  38. 0a90d32 Make definition of CXTranslationUnitImpl private to libclang. by Ted Kremenek · 14 years ago
  39. e3c60a7 Fix source-range information for Objective-C properties. Previously, by Douglas Gregor · 14 years ago
  40. a60ed47 Change CXTranslationUnit to not directly cast to an ASTUnit*, by Ted Kremenek · 14 years ago
  41. ed12273 Move CXString creation/management routines into by Ted Kremenek · 14 years ago
  42. bf44c3b libclang: Add some support for running certain entry points in a "safety" by Daniel Dunbar · 14 years ago
  43. 389db16 Implement -working-directory. by Argyrios Kyrtzidis · 14 years ago
  44. c7b7b7a Introduce code completion results for Objective-C methods, both when by Douglas Gregor · 14 years ago
  45. e0cc52e Eliminate clang_codeComplete(). libclang clients should be using the by Douglas Gregor · 14 years ago
  46. 32be4a5 Switch c-index-test from clang_codeComplete() over to by Douglas Gregor · 14 years ago
  47. 5a9c0bc Fix the mapping of vertical-space cursor kinds to produce a newline, by Douglas Gregor · 14 years ago
  48. 593b0c1 Add some missing concurrency checks into libclang by Douglas Gregor · 14 years ago
  49. 1aad340 Fix my silly sorting predicate. I hate integer-to-bool conversions by Douglas Gregor · 14 years ago
  50. 2ef6944 Make it clear that libclang does not modify the command-line arguments by Douglas Gregor · 14 years ago
  51. df46316 Teach clang_codeComplete to always sort its code-completion results by Douglas Gregor · 14 years ago
  52. 458433d Implement code completion for @selector expressions by Douglas Gregor · 14 years ago
  53. 1e5e668 Move the sorting of code-completion results out of the main path and by Douglas Gregor · 14 years ago
  54. 1cb237f Revert r112149, "Move the sorting of code-completion results out of the main by Daniel Dunbar · 14 years ago
  55. 12f740f Revert r112154, "Fix thinko in sorting operation", it depends on r112149 which by Daniel Dunbar · 14 years ago
  56. 86d0065 Fix thinko in sorting operation by Douglas Gregor · 14 years ago
  57. be13afe Move the sorting of code-completion results out of the main path and by Douglas Gregor · 14 years ago
  58. 9214819 Revert "Move the sorting of code-completion results out of the main path and by Douglas Gregor · 14 years ago
  59. c7ed372 Move the sorting of code-completion results out of the main path and by Douglas Gregor · 14 years ago
  60. 0a2c5e2 Teach Sema to live without CodeCompleteConsumer.h. by John McCall · 14 years ago
  61. 58ddb60 Introduce new libclang API functions that determine the availability by Douglas Gregor · 14 years ago
  62. 2283d79 When performing code-completion in the presence of a preamble, make by Douglas Gregor · 14 years ago
  63. b1fd345 libclang: Execute clang_codeCompleteAt() inside a crash recovery context. by Daniel Dunbar · 14 years ago
  64. 8071e42 Extend the code-completion caching infrastructure to include global by Douglas Gregor · 14 years ago
  65. 87c08a5 Implement caching of code-completion results for macro definitions by Douglas Gregor · 14 years ago
  66. e6b1bb6 Once code completion has completed, pass a "completion context" on to by Douglas Gregor · 14 years ago
  67. 7a07fcb Minor libclang tweaks by Douglas Gregor · 14 years ago
  68. df95a13 Use precompiled preambles for in-process code completion. by Douglas Gregor · 14 years ago
  69. cee235c Give clang_codeCompleteAt() an "options" parameter, and add a new by Douglas Gregor · 14 years ago
  70. b75d3df When performing in-process code completion, don't free the remapped by Douglas Gregor · 14 years ago
  71. 1abc6bc Add code-completion support directly to ASTUnit, which performs code by Douglas Gregor · 14 years ago
  72. 3d398aa When LIBCLANG_CODE_COMPLETION_LOGGING is set in the environment, log code-completion command lines to stderr by Douglas Gregor · 14 years ago
  73. 3d9c6e1 libclang: When invoking external clang process to get code completion results, by Daniel Dunbar · 14 years ago
  74. a2ace58 Silence warning about "enumeral and non-enumeral type in conditional by Bill Wendling · 14 years ago
  75. 12e1313 Introduce priorities into the code-completion results. by Douglas Gregor · 14 years ago
  76. 21c241f Turn vertical spacing into horizontal spacing in code-completion results by Douglas Gregor · 14 years ago
  77. 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]
  78. 2ee297f Send code completion data in json format. by Ted Kremenek · 14 years ago
  79. da7af32 Add optional timing logging for code completion results. This causes a UDP packet by Ted Kremenek · 14 years ago
  80. b846deb Prune includes. by Benjamin Kramer · 14 years ago
  81. 2801977 Make Diagnostic reference-counted, which is simpler than juggling by Douglas Gregor · 14 years ago
  82. f715ca1 Give SourceManager a Diagnostic object with which to report errors, by Douglas Gregor · 14 years ago
  83. c2a9816 Revert 98439. There is a bad race condition in sys::Path::makeUnique on win32. by Benjamin Kramer · 14 years ago
  84. ee99005 Make getTemporaryPath a static member of CIndexer and use it to replace tmpnam calls. by Benjamin Kramer · 14 years ago
  85. 32141c8 Fix bogus diagnostic format string. by Daniel Dunbar · 14 years ago
  86. 313e26c Teach ASTUnit to keep track of temporary files, then delete them when by Douglas Gregor · 14 years ago
  87. 0a812cf Re-apply my diagnostics-capture patch for CIndex, with some tweaks to by Douglas Gregor · 14 years ago
  88. a88084b Rework how CIndex handles diagnostics. Rather than using a callback, by Douglas Gregor · 14 years ago
  89. 2ef6f8f Convert clang_getCompletionChunkText() to return a CXString. by Ted Kremenek · 14 years ago
  90. 35b8440 CIndex: Fix ReportSerializedDiagnostics to honor the DiagnosticClient contract by Daniel Dunbar · 15 years ago
  91. d93256e Introduce serialization and deserialization of diagnostic information by Douglas Gregor · 15 years ago
  92. 936ea3b Switch the remaining diagnostic printing in CIndex over to the by Douglas Gregor · 15 years ago
  93. 4db64a4 Extend clang_createTranslationUnitFromSourceFile() to support creating by Douglas Gregor · 15 years ago
  94. 01dfea0 Improve code completion by introducing patterns for the various C and by Douglas Gregor · 15 years ago
  95. ab18893 Split code in CIndex.cpp into multiple source files, and remove some unnecessary #includes. by Ted Kremenek · 15 years ago