1. 239cbb0 Push nested-name-specifier source location information into elaborated by Douglas Gregor · 13 years ago
  2. 4ba48c4 [analyzer] Also make sure that the parameter is coming from the current stack frame. by Argyrios Kyrtzidis · 13 years ago
  3. 25a792b [analyzer] Remove SVal::getAsVarDecl() and reason about MemRegions, not Decls. Suggestion by Ted! by Argyrios Kyrtzidis · 13 years ago
  4. 3b3e1a1 Use CharUnits for TypeAlign variable in LayoutWideBitField(). No change in by Ken Dyck · 13 years ago
  5. 2494dd0 Push nested-name-specifier source location information into by Douglas Gregor · 13 years ago
  6. 7636d88 [analyzer] Move lib/StaticAnalyzer/Checkers/ExprEngine.cpp -> lib/StaticAnalyzer/Core by Argyrios Kyrtzidis · 13 years ago
  7. 5dc989c Change the return type of GetVirtualPointersSize() to CharUnits. No change by Ken Dyck · 13 years ago
  8. ec8605f [analyzer] Rename CheckerV2 -> Checker. by Argyrios Kyrtzidis · 13 years ago
  9. d26a475 [analyzer] Remove Checker V1. by Argyrios Kyrtzidis · 13 years ago
  10. eb48bd1 [analyzer] Remove checker V1 registration and running from ExprEngine. by Argyrios Kyrtzidis · 13 years ago
  11. 9f8862a Improves the coding style in SValBuilder. This patch: by Zhanyong Wan · 13 years ago
  12. 640519e Fix some regressions in the GCC testsuite due to bad souce-location by Douglas Gregor · 13 years ago
  13. 2cb4222 -fwrapv should turn off the inbounds markers from geps used for pointer by Chris Lattner · 13 years ago
  14. 5f791bb Refactor the construction of nested-name-specifiers with by Douglas Gregor · 13 years ago
  15. 035ff0c Don't warn about "clang -use-gold-plugin -c ...". With this users can say by Rafael Espindola · 13 years ago
  16. e29425b Teach Sema::CheckTypenameType to use nested-name-specifiers with by Douglas Gregor · 13 years ago
  17. 5c5b587 Use single code path to handle c++ structs and classes while generating debug info. by Devang Patel · 13 years ago
  18. c367a87 [analyzer] Remove unused checker stuff from AnalysisConsumer and some unused headers. by Argyrios Kyrtzidis · 13 years ago
  19. 40d96a6 Push nested-name-specifier location information into DeclRefExpr and by Douglas Gregor · 13 years ago
  20. bf1f826 Revert r126678. by Fariborz Jahanian · 13 years ago
  21. 4c9be89 Push nested-name-specifier source location information into by Douglas Gregor · 13 years ago
  22. 3d04a0e objc IRGen for Next runtime message API. by Fariborz Jahanian · 13 years ago
  23. c4d2c90 [analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misnomer award. by Argyrios Kyrtzidis · 13 years ago
  24. 872b8d1 Move test/SemaObjC/method-arg-decay.m -> test/Analysis/method-arg-decay.m by Argyrios Kyrtzidis · 13 years ago
  25. d655ab2 [analyzer] Run the ExprEngine depending on the CheckerManager having path-sensitive checkers. by Argyrios Kyrtzidis · 13 years ago
  26. 344500e [analyzer] The current UninitializedValuesChecker will go away, remove '-warn-uninit-values'. by Argyrios Kyrtzidis · 13 years ago
  27. fdad992 Kill 18 month old #if 0'd code in StmtXML.cpp by Peter Collingbourne · 13 years ago
  28. a07992b Remove redundant friend declaration by Douglas Gregor · 13 years ago
  29. 7c3179c Push nested-name-specifier source location information into by Douglas Gregor · 13 years ago
  30. b3d74da [analyzer] Migrate NSErrorChecker and DereferenceChecker to CheckerV2. by Argyrios Kyrtzidis · 13 years ago
  31. deb6447 [analyzer] Introduce "event" mechanism in CheckerManager. by Argyrios Kyrtzidis · 13 years ago
  32. b742dfd [analyzer] Run AST checkers for ObjCMethodDecls. by Argyrios Kyrtzidis · 13 years ago
  33. a88f09f Eliminate the last remains of TemplateSpecializationTypes with by Douglas Gregor · 13 years ago
  34. e6533ff Make -fobjc-nonfragile-abi and -fgnu-runtime imply -fblocks (unless -fno-blocks is specified), because this combination of flags defines an Objective-C runtime that includes a blocks runtime. by David Chisnall · 13 years ago
  35. b166e4a Unbreak CMake build by Douglas Gregor · 13 years ago
  36. c304d90 From Vassil Vassilev: by Axel Naumann · 13 years ago
  37. ef34d77 test: Add the feature "shell". Frontend/dependency-gen.c would be executable with shell. by NAKAMURA Takumi · 13 years ago
  38. b154063 Add a test case that would have caught the bug fixed in r126640. by Chandler Carruth · 13 years ago
  39. 43f220f Fix a tiny goof in the Driver's logic which caused the explicit presence by Chandler Carruth · 13 years ago
  40. 3f06e27 Make skipping of vardecls more precise: it's ok to skip a decl if the entire by Chris Lattner · 13 years ago
  41. 9467110 make switch constant folding a bit stronger, handling a missed case. by Chris Lattner · 13 years ago
  42. c480ac8 [PR9321] "make install" does not need install c-index-test. It is used for testing. by NAKAMURA Takumi · 13 years ago
  43. 0e836b1 CMake: [PR9321] Don't install include/clang/**/*.td. by NAKAMURA Takumi · 13 years ago
  44. 8402155 Rename tok::eom to tok::eod. by Peter Collingbourne · 13 years ago
  45. 15348ae Add a -fcxx-exceptions flag to the frontend, which can be used to enable by Anders Carlsson · 13 years ago
  46. 3b368dd Fix CMake build. by Anders Carlsson · 13 years ago
  47. f079b73 Retry r126357. Use CharUnits for the Size and DataSize calculations when by Ken Dyck · 13 years ago
  48. d3bf3c0 [analyzer] Introduce SVal::getAsVarDecl(). by Argyrios Kyrtzidis · 13 years ago
  49. d84f422 [analzyer] Migrate CallAndMessageChecker to CheckerV2. by Argyrios Kyrtzidis · 13 years ago
  50. 2b3ca9c [analyzer] ExprEngine should not depend on checkers for not crashing. by Argyrios Kyrtzidis · 13 years ago
  51. 139ca96 [analyzer] Migrate AdjustedReturnValueChecker to CheckerV2. by Argyrios Kyrtzidis · 13 years ago
  52. bd90076 [analyzer] Migrate AttrNonNullChecker to CheckerV2. by Argyrios Kyrtzidis · 13 years ago
  53. 73c498a [analyzer] ExprEngine should not depend on checkers for not crashing. by Argyrios Kyrtzidis · 13 years ago
  54. 3ce2b48 [analyzer] Migrate VLASizeChecker to CheckerV2. by Argyrios Kyrtzidis · 13 years ago
  55. 919c9b9 [analyzer] Migrate DivZeroChecker to CheckerV2. by Argyrios Kyrtzidis · 13 years ago
  56. 7f649d7 [analyzer] Migrate ReturnUndefChecker to CheckerV2. by Argyrios Kyrtzidis · 13 years ago
  57. eb290ca [analyzer] Migrate UndefinedArraySubscriptChecker to CheckerV2. by Argyrios Kyrtzidis · 13 years ago
  58. 267aa5c [analyzer] Migrate UndefinedAssignmentChecker to CheckerV2. by Argyrios Kyrtzidis · 13 years ago
  59. cc05d51 [analyzer] Migrate UndefBranchChecker to CheckerV2. by Argyrios Kyrtzidis · 13 years ago
  60. 265c674 [analyzer] Migrate UndefCapturedBlockVarChecker to CheckerV2. by Argyrios Kyrtzidis · 13 years ago
  61. 180e03f [analyzer] Migrate UndefResultChecker to CheckerV2. by Argyrios Kyrtzidis · 13 years ago
  62. 3267d95 [analyzer] Migrate NoReturnFunctionChecker to CheckerV2. by Argyrios Kyrtzidis · 13 years ago
  63. a676d50 [analyzer] Move the DeadStores checker out of the 'core' package. by Argyrios Kyrtzidis · 13 years ago
  64. 1034870 [analyzer] Migrate BuiltinFunctionChecker to CheckerV2. by Argyrios Kyrtzidis · 13 years ago
  65. f029366 [analyzer] Migrate OSAtomicChecker to CheckerV2. by Argyrios Kyrtzidis · 13 years ago
  66. 0535701 [analyzer] Migrate ArrayBoundCheckerV2 to CheckerV2. by Argyrios Kyrtzidis · 13 years ago
  67. 58f2e7c [analyzer] Turn -analyzer-stats into -analyzer-checker=debug.Stats by Argyrios Kyrtzidis · 13 years ago
  68. 6dd4dff [analyzer] Remove '-analyzer-experimental-checks' flag. by Argyrios Kyrtzidis · 13 years ago
  69. 312dbec [analyzer] Migrate MallocChecker to CheckerV2. by Argyrios Kyrtzidis · 13 years ago
  70. 3fe71f4 [analyzer] Have CheckerManager::registerChecker return a pointer to the checker object and by Argyrios Kyrtzidis · 13 years ago
  71. 035287d remove a bogus assertion, add a comment. by Chris Lattner · 13 years ago
  72. 3858938 make switch condition constant folding much more aggressive, handling by Chris Lattner · 13 years ago
  73. 525544d Factor code out into a helper function, shouldUseExceptionTablesForObjCExceptions. by Anders Carlsson · 13 years ago
  74. 2bef7f5 fix my containsBreak predicate. by Chris Lattner · 13 years ago
  75. abea951 Add -fcxx-exceptions to all tests that use C++ exceptions. by Anders Carlsson · 13 years ago
  76. 7a17851 Get rid of the areExceptionsEnabled() getter from LangOptions. by Anders Carlsson · 13 years ago
  77. fda0f1f First tiny step to implementing PR9322: build infrastructure for only emitting the by Chris Lattner · 13 years ago
  78. ef425a6 Add some helper methods that will be used in my next patch. by Chris Lattner · 13 years ago
  79. c4002c7 tidy up by Chris Lattner · 13 years ago
  80. 702e547 add a const version of this accessor. by Chris Lattner · 13 years ago
  81. aa2187d When we encounter a dependent template name within a by Douglas Gregor · 13 years ago
  82. c2c9001 Change the interface to ConstantFoldsToSimpleInteger to not encode by Chris Lattner · 13 years ago
  83. a02411e Eliminate a silly little Parse/Sema dance when parsing typename by Douglas Gregor · 13 years ago
  84. 77d2c5f Fix an obvious typo. by Benjamin Kramer · 13 years ago
  85. be7025e CMake: updated list of installable header files. PR9321. by Oscar Fuentes · 13 years ago
  86. 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
  87. b59c79f cc1: Fix stats printing by default when using -mllvm -stats. by Daniel Dunbar · 13 years ago
  88. 4171766 Implement delegating constructors partially. by Sean Hunt · 13 years ago
  89. 448d2cd Don't assume that whoever is asking for a message send is going by John McCall · 13 years ago
  90. a1bcc4d Zero-initialize the struct-return slot of an Objective-C message by John McCall · 13 years ago
  91. 92ee7ca A much-delayed response to Ken Dyck's review: make this somewhat more by John McCall · 13 years ago
  92. 3b332ab Don't crash during constant-evaluation of 1/(1/0). PR9262. by John McCall · 13 years ago
  93. bc7fbf0 Pretty up the emission of field l-values and use volatile and TBAA when by John McCall · 13 years ago
  94. 8e10f3b Provide a bit saying that a builtin undergoes custom type-checking, then by John McCall · 13 years ago
  95. dff3f01 Fix objc rewriting bug casting to qualified objective-c pointetr. by Fariborz Jahanian · 13 years ago
  96. baac58d Fix a rewriter bug involving call to property's block. // rdar://9055596 by Fariborz Jahanian · 13 years ago
  97. bfdfb5a ASTStmtReader is already a friend of DependentScopeDeclRefExpr, and GCC by Matt Beaumont-Gay · 13 years ago
  98. b8d545c Update test cases. by Ted Kremenek · 13 years ago
  99. f5d2ef4 Tidy up help text in Checkers.td, and rename StackAddrLeakChecker to StackAddrEscapeChecker. by Ted Kremenek · 13 years ago
  100. ba90e8a Enhance scan-build to print out available analyses using new checker registration model. by Ted Kremenek · 13 years ago