1. 11ac3f5 Fix for PR5233. by Edward O'Callaghan · 16 years ago
  2. fc07d91 Define SIG_ATOMIC_MIN and SIG_ATOMIC_MAX in terms of __SIG_ATOMIC_WIDTH__. by Ken Dyck · 16 years ago
  3. 3e945c8 Define __SIG_ATOMIC_WIDTH__ for use in stdint.h. by Ken Dyck · 16 years ago
  4. 9787d0a Undefined compound assignment result is checked in UndefinedAssignmentChecker. So this check is redundant. by Zhongxing Xu · 16 years ago
  5. 23e3156 Remove invalid comments. The result is undefined only when operands are undefined. by Zhongxing Xu · 16 years ago
  6. f605aae Save and restore the HasGen flag in MallocChecker. by Zhongxing Xu · 16 years ago
  7. fce03cb Don't include a dead header. by Benjamin Kramer · 16 years ago
  8. c3372e0 Remove UndefinedAssignmentChecker's header. by Zhongxing Xu · 16 years ago
  9. f1cd5e5 Use intptr_t rather than long so that this test will not fail on LLP64 systems, by Sean Hunt · 16 years ago
  10. b681b61 If a C++ qualified id is followed by a postfix suffix, it is never the direct by John McCall · 16 years ago
  11. 5b3f913 Reorganize the intermediate BuildDeclarationNameExpr routines again. by John McCall · 16 years ago
  12. 7453ed4 Consider a FunctionTemplate to be an overload all on its lonesome. Track by John McCall · 16 years ago
  13. 01a79ac Support emitting aggregate class initializers. Fixes PR5581. by Anders Carlsson · 16 years ago
  14. 13dcd00 This patch implements objective-c's 'SEL' type as a built-in by Fariborz Jahanian · 16 years ago
  15. 68c9ced Make FixedAddressChecker and experimental check; it currently produces a ton of false positives when analyzing some projects (e.g., Wine). by Ted Kremenek · 16 years ago
  16. 37ac799 Fix 80-cols violation. by Sean Hunt · 16 years ago
  17. d2ede7d Overload resolution doesn't decide whether to do ADL or not anymore; stopping by John McCall · 16 years ago
  18. 7e0c195 Mangler: Sketch mangling for TemplateArgument::Declaration kind. by Daniel Dunbar · 16 years ago
  19. f981bf8 Mangler: Lift shouldMangleDeclName predicate out of CXXNameMangler::mangle. by Daniel Dunbar · 16 years ago
  20. c02ab4c Mangler: Strengthen invariants, MangleContext::mangleName should only be called on var or function decls. by Daniel Dunbar · 16 years ago
  21. c074771 Mangler: Inline a bunch of functions into their sole caller, not that I don't love typing for typings sake, but... by Daniel Dunbar · 16 years ago
  22. 512ce60 DeclPrinter: Indent access specifiers. by Daniel Dunbar · 16 years ago
  23. c7bced4 Remove dead variable. by Daniel Dunbar · 16 years ago
  24. 1308af9 Mangler: Split isStdNamespace for when the caller already has a NamespaceDecl. by Daniel Dunbar · 16 years ago
  25. 77939c9 IRgen: Eliminate CXXNameMangler::mangleCXX{C,D}tor. by Daniel Dunbar · 16 years ago
  26. 94fd26d IRgen: Switch the C++ mangler interfaces to take the SmallVector to write into, by Daniel Dunbar · 16 years ago
  27. 1b07711 Sink free mangle* methods into MangleContext. by Daniel Dunbar · 16 years ago
  28. c523656 Add 1+2 consts. by Daniel Dunbar · 16 years ago
  29. 3c9e463 Delete trailing space. by Daniel Dunbar · 16 years ago
  30. ba13543 "Incremental" progress on using expressions, by which I mean totally ripping by John McCall · 16 years ago
  31. bbd37c6 Added rudimentary C++0x attribute support. by Sean Hunt · 16 years ago
  32. 7c5c965 Add RegionStore test case that shows that floating point values are also implicitly tracked for undefined values. (test case for <rdar://problem/6811085>). by Ted Kremenek · 16 years ago
  33. e6c9ae1 Fix refacto, gcc's cc1 needs to see --output-pch=, which is not just an alias by Daniel Dunbar · 16 years ago
  34. 8ea06e9 Add another test case to show the precision of RegionStore over by Ted Kremenek · 16 years ago
  35. 98440b4 Implement C++ [temp.param]p2 correctly, looking ahead when we see a by Douglas Gregor · 16 years ago
  36. 78d722f Restructure DereferenceChecker slightly to handle caching out when we would report a null dereference more than once. by Ted Kremenek · 16 years ago
  37. c79d7d4 Pull BadCallChecker int UndefinedArgChecker, and have UndefinedArgChecker also handled undefined receivers in message expressions. by Ted Kremenek · 16 years ago
  38. 9cf910e Add SigAtomicType to TargetInfo, Needed for MSP and PIC Targets, Credit to Ken Dyck. by Edward O'Callaghan · 16 years ago
  39. 64fa858 More checker refactoring. Passing undefined values in a message expression is now handled by UndefinedArgChecker. by Ted Kremenek · 16 years ago
  40. 75ee3bd Revised Win32 include path to search highest version in registry, plus platform SDK path by John Thompson · 16 years ago
  41. 228db47 Convert test to FileCheck. by Daniel Dunbar · 16 years ago
  42. 2bf701e Checkpoint current work. WIP. by Mike Stump · 16 years ago
  43. a481edb Cope with extraneous "template" keyword when providing an out-of-line by Douglas Gregor · 16 years ago
  44. 1bed0c3 Driver: Add clang -cc1 dependency output options parsing. by Daniel Dunbar · 16 years ago
  45. 20be8c4 Switch CompilerInvocation::CreateFromArgs to take const char** arguments until Driver itself switches to StringRef. by Daniel Dunbar · 16 years ago
  46. fc97102 Fix refactoro, clang-cc wasn't properly reporting errors when opening an output file failed. by Daniel Dunbar · 16 years ago
  47. e37f4b8 Driver: Use '-target-abi' 'FOO' instead of '-target-abi=FOO'. by Daniel Dunbar · 16 years ago
  48. 56cd500 Update for palign intrinsic fix. by Daniel Dunbar · 16 years ago
  49. a31100e Pass '-mcpu' 'FOO' instead of '-mcpu=FOO'. by Daniel Dunbar · 16 years ago
  50. 66861e0 Standardize Driver translation to call clang-cc using '-foo' form instead of '--foo'. by Daniel Dunbar · 16 years ago
  51. eeb7fd0 A previous commit fixed PR5519; here's the test case. by Douglas Gregor · 16 years ago
  52. f6e6fc8 Implement C++ [basic.lookup.classref]p3, which states how the type by Douglas Gregor · 16 years ago
  53. d90e0ee Update C++ status by Douglas Gregor · 16 years ago
  54. 31658df When checking the base object of a member access expression (b.foo, by Douglas Gregor · 16 years ago
  55. 699ee52 Teach FixOverloadedFunctionReference to build new expression ASTs rather by Douglas Gregor · 16 years ago
  56. a446343 Add testcases for recent checkins. by Mike Stump · 16 years ago
  57. a36bf8f Fix lifetime of conditional temporaries. Patch by Victor Zverovich! by Anders Carlsson · 16 years ago
  58. 600d47e Fix some codegen tests to include positive checks. by Daniel Dunbar · 16 years ago
  59. 50a4487 Add clang -cc1 parsing of CodeGenOptions. by Daniel Dunbar · 16 years ago
  60. 33b26ea3 clang-cc: Lift setForcedLangOptions out of options initialization. by Daniel Dunbar · 16 years ago
  61. fdb4324 Avoid unwanted expansion in macros that paste together INT<n>_C(v) and by Ken Dyck · 16 years ago
  62. a2e9284 Avoid unwanted expansion in macros that paste together INT<n>_MIN, INT<n>_MAX, by Ken Dyck · 16 years ago
  63. aface1b Avoid unwanted macro expansion in macros that paste together int<n>_t and by Ken Dyck · 16 years ago
  64. ff80fab Fixed crash when using undefined protocols (GNU runtime). by David Chisnall · 16 years ago
  65. d5dc9f3 Add a workaround to silence a bogus g++-4.4 -pedantic warning. by Benjamin Kramer · 16 years ago
  66. 921ddc4 Fix typo GCC 4.3 warned about. by Benjamin Kramer · 16 years ago
  67. 21433a5 no need to cast. by Zhongxing Xu · 16 years ago
  68. f8f1893 Fix a couple minor memory leaks. by Eli Friedman · 16 years ago
  69. 50e837b Add simple static analyzer checker to check for sending 'release', 'retain', etc. directly to a class. Fixes <rdar://problem/7252064>. by Ted Kremenek · 16 years ago
  70. b221e4f Unused ivar checker: ivars referenced by lexically nested functions should not be flagged as unused. Fixes <rdar://problem/7254495>. by Ted Kremenek · 16 years ago
  71. 04b826d No need to pass the state argument explicitly. by Zhongxing Xu · 16 years ago
  72. 00b1ad2 Revert r89437 and add a comment. by Zhongxing Xu · 16 years ago
  73. d1abf67 Implement throw d, where d is a class type that requires copy by Mike Stump · 16 years ago
  74. e44201a Don't build an explicit conversion to a reference type by Douglas Gregor · 16 years ago
  75. e36c9ab Handle throw d, where d is a class type but only has a trivial copy by Mike Stump · 16 years ago
  76. 3b57dc0 It's unnecessary to check for unknown at this point. by Zhongxing Xu · 16 years ago
  77. 31db76c Driver: Add parsing for TargetOptions to CompilerInvocation::CreateFromArgs. by Daniel Dunbar · 16 years ago
  78. 6ac78bf Ignore -Wstrict-overflow={3,4,5} for now. by Daniel Dunbar · 16 years ago
  79. 7f50c17 Really fix test case. by Ted Kremenek · 16 years ago
  80. 5bff70b Fix test case. by Ted Kremenek · 16 years ago
  81. f3c1f0e When we have a non-dependent expression such as by Douglas Gregor · 16 years ago
  82. b4eea69 Add suport for throw;. WIP. by Mike Stump · 16 years ago
  83. 23886d0 Fix rtti generation for throws. WIP. by Mike Stump · 16 years ago
  84. 7e1365a Simplify rtti building code a little. Prep for reuse for throw rtti generation. by Mike Stump · 16 years ago
  85. 71a5e28 Fix null dereference in NSAutoreleasePoolChecker when analyzing messages sent to blocks. by Ted Kremenek · 16 years ago
  86. a84b404 Fixup key function calculations. by Mike Stump · 16 years ago
  87. 73460a3 Deduce a ConstantArrayType from a value-dependent initializer list by Douglas Gregor · 16 years ago
  88. 865d447 Draw a brighter line between "unresolved" expressions, where we have done the by John McCall · 16 years ago
  89. a7cf23a Don't issue spurious diagnostic with Obj-C fast enumeration. (radar 7409165). by Fariborz Jahanian · 16 years ago
  90. e245687 Ignore build output in include/clang/Driver by Sebastian Redl · 16 years ago
  91. 1be3b3b Fix some default in the option classes, and some CompilerInvocation argification by Daniel Dunbar · 16 years ago
  92. f7b56fa Add missing dependency on TableGen. by Daniel Dunbar · 16 years ago
  93. 23a3542 Fixup address point computations. WIP. by Mike Stump · 16 years ago
  94. 027e266 Fix crash when using --analyzer-store=region when handling initializers with nested arrays/structs whose values are not explicitly specified. Fixes <rdar://problem/7403269>. by Ted Kremenek · 16 years ago
  95. 638b9c3 Remove printf statement. by Ted Kremenek · 16 years ago
  96. c05f239 Fix 80 col. violation. by Ted Kremenek · 16 years ago
  97. 27e05ed Only fetch the ASTContext object within the assertion. by Ted Kremenek · 16 years ago
  98. 6049762 Silence -Asserts warning. by Daniel Dunbar · 16 years ago
  99. a08304a Driver: Move INPUT and UNKNOWN sentinel options into the OptParser.td file. by Daniel Dunbar · 16 years ago
  100. 498429f Patch to implement new-operators with default args. Fixes pr5547. by Fariborz Jahanian · 16 years ago