1. 94f3f54 Remove superfluous null pointer check. The pointer is used prior to this check. by Ted Kremenek · 12 years ago
  2. 4216ee1 AST dumping: dump template instantiations only once by Dmitri Gribenko · 12 years ago
  3. 1c1303b Remove accidentally introduced no-op line. by Daniel Jasper · 12 years ago
  4. 63631bd Teach serialized diagnostics about notes without locations. by Ted Kremenek · 12 years ago
  5. f11a705 Consistently put {} onto the same line for empty functions. by Daniel Jasper · 12 years ago
  6. fdf6a27 Replace CFGElement llvm::cast support to be well-defined. by David Blaikie · 12 years ago
  7. 05f8ff1 Patch for debug info of qualified-id types is 'id' By Adrian Pranti. by Fariborz Jahanian · 12 years ago
  8. 51d1095 Try to fix the test for cmake builds, where clang is called clang-3.3. by Benjamin Kramer · 12 years ago
  9. 47135fe [scan-build] Add quotes around clang executable name to handle path withs spaces. Fixes <rdar://problem/13254727> by Ted Kremenek · 12 years ago
  10. 478bbf3 Try to get buildbots to pass these tests. by Bill Wendling · 12 years ago
  11. c73dcba [scan-build] fix xcode version parsing to handle dot releases. Fixes <rdar://problem/13265300>. by Ted Kremenek · 12 years ago
  12. 79165b8 [driver] Handle the processing of the QA_OVERRIDE_GCC3_OPTIONS and CCC_ADD_ARGS by Chad Rosier · 12 years ago
  13. 6aad4a3 Preprocessor: preserve whitespace in -traditional-cpp mode. by Jordan Rose · 12 years ago
  14. 649aa6a [driver] Add a dump method for ArgList. by Chad Rosier · 12 years ago
  15. 7d81281 Allow breaking between type and name in for loops. by Daniel Jasper · 12 years ago
  16. 3aada3c Add MSan to the list of targets in Makefile-based builds. by Evgeniy Stepanov · 12 years ago
  17. ff04dd4 Add a 64-bit triple to these tests, to fix 32-bit bots. by Joey Gouly · 12 years ago
  18. b965d8b Fix an OpenCL test case. Pointer arguments to kernels must be declared with the by Joey Gouly · 12 years ago
  19. 52e933b by Joey Gouly · 12 years ago
  20. 4d8fe83 Correct spelling of 'enumerator'. by David Blaikie · 12 years ago
  21. 0adb175 Avoid implicit conversions of Optional<T> to bool. by David Blaikie · 12 years ago
  22. 6d35b41 StaticAnalyzer/Core: Suppress warnings. [-Wunused-variable, -Wunused-function] by NAKAMURA Takumi · 12 years ago
  23. 79741c4 Whitespace. by NAKAMURA Takumi · 12 years ago
  24. 4411b42 [analyzer] Record whether a base object region represents a virtual base. by Jordan Rose · 12 years ago
  25. 0cd3142 [analyzer] Add another reinterpret_cast behavior test. by Jordan Rose · 12 years ago
  26. 472b061 [analyzer] Tidy up a few uses of Optional in RegionStore. by Jordan Rose · 12 years ago
  27. 4a3012d CIndex.cpp: Appease g++-4.4. "if (Optional<unsigned> Minor = In.getMinor())" did not work as expected. by NAKAMURA Takumi · 12 years ago
  28. 9f6e910 libstdc++'s <cstdalign> #includes <stdalign.h> and expects it to guard against by Richard Smith · 12 years ago
  29. 75f6a66 Respect -fno-canonical-prefixes when deciding where to generate .gcno and .gcda by Nick Lewycky · 12 years ago
  30. 66874fb Use None rather than Optional<T>() where possible. by David Blaikie · 12 years ago
  31. 65124fe Rename TypeLoc's isType to isKind by David Blaikie · 12 years ago
  32. 11f0cae [analyzer] Tighten up safety in the use of lazy bindings. by Jordan Rose · 12 years ago
  33. 943f909 Strip 'llvm' from 'llvm::Optional' uses. by Ted Kremenek · 12 years ago
  34. e40b562 Remove commented out code. by Richard Trieu · 12 years ago
  35. 41a6a3e objective-C arc IR-gen. Retaining of strong by Fariborz Jahanian · 12 years ago
  36. e2e1fa2 Mark unimplemented function with LLVM_DELETED_FUNCTION by David Blaikie · 12 years ago
  37. 4640118 Doxycomment SVal's getAs/castAs. by David Blaikie · 12 years ago
  38. 90a7820 Revert "intmax_t is long long on Darwin, not long." by Jordan Rose · 12 years ago
  39. d6d864f MCParser: Update method names per coding guidelines. by Jim Grosbach · 12 years ago
  40. dc84cd5 Include llvm::Optional in clang/Basic/LLVM.h by David Blaikie · 12 years ago
  41. 9e85b29 Remove redundant Optional type in favor of llvm::Optional by David Blaikie · 12 years ago
  42. 0b9c328 Use op-> directly rather than via Optional<T>::getPointer. by David Blaikie · 12 years ago
  43. 3bc7b6b Rename SVal::isType functions to SVal::isKind by David Blaikie · 12 years ago
  44. 30f2a74 PR15311: Finish implementation of the suggested resolution of core issue 1488, by Richard Smith · 12 years ago
  45. 3bba3ef Attempt to clean up tests for non-X86 platforms. by Bill Wendling · 12 years ago
  46. 6b3d3e5 Process and handle attributes on conditions and for loop variables. Process and by Richard Smith · 12 years ago
  47. 2ec6cfc [ms-inline asm] Remove this test while I investigate why eax isn't being clobbered. by Chad Rosier · 12 years ago
  48. e9a6226 Fix regression in string literal alignment. by Manuel Klimek · 12 years ago
  49. b56b6d1 Fixes bug in string literal alignment. by Manuel Klimek · 12 years ago
  50. c4615b7 Don't remove blank lines within unwrapped lines. by Daniel Jasper · 12 years ago
  51. 8092a94 Implements breaking of string literals if they stick out. by Manuel Klimek · 12 years ago
  52. 2f98ad3 Remove target-specific features. by Bill Wendling · 12 years ago
  53. f7a9da0 Modify the tests to use attribute group references instead of listing the by Bill Wendling · 12 years ago
  54. 5251abe Replace SVal llvm::cast support to be well-defined. by David Blaikie · 12 years ago
  55. a905c4f intmax_t is long long on Darwin, not long. by Jordan Rose · 12 years ago
  56. d4c3d66 Add a new 'type_visibility' attribute to allow users to by John McCall · 12 years ago
  57. 975d52c Don't repeat the function name in the comment. by Richard Smith · 12 years ago
  58. 9818a1d [preprocessor] Split the MacroInfo class into two separate concepts, MacroInfo class by Argyrios Kyrtzidis · 12 years ago
  59. 206f499 [analyzer] Account for the "interesting values" hash table resizing. by Jordan Rose · 12 years ago
  60. 0532140 PR15300: Support C++11 attributes on base-specifiers. We don't support any such by Richard Smith · 12 years ago
  61. 65f991c [analyzer] Don't accidentally strip off base object regions for lazy bindings. by Jordan Rose · 12 years ago
  62. 03628b8 Add missing clang-format null pointer check.. by Daniel Jasper · 12 years ago
  63. 0be5e56 [modules] Const'ify some functions of ModuleMap. by Argyrios Kyrtzidis · 12 years ago
  64. 21a0004 [modules] Refactor code from ASTReader::makeModuleVisible() into a new function, by Argyrios Kyrtzidis · 12 years ago
  65. cc9bdcb Use MapVector::pop_back() per LLVM r175538. by Douglas Gregor · 12 years ago
  66. d918613 [docs] Rename to permit wider variety of content. by Sean Silva · 12 years ago
  67. 298422d [docs] Revise content on ExternalProjectsUsingClang page. by Sean Silva · 12 years ago
  68. 34511fb Correctly format macro with unfinished template declaration. by Daniel Jasper · 12 years ago
  69. 5238060 Support in hasDeclaration for types with getDecl() by Edwin Vane · 12 years ago
  70. 3b41a10 [docs] Introduce ExternalProjectsUsingClang.rst by Sean Silva · 12 years ago
  71. 24697b0 [Sanitizer] If -fsanitize-blacklist= option is not explicitly specified, make Clang look for the default sanitizer-specific blacklist in the resource directory. by Alexey Samsonov · 12 years ago
  72. aad3fa6 Add the missing 'static' keyword to the test by Timur Iskhodzhanov · 12 years ago
  73. d789670 Fix bug in LineState comparison function. by Daniel Jasper · 12 years ago
  74. 98654c9 More grammar. by Eric Christopher · 12 years ago
  75. 6637b06 Fixing a typo where FixIts was accidentally self-assigning instead of assigning in the parameter Fixits. This fixes several failed assertions with MSVC debug builds. by Aaron Ballman · 12 years ago
  76. a880b19 Add support for -fvisibility-ms-compat. by John McCall · 12 years ago
  77. 0b5a483 Use the actual class visibility for the ObjC EHTYPE global, by John McCall · 12 years ago
  78. 3f5fcd2 Temporarily revert r175471 for more review. by Bill Wendling · 12 years ago
  79. ea9cde6 Add a 'no-builtin' attribute if we do not want to simplify calls. by Bill Wendling · 12 years ago
  80. 9ef9b85 Use LLVM_DELETED_FUNCTION rather than '// do not implement' comments. by David Blaikie · 12 years ago
  81. 39e6ab4 Replace TypeLoc llvm::cast support to be well-defined. by David Blaikie · 12 years ago
  82. 9ba7627 libclang: don't store nul-terminated strings as StringRefs, by Dmitri Gribenko · 12 years ago
  83. 5be093c Clean up last use of dyn_cast on TypeLoc in ASTMatchers by David Blaikie · 12 years ago
  84. 9352a62 Test for my last patch. // rdar://13178483 by Fariborz Jahanian · 12 years ago
  85. 91d243b Add include guards for CommentVisitor.h by Argyrios Kyrtzidis · 12 years ago
  86. 0dc4ff2 Prevent crash on multiple user errors (which I cannot reproduce in by Fariborz Jahanian · 12 years ago
  87. 3b1a40f CodeGenFunction::CurFuncDecl can be NULL; fix crash introduced in r175386. by Douglas Gregor · 12 years ago
  88. aa94590 Ensure that the identifier chains have the most recent declaration after module deserialization. by Douglas Gregor · 12 years ago
  89. 82282dc Improve indentation of builder type calls. by Daniel Jasper · 12 years ago
  90. 515f65d Improve formatting of builder-type calls. by Daniel Jasper · 12 years ago
  91. 2933316 Reformat lines if they were "moved around". by Daniel Jasper · 12 years ago
  92. d0f349b Correctly determine */& usage in more cases. by Daniel Jasper · 12 years ago
  93. 6a93c86 AArch64: add atomic support parameters to TargetInfo by Tim Northover · 12 years ago
  94. 66d19bd Always break after multi-line string literals. by Daniel Jasper · 12 years ago
  95. cf5767d Prevent line breaks that make stuff hard to read. by Daniel Jasper · 12 years ago
  96. 6b8f37a Update test cases to account for DIBuilder type changes. by David Blaikie · 12 years ago
  97. 724cfee Disable dead stores checker for template instantations. Fixes <rdar://problem/13213575>. by Ted Kremenek · 12 years ago
  98. f110a9c Fix up grammar a bit. by Eric Christopher · 12 years ago
  99. 6c7db89 Unify some "kernel or kext" conditionals. by Eric Christopher · 12 years ago
  100. 3fcdea7 Add a comment. by Eric Christopher · 12 years ago