1. 7a17851 Get rid of the areExceptionsEnabled() getter from LangOptions. by Anders Carlsson · 13 years ago
  2. fda0f1f First tiny step to implementing PR9322: build infrastructure for only emitting the by Chris Lattner · 13 years ago
  3. ef425a6 Add some helper methods that will be used in my next patch. by Chris Lattner · 13 years ago
  4. c4002c7 tidy up by Chris Lattner · 13 years ago
  5. 702e547 add a const version of this accessor. by Chris Lattner · 13 years ago
  6. aa2187d When we encounter a dependent template name within a by Douglas Gregor · 13 years ago
  7. c2c9001 Change the interface to ConstantFoldsToSimpleInteger to not encode by Chris Lattner · 13 years ago
  8. a02411e Eliminate a silly little Parse/Sema dance when parsing typename by Douglas Gregor · 13 years ago
  9. 77d2c5f Fix an obvious typo. by Benjamin Kramer · 13 years ago
  10. be7025e CMake: updated list of installable header files. PR9321. by Oscar Fuentes · 13 years ago
  11. 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
  12. b59c79f cc1: Fix stats printing by default when using -mllvm -stats. by Daniel Dunbar · 13 years ago
  13. 4171766 Implement delegating constructors partially. by Sean Hunt · 13 years ago
  14. 448d2cd Don't assume that whoever is asking for a message send is going by John McCall · 13 years ago
  15. a1bcc4d Zero-initialize the struct-return slot of an Objective-C message by John McCall · 13 years ago
  16. 92ee7ca A much-delayed response to Ken Dyck's review: make this somewhat more by John McCall · 13 years ago
  17. 3b332ab Don't crash during constant-evaluation of 1/(1/0). PR9262. by John McCall · 13 years ago
  18. bc7fbf0 Pretty up the emission of field l-values and use volatile and TBAA when by John McCall · 13 years ago
  19. 8e10f3b Provide a bit saying that a builtin undergoes custom type-checking, then by John McCall · 13 years ago
  20. dff3f01 Fix objc rewriting bug casting to qualified objective-c pointetr. by Fariborz Jahanian · 13 years ago
  21. baac58d Fix a rewriter bug involving call to property's block. // rdar://9055596 by Fariborz Jahanian · 13 years ago
  22. bfdfb5a ASTStmtReader is already a friend of DependentScopeDeclRefExpr, and GCC by Matt Beaumont-Gay · 13 years ago
  23. b8d545c Update test cases. by Ted Kremenek · 13 years ago
  24. f5d2ef4 Tidy up help text in Checkers.td, and rename StackAddrLeakChecker to StackAddrEscapeChecker. by Ted Kremenek · 13 years ago
  25. ba90e8a Enhance scan-build to print out available analyses using new checker registration model. by Ted Kremenek · 13 years ago
  26. 34f9e29 Driver: Attmpt to fix some possibly UB that MSVC doesn't care for. by Daniel Dunbar · 13 years ago
  27. 5e24f2a Sprinkle optional text of the "unavailable' attribute by Fariborz Jahanian · 13 years ago
  28. 00cf3cc Push nested-name-specifier source location information into by Douglas Gregor · 13 years ago
  29. 774e2b4 Clean up some gross code in the printer here. No more string stream by Chandler Carruth · 13 years ago
  30. 25ca421 Remove the FIXME I introduced last night, and pull the logic for by Chandler Carruth · 13 years ago
  31. 8435bf9 CMake: add version information into the clang executable and libclang by Douglas Gregor · 13 years ago
  32. 09f3462 s/clang-cc1/clang_cc1 by Matt Beaumont-Gay · 13 years ago
  33. 2b982b7 Print optional message for attr(unavailable) in C++ mode. // rdar://9046492 by Fariborz Jahanian · 13 years ago
  34. f3db29f Push nested-name-specifier source-location information into by Douglas Gregor · 13 years ago
  35. e293d30 Teach objc-rewriter to pass -fobjc-exceptions along. by Fariborz Jahanian · 13 years ago
  36. 0cfaf6a Push nested-name-specifier source location information into namespace aliases. by Douglas Gregor · 13 years ago
  37. b17cb9e Make sure to give CXXScopeSpec::SetInvalid() a valid source by Douglas Gregor · 13 years ago
  38. db99241 Push nested-name-specifier source location information into using directives. by Douglas Gregor · 13 years ago
  39. a8eef31 Direct testing of source-location information on using declarations, via libclang by Douglas Gregor · 13 years ago
  40. 7e38494 Switch a few CXXScopeSpec::MakeTrivial() calls over to appropriate by Douglas Gregor · 13 years ago
  41. 5149f37 Maintain nested-name-specifier source-location information through by Douglas Gregor · 13 years ago
  42. 0289b66 Rename test/Sema/expr-comma-c89.c to expr-comma-c99.c. Spotted by by Peter Collingbourne · 13 years ago
  43. 3002823 Rough fix for PR9323 that prevents Clang from marking copy constructor by Chandler Carruth · 13 years ago
  44. 79ac241 Give this warning a flag that can be used to turn it off in old, crufty, by Chandler Carruth · 13 years ago
  45. 3fd345a Add support for ArchLinux, patch by Kevin Winchester. by Chandler Carruth · 13 years ago
  46. 2d9f5fa Formatting, etc. by John McCall · 13 years ago
  47. 27f8d70 Tame an assert; the scope depth of a jump destination does not by John McCall · 13 years ago
  48. c22b5ff Use NestedNameSpecifierLoc within out-of-line variables, function, and by Douglas Gregor · 13 years ago
  49. 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
  50. 9e63d4a Nth time's a charm? by Douglas Gregor · 13 years ago
  51. 02bba19 CMake target check.deps only exists when LLVM_INCLUDE_TESTS by Douglas Gregor · 13 years ago
  52. dc35571 Update UsingDecl, UnresolvedUsingTypenameDecl, and by Douglas Gregor · 13 years ago
  53. 670d6ed LLVM_INCLUDE_TESTS applies to unit tests, not the normal Clang tests by Douglas Gregor · 13 years ago
  54. fd68157 Don't include Clang's unit tests if LLVM's unit tests aren't being built by Douglas Gregor · 13 years ago
  55. 116f364 Intoduce '-analyzer-checker-help' flag which outputs a list of all available static analyzer checkers. by Argyrios Kyrtzidis · 13 years ago
  56. 10aad44 Fix the rest of PR9316 along with some other bugs spotted by inspection. by Chandler Carruth · 13 years ago
  57. 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
  58. 65d3925 [analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't have any checkers associated with it anymore. by Argyrios Kyrtzidis · 13 years ago
  59. 08099ad [analyzer] Allow a checker to be hidden even if its package is hidden & enabled. by Argyrios Kyrtzidis · 13 years ago
  60. 0d6b0c0 [analyzer] Migrate CastSizeChecker to CheckerV2. by Argyrios Kyrtzidis · 13 years ago
  61. 42f1e65 Fix a rewrite bug. // rdar://9039342 by Fariborz Jahanian · 13 years ago
  62. bab380c Use private linkage to avoid symbol conflicts in corner cases like the one by Rafael Espindola · 13 years ago
  63. 094b643 Likely fix for PR9316 and other unknown bugs: don't use the anonynmous by Chandler Carruth · 13 years ago
  64. c34348a Retain complete source-location information for C++ by Douglas Gregor · 13 years ago
  65. 5fa05cb Simplify messages as requested by Chris. by Chandler Carruth · 13 years ago
  66. f8291a1 From Vassil Vassilev: by Axel Naumann · 13 years ago
  67. 6b46cd9 Revert "Use CharUnits values for Size and DataSize outside of the bitfield by Daniel Dunbar · 13 years ago
  68. 38c8fe7 Allow passing a list of comma separated checker names to -analyzer-checker, e.g: by Argyrios Kyrtzidis · 13 years ago
  69. 8be5b3a [analyzer] Migrate ArrayBoundChecker to CheckerV2. by Argyrios Kyrtzidis · 13 years ago
  70. 9c0d689 [analyzer] Don't pass a GRState to CheckerManager::runCheckersForLocation, terrible mistake. by Argyrios Kyrtzidis · 13 years ago
  71. 6935579 [analyzer] Migrate ReturnPointerRangeChecker to CheckerV2. by Argyrios Kyrtzidis · 13 years ago
  72. 1d6ab7a compute the integer width, not the memory width here. We want to know that by Chris Lattner · 13 years ago
  73. d7f758c Reimplement DefineTypeSize in terms of APInt. This eliminates some by Chris Lattner · 13 years ago
  74. 951bbb2 rework processing of unavailable and deprecated attributes to avoid by Chris Lattner · 13 years ago
  75. 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
  76. 7acf454 Tweak this test a bit further to make it easier on grep. Who knows what by Chandler Carruth · 13 years ago
  77. fa0b48f Test case for previous commit by Douglas Gregor · 13 years ago
  78. 14aba76 Teach NestedNameSpecifier to keep track of namespace aliases the same by Douglas Gregor · 13 years ago
  79. 8102fae Use CharUnits values for Size and DataSize outside of the bitfield layout by Ken Dyck · 13 years ago
  80. 9911344 Use Context.getCharWidth() in place of literal '8's in assertions. by Ken Dyck · 13 years ago
  81. a0c21c4 Make the Size and DataSize members more CharUnits-friendly by wrapping them by Ken Dyck · 13 years ago
  82. 64be137 [analyzer] Remove unused functions from CheckerManager. by Argyrios Kyrtzidis · 13 years ago
  83. 699bbf9 [analyzer] Migrate StreamChecker to CheckerV2. by Argyrios Kyrtzidis · 13 years ago
  84. 183ff98 [analyzer] Migrate CStringChecker to CheckerV2. by Argyrios Kyrtzidis · 13 years ago
  85. 9ddba32 Tweak the CXXScopeSpec API a bit, so that we require the by Douglas Gregor · 13 years ago
  86. 2e4c34a Teach CXXScopeSpec to handle the extension of a nested-name-specifier by Douglas Gregor · 13 years ago
  87. 6c3c3f5 Handle value dependent LHS as well as RHS. Test both of these, they by Chandler Carruth · 13 years ago
  88. 06efbd9 Clean up the CMake test execution by nuking this directory before we try by Chandler Carruth · 13 years ago
  89. 21206d5 Implement a warning for known shift overflows on constant shift by Chandler Carruth · 13 years ago
  90. 9e060ca Fix bogus -Warray-bounds warning involving 'array[true]' reported in PR 9296. by Ted Kremenek · 13 years ago
  91. 277a6e7 Preserve what the user passed to -include when emitting .d files. Fixes PR8974! by Nick Lewycky · 13 years ago
  92. af5800a [analyzer] Migrate StackAddrLeakChecker to CheckerV2. by Argyrios Kyrtzidis · 13 years ago
  93. f178ac8 [analyzer] Refactor EndOfFunctionNodeBuilder. by Argyrios Kyrtzidis · 13 years ago
  94. ecc4d33 [analyzer] Migrate IdempotentOperationChecker to CheckerV2. by Argyrios Kyrtzidis · 13 years ago
  95. 354a3c3 fix typo in *all* of the test cases by Matt Beaumont-Gay · 13 years ago
  96. f565f11 fix typo in test too by Matt Beaumont-Gay · 13 years ago
  97. cd50e13 [analyzer] const goodness. by Argyrios Kyrtzidis · 13 years ago
  98. c2e0db8 [analyzer] Rename runPathSensitiveCheckers -> expandGraphWithCheckers. by Argyrios Kyrtzidis · 13 years ago
  99. e1bfb7a [analyzer] Migrate ChrootChecker to CheckerV2. by Argyrios Kyrtzidis · 13 years ago
  100. 2ea40c0 fix typo by Matt Beaumont-Gay · 13 years ago