1. 40ebe3d [analyzer] scan-build: support -enable-checker with new Xcode integration. by Jordan Rose · 11 years ago
  2. 1d75a3b [analyzer] scan-view: don't ever serve absolute paths. by Jordan Rose · 11 years ago
  3. e858e66 [libclang] Introduce clang_Module_getASTFile function that returns the module file where a module object came from. by Argyrios Kyrtzidis · 11 years ago
  4. 65110ca [PCH/modules] Require the preprocessing record option to match the used PCH, if modules are enabled. by Argyrios Kyrtzidis · 11 years ago
  5. f1ed9fe Fix scrolling bug in clang-format's emacs integration. by Daniel Jasper · 11 years ago
  6. 4cdc0cd clang-format support for multiple input files. by Alexander Kornienko · 11 years ago
  7. 96bbe19 Fix typo in comparison in clang_CXCursorSet_contains(). by Ted Kremenek · 11 years ago
  8. 017dd74 Revert "Remove CXCursorSet and related APIs. There are no known clients." by Ted Kremenek · 11 years ago
  9. 3b6f56a Remove CXCursorSet and related APIs. There are no known clients. by Ted Kremenek · 11 years ago
  10. edab047 [libclang] Introduce a CXCursor_ObjCSelfExpr cursor, which is the equivalent of CXCursor_CXXThisExpr for C++ code. by Argyrios Kyrtzidis · 11 years ago
  11. 11a90ed [scan-build] Whitelist all -mXXXX options. by Ted Kremenek · 11 years ago
  12. c3bf52c C++1y: Allow aggregates to have default initializers. by Richard Smith · 11 years ago
  13. 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
  14. 38dbad2 [libclang] Introduce clang_Cursor_getObjCDeclQualifiers, to query for 'ObjC Qualifiers' written next to the return and by Argyrios Kyrtzidis · 11 years ago
  15. 9ee6a66 [libclang] Introduce clang_Cursor_getObjCPropertyAttributes to query the written attributes in a property declaration. by Argyrios Kyrtzidis · 11 years ago
  16. 7717914 [libclang] Report parameter array types as written in source, not decayed to pointer types. by Argyrios Kyrtzidis · 11 years ago
  17. a50b578 Small improvements to clang-format documentation and integration scripts. by Daniel Jasper · 11 years ago
  18. 6afcf88 Sema for Captured Statements by Tareq A. Siraj · 11 years ago
  19. 051303c Implement CapturedStmt AST by Tareq A. Siraj · 11 years ago
  20. 76da55d Basic support for Microsoft property declarations and references thereto. by John McCall · 11 years ago
  21. 4522f63 [libclang] Introduce clang_Location_isInSystemHeader to check if a location resides in a system header. by Argyrios Kyrtzidis · 11 years ago
  22. 7a9ed44 Fix clang-format-diff.py script. by Daniel Jasper · 11 years ago
  23. c6d82ca Provide better emacs integration. by Daniel Jasper · 11 years ago
  24. 04b6748 [libclang] Have clang_getCXXAccessSpecifier() also return the access control of a C++ declaration within its parent scope. by Argyrios Kyrtzidis · 11 years ago
  25. 411d33a [libclang] Expose record layout info via new libclang functions: by Argyrios Kyrtzidis · 11 years ago
  26. cd6dcb3 [c-index-test] Enable 'display diagnostics' when using the -test-load functionality. by Argyrios Kyrtzidis · 11 years ago
  27. 8434722 [libclang] In cxtu::getASTUnit(), check for a null CXTranslationUnit. by Argyrios Kyrtzidis · 11 years ago
  28. 6391183 Improvements to clang-format integrations. by Daniel Jasper · 11 years ago
  29. b3c8817 Remove outdated part of help message. by Daniel Jasper · 11 years ago
  30. 516143b [libclang] Fix cursor visitation to not ignore template arguments in out-of-line member functions. by Argyrios Kyrtzidis · 11 years ago
  31. 0b60283 [libclang] Add some checks to make sure the given CXTranslationUnit is not null, before using it. by Argyrios Kyrtzidis · 11 years ago
  32. d08f595 cmake: mark clang as needing exported symbol. by Rafael Espindola · 11 years ago
  33. e9ebd85 [libclang] Make clang_Cursor_getArgument work with call-exprs. by Argyrios Kyrtzidis · 11 years ago
  34. c58b756 [libclang] If libclang logging is enabled, print all compiler diagnostics to stderr instead of capturing them. by Argyrios Kyrtzidis · 11 years ago
  35. 16e0f19 [cmake] Add clang-headers as a dependency of libclang and if we have to copy them by Argyrios Kyrtzidis · 11 years ago
  36. 9083628 Update the error handing static functions for r178161. Part of rdar://13296693 by Chad Rosier · 11 years ago
  37. 7020346 Remove a FIXME that's not planned to be fixed. We only generated crash by Chad Rosier · 11 years ago
  38. c56fff7 [Preprocessor/Modules] Separate the macro directives kinds into their own MacroDirective's subclasses. by Argyrios Kyrtzidis · 11 years ago
  39. 4295802 Manually specify the link dependencies. Turns out that all the work on by Chandler Carruth · 11 years ago
  40. 9cc935b The IRReader header is now part of its own library. Update the include by Chandler Carruth · 11 years ago
  41. 554f63f Add clang-format to the corresponding Makefile. by Daniel Jasper · 11 years ago
  42. c640058 OpenMP threadprivate directive parsing and semantic analysis by Alexey Bataev · 11 years ago
  43. f190f6b [analyzer] scan-build: emit errors on stderr, and exit(1) instead of exit(0). by Jordan Rose · 11 years ago
  44. 7c4a9a0 Add clang-format binary to cfe. by Daniel Jasper · 11 years ago
  45. 07c5908 [libclang] Modify clang_getCursorType to be able to handle a function template decl. by Argyrios Kyrtzidis · 11 years ago
  46. 4a374f9 [analyzer] Fix scan-build's -stats mode. by Jordan Rose · 11 years ago
  47. c1d2239 [Modules] Resolve top-headers of modules lazily. by Argyrios Kyrtzidis · 11 years ago
  48. 5256c1f [libclang] Fix a test and a warning on windows. by Argyrios Kyrtzidis · 11 years ago
  49. 0354253 Driver: do not strip file extensions when printing diagnostics. by Benjamin Kramer · 11 years ago
  50. 6f09c3d [libclang] Change clang_findReferencesInFile and clang_findIncludesInFile to return an enum, by Argyrios Kyrtzidis · 11 years ago
  51. 389dc56 [libclang] Modify clang_findReferencesInFile and clang_findIncludesInFile to return a value. by Argyrios Kyrtzidis · 11 years ago
  52. 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
  53. 029c8f3 [libclang] When calling the function of CXCursorAndRangeVisitor, don't forget to by Argyrios Kyrtzidis · 11 years ago
  54. b70e7a8 [libclang] Add Logger::operator<< overloads for CXCursor and FileEntry. by Argyrios Kyrtzidis · 11 years ago
  55. 44f65a5 [libclang] When logging a CXTranslationUnit that came from an AST file, print out the filename. by Argyrios Kyrtzidis · 11 years ago
  56. e09b8c4 scan-build: explicitly say "No bugs found" if there are no reports. by Jordan Rose · 11 years ago
  57. fc09336 Fix typos: [Dd]iagnosic -> [Dd]iagnostic by Stefanus Du Toit · 11 years ago
  58. 9db0fe9 doxygen command. Add 'attention' command to list of similar by Fariborz Jahanian · 11 years ago
  59. c515978 [preprocessor] Use MacroDirective in the preprocessor callbacks to make available the by Argyrios Kyrtzidis · 11 years ago
  60. 7728cdd Revert r175912, "Add support for coldcc to clang" at John's request. by Peter Collingbourne · 11 years ago
  61. 4c67aa9 Add support for coldcc to clang by Peter Collingbourne · 11 years ago
  62. f23546a Suppress -Wswitch to unbreak the build. by David Blaikie · 11 years ago
  63. 684aa73 [Sema] Semantic analysis for empty-declaration and attribute-declaration. by Michael Han · 11 years ago
  64. 5eada84 Streamify getNameForDiagnostic and remove the string versions of PrintTemplateArgumentList. by Benjamin Kramer · 11 years ago
  65. 9672b90 scan-build: Remove debug print. by Benjamin Kramer · 11 years ago
  66. 47135fe [scan-build] Add quotes around clang executable name to handle path withs spaces. Fixes <rdar://problem/13254727> by Ted Kremenek · 11 years ago
  67. c73dcba [scan-build] fix xcode version parsing to handle dot releases. Fixes <rdar://problem/13265300>. by Ted Kremenek · 11 years ago
  68. 79165b8 [driver] Handle the processing of the QA_OVERRIDE_GCC3_OPTIONS and CCC_ADD_ARGS by Chad Rosier · 11 years ago
  69. 4a3012d CIndex.cpp: Appease g++-4.4. "if (Optional<unsigned> Minor = In.getMinor())" did not work as expected. by NAKAMURA Takumi · 11 years ago
  70. 66874fb Use None rather than Optional<T>() where possible. by David Blaikie · 11 years ago
  71. 943f909 Strip 'llvm' from 'llvm::Optional' uses. by Ted Kremenek · 11 years ago
  72. 9818a1d [preprocessor] Split the MacroInfo class into two separate concepts, MacroInfo class by Argyrios Kyrtzidis · 11 years ago
  73. 39e6ab4 Replace TypeLoc llvm::cast support to be well-defined. by David Blaikie · 11 years ago
  74. 9ba7627 libclang: don't store nul-terminated strings as StringRefs, by Dmitri Gribenko · 11 years ago
  75. cb6bcf1 libclang: remove reinterpret_casts by using SourceLocation::getPtrEncoding by Dmitri Gribenko · 11 years ago
  76. ae03d8e libclang: add clang_getTypeSpelling(CXType CT) by Dmitri Gribenko · 11 years ago
  77. 62d0f56 libclang: remove reinterpret_casts by using SourceLocation::getFromPtrEncoding by Dmitri Gribenko · 11 years ago
  78. 544450e Teach ccc-analyze to pass on -iquote with no spaces between it an the argument. by Ted Kremenek · 11 years ago
  79. 778749a Use 'RC_XBS' instead of 'RC_BUILDIT' to catch all times when it's built in the Apple way. by Bill Wendling · 11 years ago
  80. 8206421 [libclang] Fix annotation of a range where the begin or end location by Argyrios Kyrtzidis · 11 years ago
  81. ae50a5b libclang: use CXCursor getters to simplify code by Dmitri Gribenko · 11 years ago
  82. 3f6f51e Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h. by Jordan Rose · 11 years ago
  83. a86b37e [libclang] Attribute visitation happens out-of-source-order, make sure by Argyrios Kyrtzidis · 11 years ago
  84. 90b5ac6 libclang: reduce CXString abuse by Dmitri Gribenko · 11 years ago
  85. 775bb8a libclang: CursorVisitor::VisitBuiltinTypeLoc(): Add OCLSampler. [-Wswitch] by NAKAMURA Takumi · 11 years ago
  86. 21f18c4 Add OpenCL samplers as Clang builtin types and check sampler related restrictions. by Guy Benyei · 11 years ago
  87. 4c494f4 Comment to XML conversion: replace string comparison with command ID comparison by Dmitri Gribenko · 11 years ago
  88. f06faad libclang: wrap CXString implementation into 'namespace cxstring' by Dmitri Gribenko · 11 years ago
  89. aca3e56 libclang: remove 'using namespace cxstring' by Dmitri Gribenko · 11 years ago
  90. 361d79c libclang: migrate IndexingDeclVisitor to ConstDeclVisitor by Dmitri Gribenko · 11 years ago
  91. 8d0eb2f libclang: remove unneeded const_cast by Dmitri Gribenko · 11 years ago
  92. e414cc1 libclang: migrate USRGenerator to ConstDeclVisitor by Dmitri Gribenko · 11 years ago
  93. a376f87 libclang: remove unneeded const_casts by Dmitri Gribenko · 11 years ago
  94. 5595ded libclang: introduce cxstring::{createRef,createDup} for StringRefs by Dmitri Gribenko · 11 years ago
  95. 9d9f254 Add some horrible Perl code to teach scan-build to recursively walk a directory for HTML files. by Ted Kremenek · 11 years ago
  96. 0c4394c libclang: introduce cxstring::{createRef,createDup} for C strings by Dmitri Gribenko · 11 years ago
  97. af01bed Comment parsing: improve the fidelity of XML output for many block commands by Dmitri Gribenko · 11 years ago
  98. 15a2aa0 libclang: document the purpose of createNull() by Dmitri Gribenko · 11 years ago
  99. 17c1a24 libclang: add comments for CXStringFlag by Dmitri Gribenko · 11 years ago
  100. dc66adb libclang: itroduce cxstring::createEmpty() by Dmitri Gribenko · 11 years ago