1. f91ae52 Use PARSE_ARGUMENTS to clean up add_clang_unittest's calling convention. by Jeffrey Yasskin · 14 years ago
  2. 8899ab0 [analyzer] '-analyzer-check-objc-mem' can go through the llvm/clang codebase without crashing; enable it for C++. by Argyrios Kyrtzidis · 14 years ago
  3. b14175a [analyzer] Fix crash when analyzing C++ code. by Argyrios Kyrtzidis · 14 years ago
  4. effc48d Remove support and mc from the clang unittests' dependencies because they're not by Jeffrey Yasskin · 14 years ago
  5. 8ac38d7 Driver/Darwin: Support -Wl, with -Xarch_. This doesn't work naturally because of by Daniel Dunbar · 14 years ago
  6. aef05d7 Use PointerUnion::getAddrOf instead of messing with PointerUnion & reinterpret_cast. by Argyrios Kyrtzidis · 14 years ago
  7. 09fe4a5 Change 'StoreRef' back to 'Store' in GRState, shrinking the size of GRState back by one pointer. by Ted Kremenek · 14 years ago
  8. d40baf6 Fix a -Wuninitialized warning; it's actually a false positive, by John McCall · 14 years ago
  9. 15e310a Warn about code that uses variables and functions with internal linkage by John McCall · 14 years ago
  10. 370e6e9 [analyzer] Fix crash when analyzing C++ code. by Argyrios Kyrtzidis · 14 years ago
  11. 77a4d56 Add 'StoreRef' smart pointer to allow more fine-grain memory lifetime control of Store objects. by Ted Kremenek · 14 years ago
  12. 7ff07dc [analyzer] Fix crash when analyzing C++ code. by Argyrios Kyrtzidis · 14 years ago
  13. b76fdf6 [analyzer] Disable a test until inlining CXXConstructExprs is fully investigated. by Argyrios Kyrtzidis · 14 years ago
  14. 781701c Improve bool and char integral template argument printing in by Chandler Carruth · 14 years ago
  15. 7ef9324 Fix a missed case in the NULL operand to conditional operator diagnostics. by Chandler Carruth · 14 years ago
  16. 0a8709a Update the test error messages to match the update I made to the actual by Chandler Carruth · 14 years ago
  17. 45f11b7 Fix PR8767, improve diagnostic wording when allocating an object of an by Chandler Carruth · 14 years ago
  18. 82214a8 Initial steps to improve diagnostics when there is a NULL and by Chandler Carruth · 14 years ago
  19. 0656e5b Check for NULL child expressions before visiting them, as the first by Chandler Carruth · 14 years ago
  20. 5c722c70 When code-completing a case statement for a switch on a value of by Douglas Gregor · 14 years ago
  21. 4a4e2ef Start using enums from DIBuilder. by Devang Patel · 14 years ago
  22. 299696c More correct fix for CMake breakage I was seeing, my buildbots use by Daniel Dunbar · 14 years ago
  23. 2fdf79f Update text for where to file analyzer bugs. by Ted Kremenek · 14 years ago
  24. 9ab8063 Test case for // rdar://8850818 by Fariborz Jahanian · 14 years ago
  25. 98ec3f7 If -fno-builtin is passed, tell TargetLibraryInfo to by Chris Lattner · 14 years ago
  26. 813d834 Selector::getIdentifierInfoForSlot() can return NULL values, a fact by Douglas Gregor · 14 years ago
  27. 35eaa28 Unbreak CMake build on MSVC9, chapuni please check. by Daniel Dunbar · 14 years ago
  28. df61976 install a TargetLibraryInfo configured with the appropriate by Chris Lattner · 14 years ago
  29. 4f20de1 [analyzer] Fix crash when analyzing C++ code. by Argyrios Kyrtzidis · 14 years ago
  30. febb5b8 fix rdar://9024687, a crash on invalid that we used to silently ignore. by Chris Lattner · 14 years ago
  31. f4699d1 [analyzer] Fix a crash when analyzing C++ code. by Argyrios Kyrtzidis · 14 years ago
  32. 16f744b Introduce ASTContext::getLogicalOperationType() to return bool or int, depending on language. by Argyrios Kyrtzidis · 14 years ago
  33. 2846b97 Objective-c armv7 API for atomic properties of scalar types. // rdar://7761305 by Fariborz Jahanian · 14 years ago
  34. cd5b306 accept and ignore a few things for better OpenBSD compatibility, by Chris Lattner · 14 years ago
  35. c910929 [Heikki Kultala] This patch contains the ABI changes for the TCE target. by NAKAMURA Takumi · 14 years ago
  36. 9855967 we now support __label__ by Chris Lattner · 14 years ago
  37. 1e856d9 Implement C++0x [expr.static.cast]p9, which permits explicitly casting by Douglas Gregor · 14 years ago
  38. 0d3c985 The flags we're supposed to write into a byref struct are *not* the by John McCall · 14 years ago
  39. f584832 When building a qualified reference to a member of an anonymous struct by Douglas Gregor · 14 years ago
  40. 25b3b84 Fix assertion failure on -Warray-bounds for 32-bit builds of Clang. by Ted Kremenek · 14 years ago
  41. 906c73f Move CompilerInstance::LLVMContext and LLVMContext ownership to CodeGenAction by Peter Collingbourne · 14 years ago
  42. ef9a1d0 Move TargetInfo::adjustInlineAsmType to TargetCodeGenInfo by Peter Collingbourne · 14 years ago
  43. 8f5667d When we're creating an expression for an integral template argument of by Douglas Gregor · 14 years ago
  44. 4ae493c implement basic support for __label__. I wouldn't be shocked if there are by Chris Lattner · 14 years ago
  45. 87152f7 rename test by Chris Lattner · 14 years ago
  46. eaca05b Handle UsingDecl in CFGRecStmtDeclVisitor. by Argyrios Kyrtzidis · 14 years ago
  47. 337e550 Switch labels over to using normal name lookup, instead of their by Chris Lattner · 14 years ago
  48. 380ebec Unbreak the MSVC build std::make_pair is unreliable under MSVC 2010. by Francois Pichet · 14 years ago
  49. 2fda14a break testcase over multiple lines to make it easier to read. by Chris Lattner · 14 years ago
  50. 21ac10d handle labeldecls. by Chris Lattner · 14 years ago
  51. e476bdc make block bodies handle undefined labels just like functions. by Chris Lattner · 14 years ago
  52. d8df5b6 improve support for big endian targets, fixing PR8171, patch by Heikki Kultala! by Chris Lattner · 14 years ago
  53. 63ba046 CMake: updated source file list. by Oscar Fuentes · 14 years ago
  54. a85f528 Add -Warray-bounds test showing how the warning currently interoperates with macros. by Ted Kremenek · 14 years ago
  55. 2d67b90 [analyzer] Use the new registration mechanism for the debugging info "checks". by Argyrios Kyrtzidis · 14 years ago
  56. 7dd445e [analyzer] Use the new registration mechanism on the non-path-sensitive-checkers: by Argyrios Kyrtzidis · 14 years ago
  57. 9fb9474 [analyzer] by Argyrios Kyrtzidis · 14 years ago
  58. 695fb50 [analyzer] Pass CheckerManager to the registration functions. by Argyrios Kyrtzidis · 14 years ago
  59. 35001ca Enhance the array bounds checking to work for several other constructs, by Chandler Carruth · 14 years ago
  60. 3406458 Clean up the style of this function to match the conventions in the rest by Chandler Carruth · 14 years ago
  61. c24e4b9 add a fixme by Chris Lattner · 14 years ago
  62. 57ad378 Step #2/N of __label__ support: keep pushing LabelDecl forward, by Chris Lattner · 14 years ago
  63. d8e5499 Inline LocalInstantiationScope::getInstantiationOf into its one by Chris Lattner · 14 years ago
  64. a70062f remove some defensive code: LocalInstantiationScope::getInstantiationOf by Chris Lattner · 14 years ago
  65. 4d4f0db remove some dead overloads. by Chris Lattner · 14 years ago
  66. 91a230a Eliminate the internal command-line option for viewing inheritance in C++ classes, since it's only really worked for the trivial cases anyway due to lame pseudo-parsing of the class name. The viewInheritance() function is still available for use in the debugger, where this is far more useful by Douglas Gregor · 14 years ago
  67. cf0b2d8 Remove the "conditional save" hashtables from IR generation. by John McCall · 14 years ago
  68. d9015ee The internal -fdump-record-layouts flag already dumps the layout when it was computed; no need to do so again at the end of the translation unit by Douglas Gregor · 14 years ago
  69. c869abe When building StaticAnalyzer/Frontend add -I "<Checkers build dir>" to allow Checkers.inc to be by Argyrios Kyrtzidis · 14 years ago
  70. 8c99d88 Replace a FIXME with a comment describing why we did what we did by Douglas Gregor · 14 years ago
  71. f91d087 Remove the last virtual member function from the Decl hierarchy, by Douglas Gregor · 14 years ago
  72. 2ae442a Devirtualize TagDecl::completeDefinition(). by Douglas Gregor · 14 years ago
  73. afdfdc0 Devirtualize DeclaratorDecl::getInnerLocStart() and TagDecl::getInnerLocStart(). by Douglas Gregor · 14 years ago
  74. 2a96bf5 Improve diagnostics on missing property decl. by Fariborz Jahanian · 14 years ago
  75. ebe5a9b Devirtualize NamedDecl::getNameForDiagnostic(). by Douglas Gregor · 14 years ago
  76. 9e6f2a8 Devirtualize RedeclarableTemplateDecl::newCommon(). by Douglas Gregor · 14 years ago
  77. a5b9332 Implement a sub-group of -Wconversion: -Wliteral-conversion. This by Chandler Carruth · 14 years ago
  78. 56ca35d Change the representation of GNU ?: expressions to use a different expression by John McCall · 14 years ago
  79. 05c699e lib/Frontend/InitHeaderSearch.cpp: Add mingw-w64's include paths. by NAKAMURA Takumi · 14 years ago
  80. 0aa2057 Triple::MinGW64 is deprecated and removed. We can use Triple::MinGW32 instead. by NAKAMURA Takumi · 14 years ago
  81. 125b4cb Fix whitespace. by NAKAMURA Takumi · 14 years ago
  82. 4c3e0ee Devirtualize Decl::getNextRedeclaration(). by Douglas Gregor · 14 years ago
  83. 543cb65 Implement -Wenum-compare, which warns when comparing two enums of by Chandler Carruth · 14 years ago
  84. 8755836 Simple little optimization to Decl::getCanonicalDecl(), eliminating some heavyweight machinery and indirection that we don't need by Douglas Gregor · 14 years ago
  85. 770877f Devirtualize Decl::getSourceRange() by Douglas Gregor · 14 years ago
  86. 0eccdca Devirtualize Decl::getCanonicalDecl(). by Douglas Gregor · 14 years ago
  87. ad8dcf4 Step #1/N of implementing support for __label__: split labels into by Chris Lattner · 14 years ago
  88. 1aa3d81 Devirtualize Decl::getBody() and Decl::hasBody(). by Douglas Gregor · 14 years ago
  89. f4a03cc De-virtualize Decl::isOutOfLine(). by Douglas Gregor · 14 years ago
  90. c6daf0b When printing a qualified type, look through a substituted template by Douglas Gregor · 14 years ago
  91. 6810630 simplify a bit. by Chris Lattner · 14 years ago
  92. e594db5 tidy up by Chris Lattner · 14 years ago
  93. b72c778 Improve parser recovery in "for" statements, from Richard Smith! by Douglas Gregor · 14 years ago
  94. 6204159 I will not hold on to temporary StringRefs. by Douglas Gregor · 14 years ago
  95. 4706e87 When Parser::ParseExpressionList isn't given a completer, fall back to by Douglas Gregor · 14 years ago
  96. 26ae5dd Fix PR9025 and add a diagnostic (and sometimes a fixit) for an overloaded by Matt Beaumont-Gay · 14 years ago
  97. c81ca98 Bump up IdentifierInfo::ObjCOrBuiltinID to use 11 bits instead of 10. Fixes PR 9231. by Ted Kremenek · 14 years ago
  98. 7fe679f Begin overhaul of scan-build/ccc-analyzer's handling of checker options. by Ted Kremenek · 14 years ago
  99. 2fb468d Disable default synthesized properties until we can properly re-evaluate the feature. by Ted Kremenek · 14 years ago
  100. 9d50634 fix clang -MM output to escape spaces in filenames. This seems to be by Chris Lattner · 14 years ago