1. 239cbb0 Push nested-name-specifier source location information into elaborated by Douglas Gregor · 13 years ago
  2. 2494dd0 Push nested-name-specifier source location information into by Douglas Gregor · 13 years ago
  3. 2cb4222 -fwrapv should turn off the inbounds markers from geps used for pointer by Chris Lattner · 13 years ago
  4. 40d96a6 Push nested-name-specifier location information into DeclRefExpr and by Douglas Gregor · 13 years ago
  5. bf1f826 Revert r126678. by Fariborz Jahanian · 13 years ago
  6. 4c9be89 Push nested-name-specifier source location information into by Douglas Gregor · 13 years ago
  7. 3d04a0e objc IRGen for Next runtime message API. by Fariborz Jahanian · 13 years ago
  8. c4d2c90 [analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misnomer award. by Argyrios Kyrtzidis · 13 years ago
  9. 872b8d1 Move test/SemaObjC/method-arg-decay.m -> test/Analysis/method-arg-decay.m by Argyrios Kyrtzidis · 13 years ago
  10. d655ab2 [analyzer] Run the ExprEngine depending on the CheckerManager having path-sensitive checkers. by Argyrios Kyrtzidis · 13 years ago
  11. 344500e [analyzer] The current UninitializedValuesChecker will go away, remove '-warn-uninit-values'. by Argyrios Kyrtzidis · 13 years ago
  12. 7c3179c Push nested-name-specifier source location information into by Douglas Gregor · 13 years ago
  13. b3d74da [analyzer] Migrate NSErrorChecker and DereferenceChecker to CheckerV2. by Argyrios Kyrtzidis · 13 years ago
  14. ef34d77 test: Add the feature "shell". Frontend/dependency-gen.c would be executable with shell. by NAKAMURA Takumi · 13 years ago
  15. b154063 Add a test case that would have caught the bug fixed in r126640. by Chandler Carruth · 13 years ago
  16. 3f06e27 Make skipping of vardecls more precise: it's ok to skip a decl if the entire by Chris Lattner · 13 years ago
  17. 9467110 make switch constant folding a bit stronger, handling a missed case. by Chris Lattner · 13 years ago
  18. 8402155 Rename tok::eom to tok::eod. by Peter Collingbourne · 13 years ago
  19. f079b73 Retry r126357. Use CharUnits for the Size and DataSize calculations when by Ken Dyck · 13 years ago
  20. d84f422 [analzyer] Migrate CallAndMessageChecker to CheckerV2. by Argyrios Kyrtzidis · 13 years ago
  21. bd90076 [analyzer] Migrate AttrNonNullChecker to CheckerV2. by Argyrios Kyrtzidis · 13 years ago
  22. 7f649d7 [analyzer] Migrate ReturnUndefChecker to CheckerV2. by Argyrios Kyrtzidis · 13 years ago
  23. 267aa5c [analyzer] Migrate UndefinedAssignmentChecker to CheckerV2. by Argyrios Kyrtzidis · 13 years ago
  24. cc05d51 [analyzer] Migrate UndefBranchChecker to CheckerV2. by Argyrios Kyrtzidis · 13 years ago
  25. 265c674 [analyzer] Migrate UndefCapturedBlockVarChecker to CheckerV2. by Argyrios Kyrtzidis · 13 years ago
  26. 180e03f [analyzer] Migrate UndefResultChecker to CheckerV2. by Argyrios Kyrtzidis · 13 years ago
  27. 3267d95 [analyzer] Migrate NoReturnFunctionChecker to CheckerV2. by Argyrios Kyrtzidis · 13 years ago
  28. a676d50 [analyzer] Move the DeadStores checker out of the 'core' package. by Argyrios Kyrtzidis · 13 years ago
  29. 1034870 [analyzer] Migrate BuiltinFunctionChecker to CheckerV2. by Argyrios Kyrtzidis · 13 years ago
  30. f029366 [analyzer] Migrate OSAtomicChecker to CheckerV2. by Argyrios Kyrtzidis · 13 years ago
  31. 0535701 [analyzer] Migrate ArrayBoundCheckerV2 to CheckerV2. by Argyrios Kyrtzidis · 13 years ago
  32. 58f2e7c [analyzer] Turn -analyzer-stats into -analyzer-checker=debug.Stats by Argyrios Kyrtzidis · 13 years ago
  33. 6dd4dff [analyzer] Remove '-analyzer-experimental-checks' flag. by Argyrios Kyrtzidis · 13 years ago
  34. 312dbec [analyzer] Migrate MallocChecker to CheckerV2. by Argyrios Kyrtzidis · 13 years ago
  35. 035287d remove a bogus assertion, add a comment. by Chris Lattner · 13 years ago
  36. 3858938 make switch condition constant folding much more aggressive, handling by Chris Lattner · 13 years ago
  37. abea951 Add -fcxx-exceptions to all tests that use C++ exceptions. by Anders Carlsson · 13 years ago
  38. fda0f1f First tiny step to implementing PR9322: build infrastructure for only emitting the by Chris Lattner · 13 years ago
  39. cf4ff46 Fix this test case for CMake builds after r126502, which sneakily changed the actual executable name to clang-<version>. by Frits van Bommel · 13 years ago
  40. a1bcc4d Zero-initialize the struct-return slot of an Objective-C message by John McCall · 13 years ago
  41. 3b332ab Don't crash during constant-evaluation of 1/(1/0). PR9262. by John McCall · 13 years ago
  42. bc7fbf0 Pretty up the emission of field l-values and use volatile and TBAA when by John McCall · 13 years ago
  43. dff3f01 Fix objc rewriting bug casting to qualified objective-c pointetr. by Fariborz Jahanian · 13 years ago
  44. baac58d Fix a rewriter bug involving call to property's block. // rdar://9055596 by Fariborz Jahanian · 13 years ago
  45. b8d545c Update test cases. by Ted Kremenek · 13 years ago
  46. 5e24f2a Sprinkle optional text of the "unavailable' attribute by Fariborz Jahanian · 13 years ago
  47. 00cf3cc Push nested-name-specifier source location information into by Douglas Gregor · 13 years ago
  48. 09f3462 s/clang-cc1/clang_cc1 by Matt Beaumont-Gay · 13 years ago
  49. 2b982b7 Print optional message for attr(unavailable) in C++ mode. // rdar://9046492 by Fariborz Jahanian · 13 years ago
  50. f3db29f Push nested-name-specifier source-location information into by Douglas Gregor · 13 years ago
  51. e293d30 Teach objc-rewriter to pass -fobjc-exceptions along. by Fariborz Jahanian · 13 years ago
  52. 0cfaf6a Push nested-name-specifier source location information into namespace aliases. by Douglas Gregor · 13 years ago
  53. db99241 Push nested-name-specifier source location information into using directives. by Douglas Gregor · 13 years ago
  54. a8eef31 Direct testing of source-location information on using declarations, via libclang by Douglas Gregor · 13 years ago
  55. 5149f37 Maintain nested-name-specifier source-location information through by Douglas Gregor · 13 years ago
  56. 0289b66 Rename test/Sema/expr-comma-c89.c to expr-comma-c99.c. Spotted by by Peter Collingbourne · 13 years ago
  57. 3002823 Rough fix for PR9323 that prevents Clang from marking copy constructor by Chandler Carruth · 13 years ago
  58. 27f8d70 Tame an assert; the scope depth of a jump destination does not by John McCall · 13 years ago
  59. c22b5ff Use NestedNameSpecifierLoc within out-of-line variables, function, and by Douglas Gregor · 13 years ago
  60. 7decebf Teach TextDiagnosticPrinter to print out '-Werror' in addition to the warning flag for a warning mapped to an error. by Ted Kremenek · 13 years ago
  61. 9e63d4a Nth time's a charm? by Douglas Gregor · 13 years ago
  62. 02bba19 CMake target check.deps only exists when LLVM_INCLUDE_TESTS by Douglas Gregor · 13 years ago
  63. dc35571 Update UsingDecl, UnresolvedUsingTypenameDecl, and by Douglas Gregor · 13 years ago
  64. 10aad44 Fix the rest of PR9316 along with some other bugs spotted by inspection. by Chandler Carruth · 13 years ago
  65. b43e8ad Don't warn about using PredefinedExprs as format string literals. These never can be a real security issue. by Ted Kremenek · 13 years ago
  66. 65d3925 [analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't have any checkers associated with it anymore. by Argyrios Kyrtzidis · 13 years ago
  67. 0d6b0c0 [analyzer] Migrate CastSizeChecker to CheckerV2. by Argyrios Kyrtzidis · 13 years ago
  68. 42f1e65 Fix a rewrite bug. // rdar://9039342 by Fariborz Jahanian · 13 years ago
  69. bab380c Use private linkage to avoid symbol conflicts in corner cases like the one by Rafael Espindola · 13 years ago
  70. 094b643 Likely fix for PR9316 and other unknown bugs: don't use the anonynmous by Chandler Carruth · 13 years ago
  71. 5fa05cb Simplify messages as requested by Chris. by Chandler Carruth · 13 years ago
  72. 38c8fe7 Allow passing a list of comma separated checker names to -analyzer-checker, e.g: by Argyrios Kyrtzidis · 13 years ago
  73. 8be5b3a [analyzer] Migrate ArrayBoundChecker to CheckerV2. by Argyrios Kyrtzidis · 13 years ago
  74. 6935579 [analyzer] Migrate ReturnPointerRangeChecker to CheckerV2. by Argyrios Kyrtzidis · 13 years ago
  75. 1d6ab7a compute the integer width, not the memory width here. We want to know that by Chris Lattner · 13 years ago
  76. f226d18 Fix tiny error in CFG construction for BinaryConditionalOperators, making sure the branch always has two successors. Also teach Environment::getSVal() about OpaqueValueExprs. by Ted Kremenek · 13 years ago
  77. 7acf454 Tweak this test a bit further to make it easier on grep. Who knows what by Chandler Carruth · 13 years ago
  78. fa0b48f Test case for previous commit by Douglas Gregor · 13 years ago
  79. 6c3c3f5 Handle value dependent LHS as well as RHS. Test both of these, they by Chandler Carruth · 13 years ago
  80. 06efbd9 Clean up the CMake test execution by nuking this directory before we try by Chandler Carruth · 13 years ago
  81. 21206d5 Implement a warning for known shift overflows on constant shift by Chandler Carruth · 13 years ago
  82. 9e060ca Fix bogus -Warray-bounds warning involving 'array[true]' reported in PR 9296. by Ted Kremenek · 13 years ago
  83. 277a6e7 Preserve what the user passed to -include when emitting .d files. Fixes PR8974! by Nick Lewycky · 13 years ago
  84. 354a3c3 fix typo in *all* of the test cases by Matt Beaumont-Gay · 13 years ago
  85. f565f11 fix typo in test too by Matt Beaumont-Gay · 13 years ago
  86. d067c07 Fix the behavior of -Wignored-qualifiers on return type qualifiers in by Chandler Carruth · 13 years ago
  87. 378d2a1 CMake: Don't use ${CMAKE_CFG_INTDIR} for installed llvm-lit on Visual Studio. by NAKAMURA Takumi · 13 years ago
  88. c56c004 Teach CFGBuilder about null pointer constants in conditionals, and how they can be used to prune branches. Fixes false null pointer dereference warning in PR 8183. by Ted Kremenek · 13 years ago
  89. 377e215 Add test case (from PR 8876) for suppressing 'indirection of non-volatile null pointer...' warning due to reachability analysis. by Ted Kremenek · 13 years ago
  90. 0423fc6 Sema: diagnose kernel calls to non-global functions by Peter Collingbourne · 13 years ago
  91. 3bcc2be Add test case for PR 9284, a false positive for -Warray-bounds that is now addressed using basic reachability analysis. by Ted Kremenek · 13 years ago
  92. 351ba91 Enhance Sema::DiagRuntimeBehavior() to delay some diagnostics to see if the related code is reachable. This suppresses some by Ted Kremenek · 13 years ago
  93. 406c38e Fix PR9276: We were missing the checks for auto deducing to different types in the same declaration group in the template instantiation case. by Richard Smith · 13 years ago
  94. 55edca9 Better parser recovery when method is by Fariborz Jahanian · 13 years ago
  95. 65b34d7 Clean up the error recovery at the bottom of Sema::LookupMemberExpr. This by Matt Beaumont-Gay · 13 years ago
  96. 7019186 When checking for abstract types, don't crash when we have a by Douglas Gregor · 13 years ago
  97. 12e3ece Provide Fixit warning when 'auto' is intended as storage by Fariborz Jahanian · 13 years ago
  98. 1756ce4 We need a longer long when testing this pathe Microsoft fixed-underlying-type extension for enumeration types by Douglas Gregor · 13 years ago
  99. 3ee36af A constructor call should force class's debug info even if -flimit-debug-info is enabled. by Devang Patel · 13 years ago
  100. 86f208c Enable enumeration types with a fixed underlying type, e.g., by Douglas Gregor · 13 years ago