1. a1bcc4d Zero-initialize the struct-return slot of an Objective-C message by John McCall · 14 years ago
  2. 3b332ab Don't crash during constant-evaluation of 1/(1/0). PR9262. by John McCall · 14 years ago
  3. bc7fbf0 Pretty up the emission of field l-values and use volatile and TBAA when by John McCall · 14 years ago
  4. dff3f01 Fix objc rewriting bug casting to qualified objective-c pointetr. by Fariborz Jahanian · 14 years ago
  5. baac58d Fix a rewriter bug involving call to property's block. // rdar://9055596 by Fariborz Jahanian · 14 years ago
  6. b8d545c Update test cases. by Ted Kremenek · 14 years ago
  7. 5e24f2a Sprinkle optional text of the "unavailable' attribute by Fariborz Jahanian · 14 years ago
  8. 00cf3cc Push nested-name-specifier source location information into by Douglas Gregor · 14 years ago
  9. 09f3462 s/clang-cc1/clang_cc1 by Matt Beaumont-Gay · 14 years ago
  10. 2b982b7 Print optional message for attr(unavailable) in C++ mode. // rdar://9046492 by Fariborz Jahanian · 14 years ago
  11. f3db29f Push nested-name-specifier source-location information into by Douglas Gregor · 14 years ago
  12. e293d30 Teach objc-rewriter to pass -fobjc-exceptions along. by Fariborz Jahanian · 14 years ago
  13. 0cfaf6a Push nested-name-specifier source location information into namespace aliases. by Douglas Gregor · 14 years ago
  14. db99241 Push nested-name-specifier source location information into using directives. by Douglas Gregor · 14 years ago
  15. a8eef31 Direct testing of source-location information on using declarations, via libclang by Douglas Gregor · 14 years ago
  16. 5149f37 Maintain nested-name-specifier source-location information through by Douglas Gregor · 14 years ago
  17. 0289b66 Rename test/Sema/expr-comma-c89.c to expr-comma-c99.c. Spotted by by Peter Collingbourne · 14 years ago
  18. 3002823 Rough fix for PR9323 that prevents Clang from marking copy constructor by Chandler Carruth · 14 years ago
  19. 27f8d70 Tame an assert; the scope depth of a jump destination does not by John McCall · 14 years ago
  20. c22b5ff Use NestedNameSpecifierLoc within out-of-line variables, function, and by Douglas Gregor · 14 years ago
  21. 7decebf Teach TextDiagnosticPrinter to print out '-Werror' in addition to the warning flag for a warning mapped to an error. by Ted Kremenek · 14 years ago
  22. 9e63d4a Nth time's a charm? by Douglas Gregor · 14 years ago
  23. 02bba19 CMake target check.deps only exists when LLVM_INCLUDE_TESTS by Douglas Gregor · 14 years ago
  24. dc35571 Update UsingDecl, UnresolvedUsingTypenameDecl, and by Douglas Gregor · 14 years ago
  25. 10aad44 Fix the rest of PR9316 along with some other bugs spotted by inspection. by Chandler Carruth · 14 years ago
  26. b43e8ad Don't warn about using PredefinedExprs as format string literals. These never can be a real security issue. by Ted Kremenek · 14 years ago
  27. 65d3925 [analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't have any checkers associated with it anymore. by Argyrios Kyrtzidis · 14 years ago
  28. 0d6b0c0 [analyzer] Migrate CastSizeChecker to CheckerV2. by Argyrios Kyrtzidis · 14 years ago
  29. 42f1e65 Fix a rewrite bug. // rdar://9039342 by Fariborz Jahanian · 14 years ago
  30. bab380c Use private linkage to avoid symbol conflicts in corner cases like the one by Rafael Espindola · 14 years ago
  31. 094b643 Likely fix for PR9316 and other unknown bugs: don't use the anonynmous by Chandler Carruth · 14 years ago
  32. 5fa05cb Simplify messages as requested by Chris. by Chandler Carruth · 14 years ago
  33. 38c8fe7 Allow passing a list of comma separated checker names to -analyzer-checker, e.g: by Argyrios Kyrtzidis · 14 years ago
  34. 8be5b3a [analyzer] Migrate ArrayBoundChecker to CheckerV2. by Argyrios Kyrtzidis · 14 years ago
  35. 6935579 [analyzer] Migrate ReturnPointerRangeChecker to CheckerV2. by Argyrios Kyrtzidis · 14 years ago
  36. 1d6ab7a compute the integer width, not the memory width here. We want to know that by Chris Lattner · 14 years ago
  37. 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 · 14 years ago
  38. 7acf454 Tweak this test a bit further to make it easier on grep. Who knows what by Chandler Carruth · 14 years ago
  39. fa0b48f Test case for previous commit by Douglas Gregor · 14 years ago
  40. 6c3c3f5 Handle value dependent LHS as well as RHS. Test both of these, they by Chandler Carruth · 14 years ago
  41. 06efbd9 Clean up the CMake test execution by nuking this directory before we try by Chandler Carruth · 14 years ago
  42. 21206d5 Implement a warning for known shift overflows on constant shift by Chandler Carruth · 14 years ago
  43. 9e060ca Fix bogus -Warray-bounds warning involving 'array[true]' reported in PR 9296. by Ted Kremenek · 14 years ago
  44. 277a6e7 Preserve what the user passed to -include when emitting .d files. Fixes PR8974! by Nick Lewycky · 14 years ago
  45. 354a3c3 fix typo in *all* of the test cases by Matt Beaumont-Gay · 14 years ago
  46. f565f11 fix typo in test too by Matt Beaumont-Gay · 14 years ago
  47. d067c07 Fix the behavior of -Wignored-qualifiers on return type qualifiers in by Chandler Carruth · 14 years ago
  48. 378d2a1 CMake: Don't use ${CMAKE_CFG_INTDIR} for installed llvm-lit on Visual Studio. by NAKAMURA Takumi · 14 years ago
  49. 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 · 14 years ago
  50. 377e215 Add test case (from PR 8876) for suppressing 'indirection of non-volatile null pointer...' warning due to reachability analysis. by Ted Kremenek · 14 years ago
  51. 0423fc6 Sema: diagnose kernel calls to non-global functions by Peter Collingbourne · 14 years ago
  52. 3bcc2be Add test case for PR 9284, a false positive for -Warray-bounds that is now addressed using basic reachability analysis. by Ted Kremenek · 14 years ago
  53. 351ba91 Enhance Sema::DiagRuntimeBehavior() to delay some diagnostics to see if the related code is reachable. This suppresses some by Ted Kremenek · 14 years ago
  54. 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 · 14 years ago
  55. 55edca9 Better parser recovery when method is by Fariborz Jahanian · 14 years ago
  56. 65b34d7 Clean up the error recovery at the bottom of Sema::LookupMemberExpr. This by Matt Beaumont-Gay · 14 years ago
  57. 7019186 When checking for abstract types, don't crash when we have a by Douglas Gregor · 14 years ago
  58. 12e3ece Provide Fixit warning when 'auto' is intended as storage by Fariborz Jahanian · 14 years ago
  59. 1756ce4 We need a longer long when testing this pathe Microsoft fixed-underlying-type extension for enumeration types by Douglas Gregor · 14 years ago
  60. 3ee36af A constructor call should force class's debug info even if -flimit-debug-info is enabled. by Devang Patel · 14 years ago
  61. 86f208c Enable enumeration types with a fixed underlying type, e.g., by Douglas Gregor · 14 years ago
  62. cd9ec3b Implement the GNU C extension which permits the initialization of an by Douglas Gregor · 14 years ago
  63. 57b3b6a Establish the iteration variable of an ObjC for-in loop before by John McCall · 14 years ago
  64. 3469585 Reorganize the emission of local variables. by John McCall · 14 years ago
  65. 0ef473f Add CStringChecker support for strncpy. Patch by Lenny Maiorani! by Ted Kremenek · 14 years ago
  66. be4242c Add CStringChecker support for strnlen. Patch by Lenny Maiorani! by Ted Kremenek · 14 years ago
  67. b907560 Fix a little bug in the handling of enumeration types with a fixed by Douglas Gregor · 14 years ago
  68. 284cc8d Warn about implicit conversions between values of different, named by Douglas Gregor · 14 years ago
  69. e9b801f Make clang -cc1 disable Objective-C exceptions by default, and add a -fobjc-exceptions flag to turn them on. by Anders Carlsson · 14 years ago
  70. 95bba6f Move some Objective-C tests to SemaObjC and CodeGenObjC. by Anders Carlsson · 14 years ago
  71. 8110f04 In Objective-C, there are no trailing return types, so don't produce diagnostics suggesting they are missing. by Richard Smith · 14 years ago
  72. e7397c6 Fix a few auto-related issues: by Richard Smith · 14 years ago
  73. 24d44ed Add reference to PR 9278 for archaeologists. by Richard Smith · 14 years ago
  74. 21761c8 Warn when type modifiers on objc method declarations in by Fariborz Jahanian · 14 years ago
  75. ddc83f9 C++0x's deduced auto is illegal in typedefs. by Richard Smith · 14 years ago
  76. 6b12da9 Fix a CFGBuilder bug exposed on convoluted control-flow in the Linux kernel. by Ted Kremenek · 14 years ago
  77. 935f0f0 add one more case of mismatched input/output constraints. by Chris Lattner · 14 years ago
  78. 9becaae Test case for r126127 and r126141. Radar 9012638. by Stuart Hastings · 14 years ago
  79. 967ecd3 Mangling of undeduced 'auto' types, as specified by Itanium C++ ABI. by Richard Smith · 14 years ago
  80. 483b9f3 Tweaks to C++0x deduced auto type support: by Richard Smith · 14 years ago
  81. 77efc68 Don't warn about static const integral data members with in-line constant by John McCall · 14 years ago
  82. 6c6b0eb Turn on 'auto' in plain objc mode. by Fariborz Jahanian · 14 years ago
  83. b0c2301 Remove warning on future change in ivar lookup rule by Fariborz Jahanian · 14 years ago
  84. 7cc25fe Bind references to opaque r-values correctly. Add a few test cases by John McCall · 14 years ago
  85. aa46fe4 Rename test/CodeGenCXX/gnu-conditional-scalar-ext.cpp to conditional-gnu-ext.cpp by John McCall · 14 years ago
  86. 34d4947 Clean up the tests for warning about unused function results given the by Chandler Carruth · 14 years ago
  87. 7519699 Allow -Wformat to be enabled without -Wformat-security. GCC gates by Chandler Carruth · 14 years ago
  88. a3f787c Put targets on folders, if the IDE supports the feature. by Oscar Fuentes · 14 years ago
  89. b90c5ba tests: Fix test on Win32. by Daniel Dunbar · 14 years ago
  90. 738291e Turn on __has_feature(cxx_auto_type). The feature is now fully implemented. by Richard Smith · 14 years ago
  91. 34b41d9 Implement the C++0x deduced 'auto' feature. by Richard Smith · 14 years ago
  92. da4b7cf Add a new ObjCExceptions member variable to LangOptions. This controls whether Objective-C exceptions are enabled or not (they are by default). by Anders Carlsson · 14 years ago
  93. c1de52d Fix PR9253, allowing attribute(aligned) to reduce the alignment of a typedef. by Chris Lattner · 14 years ago
  94. 3e026e3 Don't produce "comparison is always (true|false)" warnings when the by Douglas Gregor · 14 years ago
  95. e0fd832 implement a tiny amount of codegen support for gnu array range by Chris Lattner · 14 years ago
  96. 944ed3b In addition to in-class member functions marked with the "used" by Douglas Gregor · 14 years ago
  97. 1be8eec Handle the resolution of a reference to a function template (which by Douglas Gregor · 14 years ago
  98. 7f11d9c Disallow try/catch/throw when exceptions are disabled. by Anders Carlsson · 14 years ago
  99. d9ea180 The member classes of a current instantiation aren't necessarily a by Douglas Gregor · 14 years ago
  100. e41721e Pass -fexceptions to all tests that use try/catch/throw. by Anders Carlsson · 14 years ago