1. 554f63f Add clang-format to the corresponding Makefile. by Daniel Jasper · 11 years ago
  2. c640058 OpenMP threadprivate directive parsing and semantic analysis by Alexey Bataev · 11 years ago
  3. f190f6b [analyzer] scan-build: emit errors on stderr, and exit(1) instead of exit(0). by Jordan Rose · 11 years ago
  4. 7c4a9a0 Add clang-format binary to cfe. by Daniel Jasper · 11 years ago
  5. 07c5908 [libclang] Modify clang_getCursorType to be able to handle a function template decl. by Argyrios Kyrtzidis · 11 years ago
  6. 4a374f9 [analyzer] Fix scan-build's -stats mode. by Jordan Rose · 11 years ago
  7. c1d2239 [Modules] Resolve top-headers of modules lazily. by Argyrios Kyrtzidis · 11 years ago
  8. 5256c1f [libclang] Fix a test and a warning on windows. by Argyrios Kyrtzidis · 11 years ago
  9. 0354253 Driver: do not strip file extensions when printing diagnostics. by Benjamin Kramer · 11 years ago
  10. 6f09c3d [libclang] Change clang_findReferencesInFile and clang_findIncludesInFile to return an enum, by Argyrios Kyrtzidis · 11 years ago
  11. 389dc56 [libclang] Modify clang_findReferencesInFile and clang_findIncludesInFile to return a value. by Argyrios Kyrtzidis · 11 years ago
  12. 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
  13. 029c8f3 [libclang] When calling the function of CXCursorAndRangeVisitor, don't forget to by Argyrios Kyrtzidis · 11 years ago
  14. b70e7a8 [libclang] Add Logger::operator<< overloads for CXCursor and FileEntry. by Argyrios Kyrtzidis · 11 years ago
  15. 44f65a5 [libclang] When logging a CXTranslationUnit that came from an AST file, print out the filename. by Argyrios Kyrtzidis · 11 years ago
  16. e09b8c4 scan-build: explicitly say "No bugs found" if there are no reports. by Jordan Rose · 11 years ago
  17. fc09336 Fix typos: [Dd]iagnosic -> [Dd]iagnostic by Stefanus Du Toit · 11 years ago
  18. 9db0fe9 doxygen command. Add 'attention' command to list of similar by Fariborz Jahanian · 11 years ago
  19. c515978 [preprocessor] Use MacroDirective in the preprocessor callbacks to make available the by Argyrios Kyrtzidis · 11 years ago
  20. 7728cdd Revert r175912, "Add support for coldcc to clang" at John's request. by Peter Collingbourne · 11 years ago
  21. 4c67aa9 Add support for coldcc to clang by Peter Collingbourne · 11 years ago
  22. f23546a Suppress -Wswitch to unbreak the build. by David Blaikie · 11 years ago
  23. 684aa73 [Sema] Semantic analysis for empty-declaration and attribute-declaration. by Michael Han · 11 years ago
  24. 5eada84 Streamify getNameForDiagnostic and remove the string versions of PrintTemplateArgumentList. by Benjamin Kramer · 11 years ago
  25. 9672b90 scan-build: Remove debug print. by Benjamin Kramer · 11 years ago
  26. 47135fe [scan-build] Add quotes around clang executable name to handle path withs spaces. Fixes <rdar://problem/13254727> by Ted Kremenek · 11 years ago
  27. c73dcba [scan-build] fix xcode version parsing to handle dot releases. Fixes <rdar://problem/13265300>. by Ted Kremenek · 11 years ago
  28. 79165b8 [driver] Handle the processing of the QA_OVERRIDE_GCC3_OPTIONS and CCC_ADD_ARGS by Chad Rosier · 11 years ago
  29. 4a3012d CIndex.cpp: Appease g++-4.4. "if (Optional<unsigned> Minor = In.getMinor())" did not work as expected. by NAKAMURA Takumi · 11 years ago
  30. 66874fb Use None rather than Optional<T>() where possible. by David Blaikie · 11 years ago
  31. 943f909 Strip 'llvm' from 'llvm::Optional' uses. by Ted Kremenek · 11 years ago
  32. 9818a1d [preprocessor] Split the MacroInfo class into two separate concepts, MacroInfo class by Argyrios Kyrtzidis · 11 years ago
  33. 39e6ab4 Replace TypeLoc llvm::cast support to be well-defined. by David Blaikie · 11 years ago
  34. 9ba7627 libclang: don't store nul-terminated strings as StringRefs, by Dmitri Gribenko · 11 years ago
  35. cb6bcf1 libclang: remove reinterpret_casts by using SourceLocation::getPtrEncoding by Dmitri Gribenko · 11 years ago
  36. ae03d8e libclang: add clang_getTypeSpelling(CXType CT) by Dmitri Gribenko · 11 years ago
  37. 62d0f56 libclang: remove reinterpret_casts by using SourceLocation::getFromPtrEncoding by Dmitri Gribenko · 11 years ago
  38. 544450e Teach ccc-analyze to pass on -iquote with no spaces between it an the argument. by Ted Kremenek · 11 years ago
  39. 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
  40. 8206421 [libclang] Fix annotation of a range where the begin or end location by Argyrios Kyrtzidis · 11 years ago
  41. ae50a5b libclang: use CXCursor getters to simplify code by Dmitri Gribenko · 11 years ago
  42. 3f6f51e Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h. by Jordan Rose · 11 years ago
  43. a86b37e [libclang] Attribute visitation happens out-of-source-order, make sure by Argyrios Kyrtzidis · 11 years ago
  44. 90b5ac6 libclang: reduce CXString abuse by Dmitri Gribenko · 11 years ago
  45. 775bb8a libclang: CursorVisitor::VisitBuiltinTypeLoc(): Add OCLSampler. [-Wswitch] by NAKAMURA Takumi · 11 years ago
  46. 21f18c4 Add OpenCL samplers as Clang builtin types and check sampler related restrictions. by Guy Benyei · 11 years ago
  47. 4c494f4 Comment to XML conversion: replace string comparison with command ID comparison by Dmitri Gribenko · 11 years ago
  48. f06faad libclang: wrap CXString implementation into 'namespace cxstring' by Dmitri Gribenko · 11 years ago
  49. aca3e56 libclang: remove 'using namespace cxstring' by Dmitri Gribenko · 11 years ago
  50. 361d79c libclang: migrate IndexingDeclVisitor to ConstDeclVisitor by Dmitri Gribenko · 11 years ago
  51. 8d0eb2f libclang: remove unneeded const_cast by Dmitri Gribenko · 11 years ago
  52. e414cc1 libclang: migrate USRGenerator to ConstDeclVisitor by Dmitri Gribenko · 11 years ago
  53. a376f87 libclang: remove unneeded const_casts by Dmitri Gribenko · 11 years ago
  54. 5595ded libclang: introduce cxstring::{createRef,createDup} for StringRefs by Dmitri Gribenko · 11 years ago
  55. 9d9f254 Add some horrible Perl code to teach scan-build to recursively walk a directory for HTML files. by Ted Kremenek · 11 years ago
  56. 0c4394c libclang: introduce cxstring::{createRef,createDup} for C strings by Dmitri Gribenko · 11 years ago
  57. af01bed Comment parsing: improve the fidelity of XML output for many block commands by Dmitri Gribenko · 11 years ago
  58. 15a2aa0 libclang: document the purpose of createNull() by Dmitri Gribenko · 11 years ago
  59. 17c1a24 libclang: add comments for CXStringFlag by Dmitri Gribenko · 11 years ago
  60. dc66adb libclang: itroduce cxstring::createEmpty() by Dmitri Gribenko · 11 years ago
  61. dad4c1a libclang: introduce cxstring::createNull() by Dmitri Gribenko · 11 years ago
  62. f843a58 [Comment parsing] Add support for recognizing by Fariborz Jahanian · 11 years ago
  63. 335078b Attempt to fix Windows build breakage. by Evgeniy Stepanov · 11 years ago
  64. d1f09b4 Allow the computation of the base priority for a declaration code completion result to consider the completion context by Douglas Gregor · 11 years ago
  65. 1afc201 scan-build: When using Xcode 4.6, use build settings for doing proper build interposition. by Ted Kremenek · 11 years ago
  66. a16355c [driver] Refactor the driver so that a failing commands doesn't prevent by Chad Rosier · 11 years ago
  67. 9c48d16 libclang: refactor CXStringPool: make it a class by Dmitri Gribenko · 11 years ago
  68. 8c718e7 libclang: type safety for CXTranslationUnitImpl::CIdx by Dmitri Gribenko · 11 years ago
  69. 337ee24 libclang: type safety for CXTranslationUnitImpl::FormatContext by Dmitri Gribenko · 11 years ago
  70. e42e578 libclang: some type safety for CXTranslationUnitImpl's internals by Dmitri Gribenko · 11 years ago
  71. 5694feb libclang: factor out the frequent pattern static_cast<ASTUnit *>(TU->TUData) by Dmitri Gribenko · 11 years ago
  72. 404628c libclang: make getCursorParentDecl() return 'const Decl *' by Dmitri Gribenko · 11 years ago
  73. 7d91438 libclang: change getCursorAttr() to return 'const Attr *' by Dmitri Gribenko · 11 years ago
  74. ff74f96 libclang: make getCursorStmt() and getCursorExpr() return const pointers by Dmitri Gribenko · 11 years ago
  75. db84e7a [libclang] Introduce clang_getFileUniqueID which returns a struct by Argyrios Kyrtzidis · 11 years ago
  76. 33e9500 scan-build: Add a --keep-empty option for better testing. by Jordan Rose · 11 years ago
  77. 7a334d9 Always process an index.html file if we have HTML output. Patch by Justin Bogner. by Ted Kremenek · 11 years ago
  78. e22339c libclang: change return type of getCursorDecl() to 'const Decl *' by Dmitri Gribenko · 11 years ago
  79. e4ea879 Remove uneeded casts by Dmitri Gribenko · 11 years ago
  80. 6965266 Explicitly cast away the const-ness instead of doing it implicitly. by Bill Wendling · 11 years ago
  81. ccdfdd7 Explicitly cast away the const-ness instead of doing it implicitly. by Bill Wendling · 11 years ago
  82. 6f7eeb9 libclang: Update comment about USEDLIBS in c-*-test/Makefile. by NAKAMURA Takumi · 11 years ago
  83. eedba1d Add bitreader to LINK_COMPONENTS in users of libclang, c-arcmt-test and c-index-test. by NAKAMURA Takumi · 11 years ago
  84. e6b9d80 Implement OpenCL event_t as Clang builtin type, including event_t related OpenCL restrictions (OpenCL 1.2 spec 6.9) by Guy Benyei · 11 years ago
  85. b3ce357 update to use the new BitcodeCursor readRecord that takes a StringRef blob parameter, by Chris Lattner · 11 years ago
  86. d47afb9 Nuke SetUpBuildDumpLog. by Sean Silva · 11 years ago
  87. e485f07 random tidying by Chris Lattner · 11 years ago
  88. 2815bc9 update header comment. by Chris Lattner · 11 years ago
  89. 5975b67 these now depend on the bitcode reader too. by Chris Lattner · 11 years ago
  90. ac179ca this depends on the bitcode reader, since it is using it. by Chris Lattner · 11 years ago
  91. b1ba0ef Re-sort all the headers. Lots of regressions have crept in here. by Chandler Carruth · 11 years ago
  92. b8238b6 clang-check: Introduce llvm::sys::PrintStackTraceOnErrorSignal() by NAKAMURA Takumi · 11 years ago
  93. 0234179 We want the dwarf AT_producer for assembly source files to match clang's by Kevin Enderby · 11 years ago
  94. d7bf4a4 [libclang] In clang_reparseTranslationUnit_Impl, move the check whether TU is by Argyrios Kyrtzidis · 11 years ago
  95. 93cf969 [libclang] In clang_getCursorType, don't crash if the translation unit is not by Argyrios Kyrtzidis · 11 years ago
  96. 041e6aa Fix Casting by David Greene · 11 years ago
  97. 3cfa532 Fix Casting by David Greene · 11 years ago
  98. 527ce9f Fix Casting by David Greene · 11 years ago
  99. 61eacf0 Fix Casting by David Greene · 11 years ago
  100. 08e79d2 [driver] Warnings for warning options are handled by the frontend. The driver needs to process the by Chad Rosier · 11 years ago