1. d2e5acc Fix includes and dependencies for libclang by Richard Trieu · 7 years ago
  2. b006e09 [clang] Introduce new completion context types by Kadir Cetinkaya · 7 years ago
  3. 3d8051a [CodeComplete] Add completions for filenames in #include directives. by Sam McCall · 7 years ago
  4. 2fab235 [CodeComplete] Report location of opening parens for signature help by Ilya Biryukov · 7 years ago
  5. 3957e48 [libclang] Optionally add code completion results for arrow instead of dot by Ivan Donchevskii · 7 years ago
  6. 9fc8faf Remove \brief commands from doxygen comments. by Adrian Prantl · 7 years ago
  7. bb2cf63 [CodeComplete] Add an option to omit results from the preamble. by Sam McCall · 8 years ago
  8. 690f0e2 [libclang] Record code-completion invocations to a temporary file when by Alex Lorenz · 8 years ago
  9. 3cc3911 [libclang] Allow crash recovery with LIBCLANG_NOTHREADS by Erik Verbruggen · 8 years ago
  10. c4d5c25 [libclang] Bury dead TemporaryFiles by Krasimir Georgiev · 9 years ago
  11. f6021ec Apply clang-tidy's performance-unnecessary-value-param to parts of clang. by Benjamin Kramer · 9 years ago
  12. ea4395e Reapply "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeCompleteConsumer" by David Blaikie · 9 years ago
  13. 81d0829 Revert "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeCompleteConsumer" by David Blaikie · 9 years ago
  14. 9280a85 IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeCompleteConsumer by David Blaikie · 9 years ago
  15. 39ae3d5 [libclang] Remove the 'extern "C"' blocks from the implementation files. by Argyrios Kyrtzidis · 9 years ago
  16. 11a9cd9 [libclang] Use lambdas instead of explicit structs when storing arguments. by Benjamin Kramer · 10 years ago
  17. c3425b1 [libclang] Replace ObjC generic parameters in code-completion results. by Douglas Gregor · 10 years ago
  18. ab9db51 Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). by Alexander Kornienko · 10 years ago
  19. 3d9d929 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  20. bb165fb Introduce a PCHContainerOperations interface (NFC). by Adrian Prantl · 10 years ago
  21. 34eb207 Use 'override/final' instead of 'virtual' for overridden methods by Alexander Kornienko · 10 years ago
  22. d910d16 Make helper functions static. NFC. by Benjamin Kramer · 11 years ago
  23. 0c010cd Improves overload completion result chunks. by Francisco Lopes da Silva · 11 years ago
  24. 975a9f6 Initial support for C++ parameter completion by Francisco Lopes da Silva · 11 years ago
  25. d87f8d7 Update for LLVM api change. by Rafael Espindola · 11 years ago
  26. 9d85b18 libclang: refactor handling of unsaved_files by Alp Toker · 11 years ago
  27. 66cc07b Remove 'const' from MemoryBuffers used through the SourceManager by David Blaikie · 11 years ago
  28. 69186e7 [C++11] Use 'nullptr'. Tools edition. by Craig Topper · 11 years ago
  29. 7dd96c2 Don't leak the CXStoredDiagnostics returned by clang_codeCompleteGetDiagnostic() by Nico Weber · 11 years ago
  30. 8832c06 Honour -ivfsoverlay in ASTUnit to match clang by Ben Langmuir · 11 years ago
  31. 3683556 [C++11] Add 'override' keyword to virtual methods that override their base class. by Craig Topper · 12 years ago
  32. 4527fb2 [C++11] Use std::atomic instead of LLVM's. by Benjamin Kramer · 12 years ago
  33. 852d622 Fix a typo in the function name that I just introduced (r201155) by Dmitri Gribenko · 12 years ago
  34. 256454f libclang: audit all APIs that accept a CXTranslationUnit to make sure that by Dmitri Gribenko · 12 years ago
  35. 2febd21 ASTUnit: ArrayRef'ize RemappedFiles by Dmitri Gribenko · 12 years ago
  36. 0a4e61f Remove unnecessary inclusion of Sema.h by David Blaikie · 12 years ago
  37. b34c1fdf Don't use PathV1.h in CIndexCodeCompletion.cpp. by Rafael Espindola · 12 years ago
  38. 3f31bd1 Simplify a loop in ProcessCodeCompleteResults(). Pointed out by David Blaikie by Dmitri Gribenko · 12 years ago
  39. 9fdd7e6 ArrayRef'ize CodeCompletionContext::getNumSelIdents() by Dmitri Gribenko · 12 years ago
  40. cb4bb19 Use the sys::ExecuteAndWait that takes StringRefs. by Rafael Espindola · 12 years ago
  41. 0b62f8a libclang: reduce CXString abuse by Dmitri Gribenko · 13 years ago
  42. 7489521 libclang: remove 'using namespace cxstring' by Dmitri Gribenko · 13 years ago
  43. 2f23e9c libclang: introduce cxstring::{createRef,createDup} for StringRefs by Dmitri Gribenko · 13 years ago
  44. 3c66b0b libclang: introduce cxstring::{createRef,createDup} for C strings by Dmitri Gribenko · 13 years ago
  45. 36a6dd0 libclang: itroduce cxstring::createEmpty() by Dmitri Gribenko · 13 years ago
  46. f98dfba libclang: introduce cxstring::createNull() by Dmitri Gribenko · 13 years ago
  47. 183436e libclang: type safety for CXTranslationUnitImpl::CIdx by Dmitri Gribenko · 13 years ago
  48. c22ea1c libclang: factor out the frequent pattern static_cast<ASTUnit *>(TU->TUData) by Dmitri Gribenko · 13 years ago
  49. 4b41745 Re-sort all the headers. Lots of regressions have crept in here. by Chandler Carruth · 13 years ago
  50. ea47435 [libclang] Enhance logging capabilities of libclang. by Argyrios Kyrtzidis · 13 years ago
  51. 44eb4f6 Re-sort #include lines using the llvm/utils/sort_includes.py script. by Chandler Carruth · 13 years ago
  52. 9999f4f [libclang] Check for the 'LIBCLANG_NOTHREADS' environment variable before creating by Argyrios Kyrtzidis · 13 years ago
  53. cc0694c Sort #include lines for tools/... by Chandler Carruth · 13 years ago
  54. ba4c85e Make helpers static/anonymous. by Benjamin Kramer · 13 years ago
  55. 811db4e Make DiagnosticOptions intrusively reference-counted, and make sure by Douglas Gregor · 13 years ago
  56. 9ae3956 [libclang] Remove the ParentKind cursor kind from code-completion results. by Argyrios Kyrtzidis · 13 years ago
  57. 3292d06 Add a new libclang completion API to get brief documentation comment that is by Dmitri Gribenko · 13 years ago
  58. 9d7c0fe [code-complete] Introduce CodeCompletionTUInfo which will be used for caching by Argyrios Kyrtzidis · 13 years ago
  59. 58d5f3f [libclang] Rename setBackGroundPriority -> setThreadBackgroundPriority. by Argyrios Kyrtzidis · 14 years ago
  60. 7317a5c [libclang] Introduce options to control the priority for the threads by Argyrios Kyrtzidis · 14 years ago
  61. 78254c8 Introduce a new libclang API to determine the parent context of a code by Douglas Gregor · 14 years ago
  62. bbafb8a Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). by David Blaikie · 14 years ago
  63. c95d819 Basic: import IntrusiveRefCntPtr<> into clang namespace by Dylan Noblesmith · 14 years ago
  64. f1a13f2 drop more llvm:: prefixes on SmallString<> by Dylan Noblesmith · 14 years ago
  65. e4d798f More dead code removal (using -Wunreachable-code) by David Blaikie · 14 years ago
  66. 8a40f70 Remove unreachable code in Clang. (replace with llvm_unreachable where appropriate or when GCC requires it) by David Blaikie · 14 years ago
  67. 98ea7f6 Added clang_getCompletionAnnotation and clang_getCompletionNumAnnotations to by Erik Verbruggen · 14 years ago
  68. e442fe3 Make sure we initialize the "extra" data within the libclang code by Douglas Gregor · 14 years ago
  69. 9c902b5 Rename Diagnostic to DiagnosticsEngine as per issue 5397 by David Blaikie · 14 years ago
  70. 5b8ad40 [libclang] Workaround potential race condition with code completion AllocatedResults being freed after a CXTranslationUnit. by Ted Kremenek · 14 years ago
  71. 2c595ad When performing code completion after at @interface, allow both by Douglas Gregor · 14 years ago
  72. 632500c Eliminate a bunch of temporary strings. by Benjamin Kramer · 14 years ago
  73. ea77740 Add new libclang API, clang_codeCompleteGetObjCSelector(), which by Douglas Gregor · 14 years ago
  74. 0e62c1c remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 14 years ago
  75. 63745d5 New libclang API to expose container type for code completion, from by Douglas Gregor · 14 years ago
  76. 2132584 Introduce a new libclang aPI function, by Douglas Gregor · 14 years ago
  77. af44c78 When the environment variable LIBCLANG_RESOURCE_USAGE is set, teach by Douglas Gregor · 14 years ago
  78. 5e14d39 Improve crash recovery cleanup to recovery CompilerInstances during crash recovery. This was a huge resource "root" during crashes. by Ted Kremenek · 15 years ago
  79. c30dcec Correctly store and keep track of the FileSystemOptions in ASTUnit and in clang_codeCompleteAt. by Anders Carlsson · 15 years ago
  80. 162b712 Teach the CXCodeCompleteResults results structure, which stores by Douglas Gregor · 15 years ago
  81. 6c7cb18 Fix name lookup issue by Douglas Gregor · 15 years ago
  82. bcbf46c Create a special allocator class for code completion, so that all of by Douglas Gregor · 15 years ago
  83. b278aaf Allocate CodeCompletionString and all of its components in a by Douglas Gregor · 15 years ago
  84. 9aeaa4d Use atomic operations for libclang's object count tracking. by Douglas Gregor · 15 years ago
  85. 8aaf499 Merge System into Support. by Michael J. Spencer · 15 years ago
  86. 5159f61 now the FileManager has a FileSystemOpts ivar, stop threading by Chris Lattner · 15 years ago
  87. 3f5a9ef give FileManager a 'FileSystemOptions' ivar, which will be used by Chris Lattner · 15 years ago
  88. d004064 Refactoring of Diagnostic class. by Argyrios Kyrtzidis · 15 years ago
  89. 7df92ae Make definition of CXTranslationUnitImpl private to libclang. by Ted Kremenek · 15 years ago
  90. 68dbaea Fix source-range information for Objective-C properties. Previously, by Douglas Gregor · 15 years ago
  91. 9155428 Change CXTranslationUnit to not directly cast to an ASTUnit*, by Ted Kremenek · 15 years ago
  92. 4b4f369 Move CXString creation/management routines into by Ted Kremenek · 15 years ago
  93. b7383e6 libclang: Add some support for running certain entry points in a "safety" by Daniel Dunbar · 15 years ago
  94. 71731d6 Implement -working-directory. by Argyrios Kyrtzidis · 15 years ago
  95. 8e3e874 Introduce code completion results for Objective-C methods, both when by Douglas Gregor · 15 years ago
  96. 6a958028 Eliminate clang_codeComplete(). libclang clients should be using the by Douglas Gregor · 15 years ago
  97. 36e3b5c Switch c-index-test from clang_codeComplete() over to by Douglas Gregor · 15 years ago
  98. 8ed5b77 Fix the mapping of vertical-space cursor kinds to produce a newline, by Douglas Gregor · 15 years ago
  99. ca5b053 Add some missing concurrency checks into libclang by Douglas Gregor · 15 years ago
  100. c7a7d92 Fix my silly sorting predicate. I hate integer-to-bool conversions by Douglas Gregor · 15 years ago