1. c965f76 libclang: add a function to check whether a member function is pure virtual by Dmitri Gribenko · 11 years ago
  2. 299cb28 Add basic clang-format integration for sublime text. by Daniel Jasper · 11 years ago
  3. 0d8e964 First pass of semantic analysis for init-captures: check the initializer, build by Richard Smith · 11 years ago
  4. 17828ca Provide operator<< for stream output of DeclarationNames by David Blaikie · 11 years ago
  5. 748d38f Update clang-format emacs integration. by Daniel Jasper · 11 years ago
  6. 1fcf31e Update for LLVM interface change in r181680. by Rafael Espindola · 11 years ago
  7. 181e3ec Cleanup handling of UniqueExternalLinkage. by Rafael Espindola · 11 years ago
  8. 46529e5 Reformat clang-format help strings, filter out irrelevant options. by Alexander Kornienko · 11 years ago
  9. dbaa5b0 Updated clang-format help messages for -offset and -length by Alexander Kornienko · 11 years ago
  10. 0ca318b Minor clarifications in help messages and a comment. by Alexander Kornienko · 11 years ago
  11. dd25631 Config file support for clang-format, part 2. by Alexander Kornienko · 11 years ago
  12. 333e44c [libclang] Add a null check in CursorVisitor::visitPreprocessedEntities. by Argyrios Kyrtzidis · 11 years ago
  13. 8c39a1d Further fix to clang-format emacs integration. by Daniel Jasper · 11 years ago
  14. 8ee617e Fix clang-format emacs integration in last line. by Daniel Jasper · 11 years ago
  15. 1270673 Have the RecursiveASTVisitor traverse the type source info of an objc class message. by Argyrios Kyrtzidis · 11 years ago
  16. fb59486 Added Mozilla style, cleaned get*Style methods. by Alexander Kornienko · 11 years ago
  17. cc2b653 Remove DiagnosticConsumer::clone(), a bad idea that is now unused. by Douglas Gregor · 11 years ago
  18. dd08a0c [Preprocessor] For the MacroExpands preprocessor callback, also pass the MacroArgs object that provides information about by Argyrios Kyrtzidis · 11 years ago
  19. 1880039 Remove redundant flag. by Bill Wendling · 11 years ago
  20. 497a4eb We don't want FP elimination when doing an Apple-style build. by Bill Wendling · 11 years ago
  21. 82e3b47 Basic clang-format integration for BBEdit. by Daniel Jasper · 11 years ago
  22. 27200ad [analyzer] Finally make c++-analyzer 'executable' again. by Anton Yartsev · 11 years ago
  23. 96d63a2 [analyzer] Recreated as a file. by Anton Yartsev · 11 years ago
  24. 6a22d39 [analyzer] Temporary remove c++analyzer to recreate it as a separate file, not a symlink. by Anton Yartsev · 11 years ago
  25. ceb791c [analyzer] scan-build for Windows by Anton Yartsev · 11 years ago
  26. 40ebe3d [analyzer] scan-build: support -enable-checker with new Xcode integration. by Jordan Rose · 11 years ago
  27. 1d75a3b [analyzer] scan-view: don't ever serve absolute paths. by Jordan Rose · 11 years ago
  28. e858e66 [libclang] Introduce clang_Module_getASTFile function that returns the module file where a module object came from. by Argyrios Kyrtzidis · 11 years ago
  29. 65110ca [PCH/modules] Require the preprocessing record option to match the used PCH, if modules are enabled. by Argyrios Kyrtzidis · 11 years ago
  30. f1ed9fe Fix scrolling bug in clang-format's emacs integration. by Daniel Jasper · 11 years ago
  31. 4cdc0cd clang-format support for multiple input files. by Alexander Kornienko · 11 years ago
  32. 96bbe19 Fix typo in comparison in clang_CXCursorSet_contains(). by Ted Kremenek · 11 years ago
  33. 017dd74 Revert "Remove CXCursorSet and related APIs. There are no known clients." by Ted Kremenek · 11 years ago
  34. 3b6f56a Remove CXCursorSet and related APIs. There are no known clients. by Ted Kremenek · 11 years ago
  35. edab047 [libclang] Introduce a CXCursor_ObjCSelfExpr cursor, which is the equivalent of CXCursor_CXXThisExpr for C++ code. by Argyrios Kyrtzidis · 11 years ago
  36. 11a90ed [scan-build] Whitelist all -mXXXX options. by Ted Kremenek · 11 years ago
  37. c3bf52c C++1y: Allow aggregates to have default initializers. by Richard Smith · 11 years ago
  38. 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
  39. 38dbad2 [libclang] Introduce clang_Cursor_getObjCDeclQualifiers, to query for 'ObjC Qualifiers' written next to the return and by Argyrios Kyrtzidis · 11 years ago
  40. 9ee6a66 [libclang] Introduce clang_Cursor_getObjCPropertyAttributes to query the written attributes in a property declaration. by Argyrios Kyrtzidis · 11 years ago
  41. 7717914 [libclang] Report parameter array types as written in source, not decayed to pointer types. by Argyrios Kyrtzidis · 11 years ago
  42. a50b578 Small improvements to clang-format documentation and integration scripts. by Daniel Jasper · 11 years ago
  43. 6afcf88 Sema for Captured Statements by Tareq A. Siraj · 11 years ago
  44. 051303c Implement CapturedStmt AST by Tareq A. Siraj · 11 years ago
  45. 76da55d Basic support for Microsoft property declarations and references thereto. by John McCall · 11 years ago
  46. 4522f63 [libclang] Introduce clang_Location_isInSystemHeader to check if a location resides in a system header. by Argyrios Kyrtzidis · 11 years ago
  47. 7a9ed44 Fix clang-format-diff.py script. by Daniel Jasper · 11 years ago
  48. c6d82ca Provide better emacs integration. by Daniel Jasper · 11 years ago
  49. 04b6748 [libclang] Have clang_getCXXAccessSpecifier() also return the access control of a C++ declaration within its parent scope. by Argyrios Kyrtzidis · 11 years ago
  50. 411d33a [libclang] Expose record layout info via new libclang functions: by Argyrios Kyrtzidis · 11 years ago
  51. cd6dcb3 [c-index-test] Enable 'display diagnostics' when using the -test-load functionality. by Argyrios Kyrtzidis · 11 years ago
  52. 8434722 [libclang] In cxtu::getASTUnit(), check for a null CXTranslationUnit. by Argyrios Kyrtzidis · 11 years ago
  53. 6391183 Improvements to clang-format integrations. by Daniel Jasper · 11 years ago
  54. b3c8817 Remove outdated part of help message. by Daniel Jasper · 11 years ago
  55. 516143b [libclang] Fix cursor visitation to not ignore template arguments in out-of-line member functions. by Argyrios Kyrtzidis · 11 years ago
  56. 0b60283 [libclang] Add some checks to make sure the given CXTranslationUnit is not null, before using it. by Argyrios Kyrtzidis · 11 years ago
  57. d08f595 cmake: mark clang as needing exported symbol. by Rafael Espindola · 11 years ago
  58. e9ebd85 [libclang] Make clang_Cursor_getArgument work with call-exprs. by Argyrios Kyrtzidis · 11 years ago
  59. c58b756 [libclang] If libclang logging is enabled, print all compiler diagnostics to stderr instead of capturing them. by Argyrios Kyrtzidis · 11 years ago
  60. 16e0f19 [cmake] Add clang-headers as a dependency of libclang and if we have to copy them by Argyrios Kyrtzidis · 11 years ago
  61. 9083628 Update the error handing static functions for r178161. Part of rdar://13296693 by Chad Rosier · 11 years ago
  62. 7020346 Remove a FIXME that's not planned to be fixed. We only generated crash by Chad Rosier · 11 years ago
  63. c56fff7 [Preprocessor/Modules] Separate the macro directives kinds into their own MacroDirective's subclasses. by Argyrios Kyrtzidis · 11 years ago
  64. 4295802 Manually specify the link dependencies. Turns out that all the work on by Chandler Carruth · 11 years ago
  65. 9cc935b The IRReader header is now part of its own library. Update the include by Chandler Carruth · 11 years ago
  66. 554f63f Add clang-format to the corresponding Makefile. by Daniel Jasper · 11 years ago
  67. c640058 OpenMP threadprivate directive parsing and semantic analysis by Alexey Bataev · 11 years ago
  68. f190f6b [analyzer] scan-build: emit errors on stderr, and exit(1) instead of exit(0). by Jordan Rose · 11 years ago
  69. 7c4a9a0 Add clang-format binary to cfe. by Daniel Jasper · 11 years ago
  70. 07c5908 [libclang] Modify clang_getCursorType to be able to handle a function template decl. by Argyrios Kyrtzidis · 11 years ago
  71. 4a374f9 [analyzer] Fix scan-build's -stats mode. by Jordan Rose · 11 years ago
  72. c1d2239 [Modules] Resolve top-headers of modules lazily. by Argyrios Kyrtzidis · 11 years ago
  73. 5256c1f [libclang] Fix a test and a warning on windows. by Argyrios Kyrtzidis · 11 years ago
  74. 0354253 Driver: do not strip file extensions when printing diagnostics. by Benjamin Kramer · 11 years ago
  75. 6f09c3d [libclang] Change clang_findReferencesInFile and clang_findIncludesInFile to return an enum, by Argyrios Kyrtzidis · 11 years ago
  76. 389dc56 [libclang] Modify clang_findReferencesInFile and clang_findIncludesInFile to return a value. by Argyrios Kyrtzidis · 11 years ago
  77. 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
  78. 029c8f3 [libclang] When calling the function of CXCursorAndRangeVisitor, don't forget to by Argyrios Kyrtzidis · 11 years ago
  79. b70e7a8 [libclang] Add Logger::operator<< overloads for CXCursor and FileEntry. by Argyrios Kyrtzidis · 11 years ago
  80. 44f65a5 [libclang] When logging a CXTranslationUnit that came from an AST file, print out the filename. by Argyrios Kyrtzidis · 11 years ago
  81. e09b8c4 scan-build: explicitly say "No bugs found" if there are no reports. by Jordan Rose · 11 years ago
  82. fc09336 Fix typos: [Dd]iagnosic -> [Dd]iagnostic by Stefanus Du Toit · 11 years ago
  83. 9db0fe9 doxygen command. Add 'attention' command to list of similar by Fariborz Jahanian · 11 years ago
  84. c515978 [preprocessor] Use MacroDirective in the preprocessor callbacks to make available the by Argyrios Kyrtzidis · 11 years ago
  85. 7728cdd Revert r175912, "Add support for coldcc to clang" at John's request. by Peter Collingbourne · 11 years ago
  86. 4c67aa9 Add support for coldcc to clang by Peter Collingbourne · 11 years ago
  87. f23546a Suppress -Wswitch to unbreak the build. by David Blaikie · 11 years ago
  88. 684aa73 [Sema] Semantic analysis for empty-declaration and attribute-declaration. by Michael Han · 11 years ago
  89. 5eada84 Streamify getNameForDiagnostic and remove the string versions of PrintTemplateArgumentList. by Benjamin Kramer · 11 years ago
  90. 9672b90 scan-build: Remove debug print. by Benjamin Kramer · 11 years ago
  91. 47135fe [scan-build] Add quotes around clang executable name to handle path withs spaces. Fixes <rdar://problem/13254727> by Ted Kremenek · 11 years ago
  92. c73dcba [scan-build] fix xcode version parsing to handle dot releases. Fixes <rdar://problem/13265300>. by Ted Kremenek · 11 years ago
  93. 79165b8 [driver] Handle the processing of the QA_OVERRIDE_GCC3_OPTIONS and CCC_ADD_ARGS by Chad Rosier · 11 years ago
  94. 4a3012d CIndex.cpp: Appease g++-4.4. "if (Optional<unsigned> Minor = In.getMinor())" did not work as expected. by NAKAMURA Takumi · 11 years ago
  95. 66874fb Use None rather than Optional<T>() where possible. by David Blaikie · 11 years ago
  96. 943f909 Strip 'llvm' from 'llvm::Optional' uses. by Ted Kremenek · 11 years ago
  97. 9818a1d [preprocessor] Split the MacroInfo class into two separate concepts, MacroInfo class by Argyrios Kyrtzidis · 11 years ago
  98. 39e6ab4 Replace TypeLoc llvm::cast support to be well-defined. by David Blaikie · 11 years ago
  99. 9ba7627 libclang: don't store nul-terminated strings as StringRefs, by Dmitri Gribenko · 11 years ago
  100. cb6bcf1 libclang: remove reinterpret_casts by using SourceLocation::getPtrEncoding by Dmitri Gribenko · 11 years ago