1. 6c3c3f5 Handle value dependent LHS as well as RHS. Test both of these, they by Chandler Carruth · 14 years ago
  2. 06efbd9 Clean up the CMake test execution by nuking this directory before we try by Chandler Carruth · 14 years ago
  3. 21206d5 Implement a warning for known shift overflows on constant shift by Chandler Carruth · 14 years ago
  4. 9e060ca Fix bogus -Warray-bounds warning involving 'array[true]' reported in PR 9296. by Ted Kremenek · 14 years ago
  5. 277a6e7 Preserve what the user passed to -include when emitting .d files. Fixes PR8974! by Nick Lewycky · 14 years ago
  6. 354a3c3 fix typo in *all* of the test cases by Matt Beaumont-Gay · 14 years ago
  7. f565f11 fix typo in test too by Matt Beaumont-Gay · 14 years ago
  8. d067c07 Fix the behavior of -Wignored-qualifiers on return type qualifiers in by Chandler Carruth · 14 years ago
  9. 378d2a1 CMake: Don't use ${CMAKE_CFG_INTDIR} for installed llvm-lit on Visual Studio. by NAKAMURA Takumi · 14 years ago
  10. 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
  11. 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
  12. 0423fc6 Sema: diagnose kernel calls to non-global functions by Peter Collingbourne · 14 years ago
  13. 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
  14. 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
  15. 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
  16. 55edca9 Better parser recovery when method is by Fariborz Jahanian · 14 years ago
  17. 65b34d7 Clean up the error recovery at the bottom of Sema::LookupMemberExpr. This by Matt Beaumont-Gay · 14 years ago
  18. 7019186 When checking for abstract types, don't crash when we have a by Douglas Gregor · 14 years ago
  19. 12e3ece Provide Fixit warning when 'auto' is intended as storage by Fariborz Jahanian · 14 years ago
  20. 1756ce4 We need a longer long when testing this pathe Microsoft fixed-underlying-type extension for enumeration types by Douglas Gregor · 14 years ago
  21. 3ee36af A constructor call should force class's debug info even if -flimit-debug-info is enabled. by Devang Patel · 14 years ago
  22. 86f208c Enable enumeration types with a fixed underlying type, e.g., by Douglas Gregor · 14 years ago
  23. cd9ec3b Implement the GNU C extension which permits the initialization of an by Douglas Gregor · 14 years ago
  24. 57b3b6a Establish the iteration variable of an ObjC for-in loop before by John McCall · 14 years ago
  25. 3469585 Reorganize the emission of local variables. by John McCall · 14 years ago
  26. 0ef473f Add CStringChecker support for strncpy. Patch by Lenny Maiorani! by Ted Kremenek · 14 years ago
  27. be4242c Add CStringChecker support for strnlen. Patch by Lenny Maiorani! by Ted Kremenek · 14 years ago
  28. b907560 Fix a little bug in the handling of enumeration types with a fixed by Douglas Gregor · 14 years ago
  29. 284cc8d Warn about implicit conversions between values of different, named by Douglas Gregor · 14 years ago
  30. 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
  31. 95bba6f Move some Objective-C tests to SemaObjC and CodeGenObjC. by Anders Carlsson · 14 years ago
  32. 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
  33. e7397c6 Fix a few auto-related issues: by Richard Smith · 14 years ago
  34. 24d44ed Add reference to PR 9278 for archaeologists. by Richard Smith · 14 years ago
  35. 21761c8 Warn when type modifiers on objc method declarations in by Fariborz Jahanian · 14 years ago
  36. ddc83f9 C++0x's deduced auto is illegal in typedefs. by Richard Smith · 14 years ago
  37. 6b12da9 Fix a CFGBuilder bug exposed on convoluted control-flow in the Linux kernel. by Ted Kremenek · 14 years ago
  38. 935f0f0 add one more case of mismatched input/output constraints. by Chris Lattner · 14 years ago
  39. 9becaae Test case for r126127 and r126141. Radar 9012638. by Stuart Hastings · 14 years ago
  40. 967ecd3 Mangling of undeduced 'auto' types, as specified by Itanium C++ ABI. by Richard Smith · 14 years ago
  41. 483b9f3 Tweaks to C++0x deduced auto type support: by Richard Smith · 14 years ago
  42. 77efc68 Don't warn about static const integral data members with in-line constant by John McCall · 14 years ago
  43. 6c6b0eb Turn on 'auto' in plain objc mode. by Fariborz Jahanian · 14 years ago
  44. b0c2301 Remove warning on future change in ivar lookup rule by Fariborz Jahanian · 14 years ago
  45. 7cc25fe Bind references to opaque r-values correctly. Add a few test cases by John McCall · 14 years ago
  46. aa46fe4 Rename test/CodeGenCXX/gnu-conditional-scalar-ext.cpp to conditional-gnu-ext.cpp by John McCall · 14 years ago
  47. 34d4947 Clean up the tests for warning about unused function results given the by Chandler Carruth · 14 years ago
  48. 7519699 Allow -Wformat to be enabled without -Wformat-security. GCC gates by Chandler Carruth · 14 years ago
  49. a3f787c Put targets on folders, if the IDE supports the feature. by Oscar Fuentes · 14 years ago
  50. b90c5ba tests: Fix test on Win32. by Daniel Dunbar · 14 years ago
  51. 738291e Turn on __has_feature(cxx_auto_type). The feature is now fully implemented. by Richard Smith · 14 years ago
  52. 34b41d9 Implement the C++0x deduced 'auto' feature. by Richard Smith · 14 years ago
  53. 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
  54. c1de52d Fix PR9253, allowing attribute(aligned) to reduce the alignment of a typedef. by Chris Lattner · 14 years ago
  55. 3e026e3 Don't produce "comparison is always (true|false)" warnings when the by Douglas Gregor · 14 years ago
  56. e0fd832 implement a tiny amount of codegen support for gnu array range by Chris Lattner · 14 years ago
  57. 944ed3b In addition to in-class member functions marked with the "used" by Douglas Gregor · 14 years ago
  58. 1be8eec Handle the resolution of a reference to a function template (which by Douglas Gregor · 14 years ago
  59. 7f11d9c Disallow try/catch/throw when exceptions are disabled. by Anders Carlsson · 14 years ago
  60. d9ea180 The member classes of a current instantiation aren't necessarily a by Douglas Gregor · 14 years ago
  61. e41721e Pass -fexceptions to all tests that use try/catch/throw. by Anders Carlsson · 14 years ago
  62. f4b793c Teach the virtual-functions-without-virtual-destructor warning to only by Douglas Gregor · 14 years ago
  63. 5f39f70 Remove the Fix-It for "main must return 'int'", which is not always by Douglas Gregor · 14 years ago
  64. b14175a [analyzer] Fix crash when analyzing C++ code. by Argyrios Kyrtzidis · 14 years ago
  65. 8ac38d7 Driver/Darwin: Support -Wl, with -Xarch_. This doesn't work naturally because of by Daniel Dunbar · 14 years ago
  66. 15e310a Warn about code that uses variables and functions with internal linkage by John McCall · 14 years ago
  67. 370e6e9 [analyzer] Fix crash when analyzing C++ code. by Argyrios Kyrtzidis · 14 years ago
  68. 7ff07dc [analyzer] Fix crash when analyzing C++ code. by Argyrios Kyrtzidis · 14 years ago
  69. b76fdf6 [analyzer] Disable a test until inlining CXXConstructExprs is fully investigated. by Argyrios Kyrtzidis · 14 years ago
  70. 781701c Improve bool and char integral template argument printing in by Chandler Carruth · 14 years ago
  71. 7ef9324 Fix a missed case in the NULL operand to conditional operator diagnostics. by Chandler Carruth · 14 years ago
  72. 0a8709a Update the test error messages to match the update I made to the actual by Chandler Carruth · 14 years ago
  73. 45f11b7 Fix PR8767, improve diagnostic wording when allocating an object of an by Chandler Carruth · 14 years ago
  74. 82214a8 Initial steps to improve diagnostics when there is a NULL and by Chandler Carruth · 14 years ago
  75. 5c722c70 When code-completing a case statement for a switch on a value of by Douglas Gregor · 14 years ago
  76. 299696c More correct fix for CMake breakage I was seeing, my buildbots use by Daniel Dunbar · 14 years ago
  77. 9ab8063 Test case for // rdar://8850818 by Fariborz Jahanian · 14 years ago
  78. 813d834 Selector::getIdentifierInfoForSlot() can return NULL values, a fact by Douglas Gregor · 14 years ago
  79. 35eaa28 Unbreak CMake build on MSVC9, chapuni please check. by Daniel Dunbar · 14 years ago
  80. 4f20de1 [analyzer] Fix crash when analyzing C++ code. by Argyrios Kyrtzidis · 14 years ago
  81. febb5b8 fix rdar://9024687, a crash on invalid that we used to silently ignore. by Chris Lattner · 14 years ago
  82. f4699d1 [analyzer] Fix a crash when analyzing C++ code. by Argyrios Kyrtzidis · 14 years ago
  83. 2846b97 Objective-c armv7 API for atomic properties of scalar types. // rdar://7761305 by Fariborz Jahanian · 14 years ago
  84. 1e856d9 Implement C++0x [expr.static.cast]p9, which permits explicitly casting by Douglas Gregor · 14 years ago
  85. 0d3c985 The flags we're supposed to write into a byref struct are *not* the by John McCall · 14 years ago
  86. f584832 When building a qualified reference to a member of an anonymous struct by Douglas Gregor · 14 years ago
  87. 25b3b84 Fix assertion failure on -Warray-bounds for 32-bit builds of Clang. by Ted Kremenek · 14 years ago
  88. 8f5667d When we're creating an expression for an integral template argument of by Douglas Gregor · 14 years ago
  89. 4ae493c implement basic support for __label__. I wouldn't be shocked if there are by Chris Lattner · 14 years ago
  90. 87152f7 rename test by Chris Lattner · 14 years ago
  91. 2fda14a break testcase over multiple lines to make it easier to read. by Chris Lattner · 14 years ago
  92. a85f528 Add -Warray-bounds test showing how the warning currently interoperates with macros. by Ted Kremenek · 14 years ago
  93. 2d67b90 [analyzer] Use the new registration mechanism for the debugging info "checks". by Argyrios Kyrtzidis · 14 years ago
  94. 7dd445e [analyzer] Use the new registration mechanism on the non-path-sensitive-checkers: by Argyrios Kyrtzidis · 14 years ago
  95. 35001ca Enhance the array bounds checking to work for several other constructs, by Chandler Carruth · 14 years ago
  96. 57ad378 Step #2/N of __label__ support: keep pushing LabelDecl forward, by Chris Lattner · 14 years ago
  97. 2a96bf5 Improve diagnostics on missing property decl. by Fariborz Jahanian · 14 years ago
  98. a5b9332 Implement a sub-group of -Wconversion: -Wliteral-conversion. This by Chandler Carruth · 14 years ago
  99. 56ca35d Change the representation of GNU ?: expressions to use a different expression by John McCall · 14 years ago
  100. 543cb65 Implement -Wenum-compare, which warns when comparing two enums of by Chandler Carruth · 14 years ago