1. 150d853 Don't skip '_Alignas' when disambiguating 'final'. '_Alignas' can't appear here, by Richard Smith · 11 years ago
  2. 425663a Teach -ast-print how to print trailing-return-types. by Richard Smith · 11 years ago
  3. b04a238 [analyzer] Implement "Loop executed 0 times" diagnostic correctly. by Ted Kremenek · 11 years ago
  4. 671b321 Implement C++11 [dcl.align]p6-p8, and C11 6.7.5/7. This had to be split out of by Richard Smith · 11 years ago
  5. 1f12c47 [libclang] Fix a crash with invalid code, while skip function bodies is enabled. by Argyrios Kyrtzidis · 11 years ago
  6. d9bd83e Decl.cpp/mergeTemplateLV(): Tweak a description. [-Wdocumentation] by NAKAMURA Takumi · 11 years ago
  7. 637619b Only suppress instance context if a member is actually by John McCall · 11 years ago
  8. 8dadf15 [analyzer] Place all inlining policy checks into one palce by Anna Zaks · 11 years ago
  9. 9e738cc Add -fbracket-depth=N, analogous to -ftemplate-depth= and -fconstexpr-depth=, by Richard Smith · 11 years ago
  10. 5e5440b [analyzer] Make sure a materialized temporary matches its bindings. by Jordan Rose · 11 years ago
  11. f08740b Fix regression in modeling assignments of an address of a variable to itself. Fixes <rdar://problem/13226577>. by Ted Kremenek · 11 years ago
  12. 5704d34 Make sure we only use the output file as a base for debug splitting by Eric Christopher · 11 years ago
  13. f0b1a0e objective-C arc: Diagnostic can not say to use bridge by Fariborz Jahanian · 11 years ago
  14. 87193da [analyzer] Fix buildbot by not reusing a variable name. by Jordan Rose · 11 years ago
  15. c7d1ca5 Preproceessor: fix #if skipping under -traditional-cpp. by Jordan Rose · 11 years ago
  16. 025b3d4 Make logic smaller. by Eric Christopher · 11 years ago
  17. 644367c Added a footnote to the documentation for objc_storeStrong that makes it clear by Michael Gottesman · 11 years ago
  18. c908896 Removing has_getDecl (added in r175532). It cause a build break for MSVC, and was not yet being used in the codebase. If we start using std::enable_if, we can look into resurrecting the idea in a more portable fashion. by Aaron Ballman · 11 years ago
  19. 94236e7 Apply the 'nobuiltin' attribute to call sites when the user specifies `-fno-builtin' on the command line. by Bill Wendling · 11 years ago
  20. 0c67fc9 Make for x86 to stop it failing on ARM buildbots. by Bill Wendling · 11 years ago
  21. 168c96d Grammar. by Eric Christopher · 11 years ago
  22. 9f1d541 [analyzer] Make sure a temporary object region matches its initial bindings. by Jordan Rose · 11 years ago
  23. 3892d02 Ignore visibility from enclosing template arguments by John McCall · 11 years ago
  24. df1f94e Simplify code to use castAs rather than getAs + assert. by David Blaikie · 11 years ago
  25. 3c16431 Fix copy/paste to refer to the relevant type (ProgramPoint instead of TypeLoc). by David Blaikie · 11 years ago
  26. 1c885a5 clang/test/Driver/qa_override.c: Appease gcc-driver. by NAKAMURA Takumi · 11 years ago
  27. b83a5d8 Fix typo 'with with' in diagnostic. by Richard Smith · 11 years ago
  28. e130014 Add back implicitly dropped const. by David Blaikie · 11 years ago
  29. be5f1be Fix formatting and tabs in file. by Eric Christopher · 11 years ago
  30. f870e12 Don't pass -split-dwarf= to the backend unless we're on linux for now. by Eric Christopher · 11 years ago
  31. 59320e7 Remove the SplitDebug action and replace with a set of commands by Eric Christopher · 11 years ago
  32. 7a95de6 Replace ProgramPoint llvm::cast support to be well-defined. by David Blaikie · 11 years ago
  33. 94f3f54 Remove superfluous null pointer check. The pointer is used prior to this check. by Ted Kremenek · 11 years ago
  34. 4216ee1 AST dumping: dump template instantiations only once by Dmitri Gribenko · 11 years ago
  35. 1c1303b Remove accidentally introduced no-op line. by Daniel Jasper · 11 years ago
  36. 63631bd Teach serialized diagnostics about notes without locations. by Ted Kremenek · 11 years ago
  37. f11a705 Consistently put {} onto the same line for empty functions. by Daniel Jasper · 11 years ago
  38. fdf6a27 Replace CFGElement llvm::cast support to be well-defined. by David Blaikie · 11 years ago
  39. 05f8ff1 Patch for debug info of qualified-id types is 'id' By Adrian Pranti. by Fariborz Jahanian · 11 years ago
  40. 51d1095 Try to fix the test for cmake builds, where clang is called clang-3.3. by Benjamin Kramer · 11 years ago
  41. 47135fe [scan-build] Add quotes around clang executable name to handle path withs spaces. Fixes <rdar://problem/13254727> by Ted Kremenek · 11 years ago
  42. 478bbf3 Try to get buildbots to pass these tests. by Bill Wendling · 11 years ago
  43. c73dcba [scan-build] fix xcode version parsing to handle dot releases. Fixes <rdar://problem/13265300>. by Ted Kremenek · 11 years ago
  44. 79165b8 [driver] Handle the processing of the QA_OVERRIDE_GCC3_OPTIONS and CCC_ADD_ARGS by Chad Rosier · 11 years ago
  45. 6aad4a3 Preprocessor: preserve whitespace in -traditional-cpp mode. by Jordan Rose · 11 years ago
  46. 649aa6a [driver] Add a dump method for ArgList. by Chad Rosier · 11 years ago
  47. 7d81281 Allow breaking between type and name in for loops. by Daniel Jasper · 11 years ago
  48. 3aada3c Add MSan to the list of targets in Makefile-based builds. by Evgeniy Stepanov · 11 years ago
  49. ff04dd4 Add a 64-bit triple to these tests, to fix 32-bit bots. by Joey Gouly · 11 years ago
  50. b965d8b Fix an OpenCL test case. Pointer arguments to kernels must be declared with the by Joey Gouly · 11 years ago
  51. 52e933b by Joey Gouly · 11 years ago
  52. 4d8fe83 Correct spelling of 'enumerator'. by David Blaikie · 11 years ago
  53. 0adb175 Avoid implicit conversions of Optional<T> to bool. by David Blaikie · 11 years ago
  54. 6d35b41 StaticAnalyzer/Core: Suppress warnings. [-Wunused-variable, -Wunused-function] by NAKAMURA Takumi · 11 years ago
  55. 79741c4 Whitespace. by NAKAMURA Takumi · 11 years ago
  56. 4411b42 [analyzer] Record whether a base object region represents a virtual base. by Jordan Rose · 11 years ago
  57. 0cd3142 [analyzer] Add another reinterpret_cast behavior test. by Jordan Rose · 11 years ago
  58. 472b061 [analyzer] Tidy up a few uses of Optional in RegionStore. by Jordan Rose · 11 years ago
  59. 4a3012d CIndex.cpp: Appease g++-4.4. "if (Optional<unsigned> Minor = In.getMinor())" did not work as expected. by NAKAMURA Takumi · 11 years ago
  60. 9f6e910 libstdc++'s <cstdalign> #includes <stdalign.h> and expects it to guard against by Richard Smith · 11 years ago
  61. 75f6a66 Respect -fno-canonical-prefixes when deciding where to generate .gcno and .gcda by Nick Lewycky · 11 years ago
  62. 66874fb Use None rather than Optional<T>() where possible. by David Blaikie · 11 years ago
  63. 65124fe Rename TypeLoc's isType to isKind by David Blaikie · 11 years ago
  64. 11f0cae [analyzer] Tighten up safety in the use of lazy bindings. by Jordan Rose · 11 years ago
  65. 943f909 Strip 'llvm' from 'llvm::Optional' uses. by Ted Kremenek · 11 years ago
  66. e40b562 Remove commented out code. by Richard Trieu · 11 years ago
  67. 41a6a3e objective-C arc IR-gen. Retaining of strong by Fariborz Jahanian · 11 years ago
  68. e2e1fa2 Mark unimplemented function with LLVM_DELETED_FUNCTION by David Blaikie · 11 years ago
  69. 4640118 Doxycomment SVal's getAs/castAs. by David Blaikie · 11 years ago
  70. 90a7820 Revert "intmax_t is long long on Darwin, not long." by Jordan Rose · 11 years ago
  71. d6d864f MCParser: Update method names per coding guidelines. by Jim Grosbach · 11 years ago
  72. dc84cd5 Include llvm::Optional in clang/Basic/LLVM.h by David Blaikie · 11 years ago
  73. 9e85b29 Remove redundant Optional type in favor of llvm::Optional by David Blaikie · 11 years ago
  74. 0b9c328 Use op-> directly rather than via Optional<T>::getPointer. by David Blaikie · 11 years ago
  75. 3bc7b6b Rename SVal::isType functions to SVal::isKind by David Blaikie · 11 years ago
  76. 30f2a74 PR15311: Finish implementation of the suggested resolution of core issue 1488, by Richard Smith · 11 years ago
  77. 3bba3ef Attempt to clean up tests for non-X86 platforms. by Bill Wendling · 11 years ago
  78. 6b3d3e5 Process and handle attributes on conditions and for loop variables. Process and by Richard Smith · 11 years ago
  79. 2ec6cfc [ms-inline asm] Remove this test while I investigate why eax isn't being clobbered. by Chad Rosier · 11 years ago
  80. e9a6226 Fix regression in string literal alignment. by Manuel Klimek · 11 years ago
  81. b56b6d1 Fixes bug in string literal alignment. by Manuel Klimek · 11 years ago
  82. c4615b7 Don't remove blank lines within unwrapped lines. by Daniel Jasper · 11 years ago
  83. 8092a94 Implements breaking of string literals if they stick out. by Manuel Klimek · 11 years ago
  84. 2f98ad3 Remove target-specific features. by Bill Wendling · 11 years ago
  85. f7a9da0 Modify the tests to use attribute group references instead of listing the by Bill Wendling · 11 years ago
  86. 5251abe Replace SVal llvm::cast support to be well-defined. by David Blaikie · 11 years ago
  87. a905c4f intmax_t is long long on Darwin, not long. by Jordan Rose · 11 years ago
  88. d4c3d66 Add a new 'type_visibility' attribute to allow users to by John McCall · 11 years ago
  89. 975d52c Don't repeat the function name in the comment. by Richard Smith · 11 years ago
  90. 9818a1d [preprocessor] Split the MacroInfo class into two separate concepts, MacroInfo class by Argyrios Kyrtzidis · 11 years ago
  91. 206f499 [analyzer] Account for the "interesting values" hash table resizing. by Jordan Rose · 11 years ago
  92. 0532140 PR15300: Support C++11 attributes on base-specifiers. We don't support any such by Richard Smith · 11 years ago
  93. 65f991c [analyzer] Don't accidentally strip off base object regions for lazy bindings. by Jordan Rose · 11 years ago
  94. 03628b8 Add missing clang-format null pointer check.. by Daniel Jasper · 11 years ago
  95. 0be5e56 [modules] Const'ify some functions of ModuleMap. by Argyrios Kyrtzidis · 11 years ago
  96. 21a0004 [modules] Refactor code from ASTReader::makeModuleVisible() into a new function, by Argyrios Kyrtzidis · 11 years ago
  97. cc9bdcb Use MapVector::pop_back() per LLVM r175538. by Douglas Gregor · 11 years ago
  98. d918613 [docs] Rename to permit wider variety of content. by Sean Silva · 11 years ago
  99. 298422d [docs] Revise content on ExternalProjectsUsingClang page. by Sean Silva · 11 years ago
  100. 34511fb Correctly format macro with unfinished template declaration. by Daniel Jasper · 11 years ago