1. 406f98f When we're substituting into a parameter-type-list nested inside the pattern by Douglas Gregor · 14 years ago
  2. 85f3d76 Move some of the logic about classifying Objective-C methods into by John McCall · 14 years ago
  3. fa0b409 PR9350: increment/decrement of char (and anything else narrower than int) by Eli Friedman · 14 years ago
  4. db04e2e build: Allow disabling movt/movw from build, for testing purposes. by Daniel Dunbar · 14 years ago
  5. 059101f Push nested-name-specifier source-location information into dependent by Douglas Gregor · 14 years ago
  6. e71f3d5 Teach CFGBuilder to prune trivially unreachable case statements. by Ted Kremenek · 14 years ago
  7. 8a04585 Encode argument numbering in debug info so that code generator can emit them in order. by Devang Patel · 14 years ago
  8. 86643b8 Since getDriver().getInstalledDir() returns a const char *, don't try to by Benjamin Kramer · 14 years ago
  9. fb7cb35 Don't warn about unused values in ternary ?: expressions unless both the LHS and RHS are "unused" (side-effect free). by Ted Kremenek · 14 years ago
  10. 94fdffa Push nested-name-specifier source-location information into dependent by Douglas Gregor · 14 years ago
  11. 438d7f0 Kill off more names to fix this test by Douglas Gregor · 14 years ago
  12. ef165c9 Revert 123553, as sys::fs::unique_file is not finished yet. by Dan Gohman · 14 years ago
  13. 425a31e Don't warning about shifting by too many bits in dead code. by Ted Kremenek · 14 years ago
  14. d25f485 Fix the test. by Roman Divacky · 14 years ago
  15. bbe8e3e Driver/Darwin: Be bug compatible with GCC and ignore -pg on ARM. by Daniel Dunbar · 14 years ago
  16. 3aea4da For C++, enhance -Warray-bounds to recursively analyze array subscript accesses in ?: expressions. by Ted Kremenek · 14 years ago
  17. 9e87687 Reinstate the introduction of source-location information for by Douglas Gregor · 14 years ago
  18. 451f8ca The default CPU on FreeBSD for i386 should be i486, not pentium4. by Roman Divacky · 14 years ago
  19. 082bf7a Don't wanr about "negative shifts" in code that is unreachable. Fixes PR 5544. by Ted Kremenek · 14 years ago
  20. 6307660 On FreeBSD, make sure /usr/local/include is *not* in the default include by Roman Divacky · 14 years ago
  21. 20f1462 On FreeBSD, we don't want 'getDriver().Dir + "/../lib"' added to the by Roman Divacky · 14 years ago
  22. 58e5ac9 For linking on FreeBSD, don't add a hardcoded "-L/usr/lib", but by Roman Divacky · 14 years ago
  23. cfe9af2 Implement -mrtd which sets the StdCall calling convention to be the default one. by Roman Divacky · 14 years ago
  24. 1c51b1c Add missing options. by Roman Divacky · 14 years ago
  25. c0ddef2 objc IRGen for Next runtime message API. by Fariborz Jahanian · 14 years ago
  26. 2786864 Revert r126748, my second attempt at nested-name-specifier source by Douglas Gregor · 14 years ago
  27. 90566c0 Implement comparison of C++0x scoped enumeration types. Fixes PR9333. by Douglas Gregor · 14 years ago
  28. fff9513 When digging into a cv-qualified return type that is a pointer type to by Douglas Gregor · 14 years ago
  29. ef24c4b When building a type for a typename specifier, check specifically for by Douglas Gregor · 14 years ago
  30. be38c5f Reinstate r126737, extending the generation of type-source location by Douglas Gregor · 14 years ago
  31. 44cd9f9 Revert r126737, the most recent nested-name-specifier location change, for buildbot breakage. by Douglas Gregor · 14 years ago
  32. 9c094fb Disable more warnings so that it is safe to use by Rafael Espindola · 14 years ago
  33. e34e3f1 Move the bool-conversions behind the DiagRuntimeBehavior logic. It's by Chandler Carruth · 14 years ago
  34. 3c0349e In preparation for fixing PR 6884, rework CFGElement to have getAs<> return pointers instead of fresh CFGElements. by Ted Kremenek · 14 years ago
  35. 239cbb0 Push nested-name-specifier source location information into elaborated by Douglas Gregor · 14 years ago
  36. 4ba48c4 [analyzer] Also make sure that the parameter is coming from the current stack frame. by Argyrios Kyrtzidis · 14 years ago
  37. 25a792b [analyzer] Remove SVal::getAsVarDecl() and reason about MemRegions, not Decls. Suggestion by Ted! by Argyrios Kyrtzidis · 14 years ago
  38. 3b3e1a1 Use CharUnits for TypeAlign variable in LayoutWideBitField(). No change in by Ken Dyck · 14 years ago
  39. 2494dd0 Push nested-name-specifier source location information into by Douglas Gregor · 14 years ago
  40. 7636d88 [analyzer] Move lib/StaticAnalyzer/Checkers/ExprEngine.cpp -> lib/StaticAnalyzer/Core by Argyrios Kyrtzidis · 14 years ago
  41. 5dc989c Change the return type of GetVirtualPointersSize() to CharUnits. No change by Ken Dyck · 14 years ago
  42. ec8605f [analyzer] Rename CheckerV2 -> Checker. by Argyrios Kyrtzidis · 14 years ago
  43. d26a475 [analyzer] Remove Checker V1. by Argyrios Kyrtzidis · 14 years ago
  44. eb48bd1 [analyzer] Remove checker V1 registration and running from ExprEngine. by Argyrios Kyrtzidis · 14 years ago
  45. 9f8862a Improves the coding style in SValBuilder. This patch: by Zhanyong Wan · 14 years ago
  46. 640519e Fix some regressions in the GCC testsuite due to bad souce-location by Douglas Gregor · 14 years ago
  47. 2cb4222 -fwrapv should turn off the inbounds markers from geps used for pointer by Chris Lattner · 14 years ago
  48. 5f791bb Refactor the construction of nested-name-specifiers with by Douglas Gregor · 14 years ago
  49. 035ff0c Don't warn about "clang -use-gold-plugin -c ...". With this users can say by Rafael Espindola · 14 years ago
  50. e29425b Teach Sema::CheckTypenameType to use nested-name-specifiers with by Douglas Gregor · 14 years ago
  51. 5c5b587 Use single code path to handle c++ structs and classes while generating debug info. by Devang Patel · 14 years ago
  52. c367a87 [analyzer] Remove unused checker stuff from AnalysisConsumer and some unused headers. by Argyrios Kyrtzidis · 14 years ago
  53. 40d96a6 Push nested-name-specifier location information into DeclRefExpr and by Douglas Gregor · 14 years ago
  54. bf1f826 Revert r126678. by Fariborz Jahanian · 14 years ago
  55. 4c9be89 Push nested-name-specifier source location information into by Douglas Gregor · 14 years ago
  56. 3d04a0e objc IRGen for Next runtime message API. by Fariborz Jahanian · 14 years ago
  57. c4d2c90 [analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misnomer award. by Argyrios Kyrtzidis · 14 years ago
  58. 872b8d1 Move test/SemaObjC/method-arg-decay.m -> test/Analysis/method-arg-decay.m by Argyrios Kyrtzidis · 14 years ago
  59. d655ab2 [analyzer] Run the ExprEngine depending on the CheckerManager having path-sensitive checkers. by Argyrios Kyrtzidis · 14 years ago
  60. 344500e [analyzer] The current UninitializedValuesChecker will go away, remove '-warn-uninit-values'. by Argyrios Kyrtzidis · 14 years ago
  61. fdad992 Kill 18 month old #if 0'd code in StmtXML.cpp by Peter Collingbourne · 14 years ago
  62. a07992b Remove redundant friend declaration by Douglas Gregor · 14 years ago
  63. 7c3179c Push nested-name-specifier source location information into by Douglas Gregor · 14 years ago
  64. b3d74da [analyzer] Migrate NSErrorChecker and DereferenceChecker to CheckerV2. by Argyrios Kyrtzidis · 14 years ago
  65. deb6447 [analyzer] Introduce "event" mechanism in CheckerManager. by Argyrios Kyrtzidis · 14 years ago
  66. b742dfd [analyzer] Run AST checkers for ObjCMethodDecls. by Argyrios Kyrtzidis · 14 years ago
  67. a88f09f Eliminate the last remains of TemplateSpecializationTypes with by Douglas Gregor · 14 years ago
  68. 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 · 14 years ago
  69. b166e4a Unbreak CMake build by Douglas Gregor · 14 years ago
  70. c304d90 From Vassil Vassilev: by Axel Naumann · 14 years ago
  71. ef34d77 test: Add the feature "shell". Frontend/dependency-gen.c would be executable with shell. by NAKAMURA Takumi · 14 years ago
  72. b154063 Add a test case that would have caught the bug fixed in r126640. by Chandler Carruth · 14 years ago
  73. 43f220f Fix a tiny goof in the Driver's logic which caused the explicit presence by Chandler Carruth · 14 years ago
  74. 3f06e27 Make skipping of vardecls more precise: it's ok to skip a decl if the entire by Chris Lattner · 14 years ago
  75. 9467110 make switch constant folding a bit stronger, handling a missed case. by Chris Lattner · 14 years ago
  76. c480ac8 [PR9321] "make install" does not need install c-index-test. It is used for testing. by NAKAMURA Takumi · 14 years ago
  77. 0e836b1 CMake: [PR9321] Don't install include/clang/**/*.td. by NAKAMURA Takumi · 14 years ago
  78. 8402155 Rename tok::eom to tok::eod. by Peter Collingbourne · 14 years ago
  79. 15348ae Add a -fcxx-exceptions flag to the frontend, which can be used to enable by Anders Carlsson · 14 years ago
  80. 3b368dd Fix CMake build. by Anders Carlsson · 14 years ago
  81. f079b73 Retry r126357. Use CharUnits for the Size and DataSize calculations when by Ken Dyck · 14 years ago
  82. d3bf3c0 [analyzer] Introduce SVal::getAsVarDecl(). by Argyrios Kyrtzidis · 14 years ago
  83. d84f422 [analzyer] Migrate CallAndMessageChecker to CheckerV2. by Argyrios Kyrtzidis · 14 years ago
  84. 2b3ca9c [analyzer] ExprEngine should not depend on checkers for not crashing. by Argyrios Kyrtzidis · 14 years ago
  85. 139ca96 [analyzer] Migrate AdjustedReturnValueChecker to CheckerV2. by Argyrios Kyrtzidis · 14 years ago
  86. bd90076 [analyzer] Migrate AttrNonNullChecker to CheckerV2. by Argyrios Kyrtzidis · 14 years ago
  87. 73c498a [analyzer] ExprEngine should not depend on checkers for not crashing. by Argyrios Kyrtzidis · 14 years ago
  88. 3ce2b48 [analyzer] Migrate VLASizeChecker to CheckerV2. by Argyrios Kyrtzidis · 14 years ago
  89. 919c9b9 [analyzer] Migrate DivZeroChecker to CheckerV2. by Argyrios Kyrtzidis · 14 years ago
  90. 7f649d7 [analyzer] Migrate ReturnUndefChecker to CheckerV2. by Argyrios Kyrtzidis · 14 years ago
  91. eb290ca [analyzer] Migrate UndefinedArraySubscriptChecker to CheckerV2. by Argyrios Kyrtzidis · 14 years ago
  92. 267aa5c [analyzer] Migrate UndefinedAssignmentChecker to CheckerV2. by Argyrios Kyrtzidis · 14 years ago
  93. cc05d51 [analyzer] Migrate UndefBranchChecker to CheckerV2. by Argyrios Kyrtzidis · 14 years ago
  94. 265c674 [analyzer] Migrate UndefCapturedBlockVarChecker to CheckerV2. by Argyrios Kyrtzidis · 14 years ago
  95. 180e03f [analyzer] Migrate UndefResultChecker to CheckerV2. by Argyrios Kyrtzidis · 14 years ago
  96. 3267d95 [analyzer] Migrate NoReturnFunctionChecker to CheckerV2. by Argyrios Kyrtzidis · 14 years ago
  97. a676d50 [analyzer] Move the DeadStores checker out of the 'core' package. by Argyrios Kyrtzidis · 14 years ago
  98. 1034870 [analyzer] Migrate BuiltinFunctionChecker to CheckerV2. by Argyrios Kyrtzidis · 14 years ago
  99. f029366 [analyzer] Migrate OSAtomicChecker to CheckerV2. by Argyrios Kyrtzidis · 14 years ago
  100. 0535701 [analyzer] Migrate ArrayBoundCheckerV2 to CheckerV2. by Argyrios Kyrtzidis · 14 years ago