1. 57b3b6a Establish the iteration variable of an ObjC for-in loop before by John McCall · 13 years ago
  2. 3469585 Reorganize the emission of local variables. by John McCall · 13 years ago
  3. 0ef473f Add CStringChecker support for strncpy. Patch by Lenny Maiorani! by Ted Kremenek · 13 years ago
  4. be4242c Add CStringChecker support for strnlen. Patch by Lenny Maiorani! by Ted Kremenek · 13 years ago
  5. b907560 Fix a little bug in the handling of enumeration types with a fixed by Douglas Gregor · 13 years ago
  6. 284cc8d Warn about implicit conversions between values of different, named by Douglas Gregor · 13 years ago
  7. e9b801f Make clang -cc1 disable Objective-C exceptions by default, and add a -fobjc-exceptions flag to turn them on. by Anders Carlsson · 13 years ago
  8. 95bba6f Move some Objective-C tests to SemaObjC and CodeGenObjC. by Anders Carlsson · 13 years ago
  9. 8110f04 In Objective-C, there are no trailing return types, so don't produce diagnostics suggesting they are missing. by Richard Smith · 13 years ago
  10. e7397c6 Fix a few auto-related issues: by Richard Smith · 13 years ago
  11. 24d44ed Add reference to PR 9278 for archaeologists. by Richard Smith · 13 years ago
  12. 21761c8 Warn when type modifiers on objc method declarations in by Fariborz Jahanian · 13 years ago
  13. ddc83f9 C++0x's deduced auto is illegal in typedefs. by Richard Smith · 13 years ago
  14. 6b12da9 Fix a CFGBuilder bug exposed on convoluted control-flow in the Linux kernel. by Ted Kremenek · 13 years ago
  15. 935f0f0 add one more case of mismatched input/output constraints. by Chris Lattner · 13 years ago
  16. 9becaae Test case for r126127 and r126141. Radar 9012638. by Stuart Hastings · 13 years ago
  17. 967ecd3 Mangling of undeduced 'auto' types, as specified by Itanium C++ ABI. by Richard Smith · 13 years ago
  18. 483b9f3 Tweaks to C++0x deduced auto type support: by Richard Smith · 13 years ago
  19. 77efc68 Don't warn about static const integral data members with in-line constant by John McCall · 13 years ago
  20. 6c6b0eb Turn on 'auto' in plain objc mode. by Fariborz Jahanian · 13 years ago
  21. b0c2301 Remove warning on future change in ivar lookup rule by Fariborz Jahanian · 13 years ago
  22. 7cc25fe Bind references to opaque r-values correctly. Add a few test cases by John McCall · 13 years ago
  23. aa46fe4 Rename test/CodeGenCXX/gnu-conditional-scalar-ext.cpp to conditional-gnu-ext.cpp by John McCall · 13 years ago
  24. 34d4947 Clean up the tests for warning about unused function results given the by Chandler Carruth · 13 years ago
  25. 7519699 Allow -Wformat to be enabled without -Wformat-security. GCC gates by Chandler Carruth · 13 years ago
  26. a3f787c Put targets on folders, if the IDE supports the feature. by Oscar Fuentes · 13 years ago
  27. b90c5ba tests: Fix test on Win32. by Daniel Dunbar · 13 years ago
  28. 738291e Turn on __has_feature(cxx_auto_type). The feature is now fully implemented. by Richard Smith · 13 years ago
  29. 34b41d9 Implement the C++0x deduced 'auto' feature. by Richard Smith · 13 years ago
  30. 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 · 13 years ago
  31. c1de52d Fix PR9253, allowing attribute(aligned) to reduce the alignment of a typedef. by Chris Lattner · 13 years ago
  32. 3e026e3 Don't produce "comparison is always (true|false)" warnings when the by Douglas Gregor · 13 years ago
  33. e0fd832 implement a tiny amount of codegen support for gnu array range by Chris Lattner · 13 years ago
  34. 944ed3b In addition to in-class member functions marked with the "used" by Douglas Gregor · 13 years ago
  35. 1be8eec Handle the resolution of a reference to a function template (which by Douglas Gregor · 13 years ago
  36. 7f11d9c Disallow try/catch/throw when exceptions are disabled. by Anders Carlsson · 13 years ago
  37. d9ea180 The member classes of a current instantiation aren't necessarily a by Douglas Gregor · 13 years ago
  38. e41721e Pass -fexceptions to all tests that use try/catch/throw. by Anders Carlsson · 13 years ago
  39. f4b793c Teach the virtual-functions-without-virtual-destructor warning to only by Douglas Gregor · 13 years ago
  40. 5f39f70 Remove the Fix-It for "main must return 'int'", which is not always by Douglas Gregor · 13 years ago
  41. b14175a [analyzer] Fix crash when analyzing C++ code. by Argyrios Kyrtzidis · 13 years ago
  42. 8ac38d7 Driver/Darwin: Support -Wl, with -Xarch_. This doesn't work naturally because of by Daniel Dunbar · 13 years ago
  43. 15e310a Warn about code that uses variables and functions with internal linkage by John McCall · 13 years ago
  44. 370e6e9 [analyzer] Fix crash when analyzing C++ code. by Argyrios Kyrtzidis · 13 years ago
  45. 7ff07dc [analyzer] Fix crash when analyzing C++ code. by Argyrios Kyrtzidis · 13 years ago
  46. b76fdf6 [analyzer] Disable a test until inlining CXXConstructExprs is fully investigated. by Argyrios Kyrtzidis · 13 years ago
  47. 781701c Improve bool and char integral template argument printing in by Chandler Carruth · 13 years ago
  48. 7ef9324 Fix a missed case in the NULL operand to conditional operator diagnostics. by Chandler Carruth · 13 years ago
  49. 0a8709a Update the test error messages to match the update I made to the actual by Chandler Carruth · 13 years ago
  50. 45f11b7 Fix PR8767, improve diagnostic wording when allocating an object of an by Chandler Carruth · 13 years ago
  51. 82214a8 Initial steps to improve diagnostics when there is a NULL and by Chandler Carruth · 13 years ago
  52. 5c722c70 When code-completing a case statement for a switch on a value of by Douglas Gregor · 13 years ago
  53. 299696c More correct fix for CMake breakage I was seeing, my buildbots use by Daniel Dunbar · 13 years ago
  54. 9ab8063 Test case for // rdar://8850818 by Fariborz Jahanian · 13 years ago
  55. 813d834 Selector::getIdentifierInfoForSlot() can return NULL values, a fact by Douglas Gregor · 13 years ago
  56. 35eaa28 Unbreak CMake build on MSVC9, chapuni please check. by Daniel Dunbar · 13 years ago
  57. 4f20de1 [analyzer] Fix crash when analyzing C++ code. by Argyrios Kyrtzidis · 13 years ago
  58. febb5b8 fix rdar://9024687, a crash on invalid that we used to silently ignore. by Chris Lattner · 13 years ago
  59. f4699d1 [analyzer] Fix a crash when analyzing C++ code. by Argyrios Kyrtzidis · 13 years ago
  60. 2846b97 Objective-c armv7 API for atomic properties of scalar types. // rdar://7761305 by Fariborz Jahanian · 13 years ago
  61. 1e856d9 Implement C++0x [expr.static.cast]p9, which permits explicitly casting by Douglas Gregor · 13 years ago
  62. 0d3c985 The flags we're supposed to write into a byref struct are *not* the by John McCall · 13 years ago
  63. f584832 When building a qualified reference to a member of an anonymous struct by Douglas Gregor · 13 years ago
  64. 25b3b84 Fix assertion failure on -Warray-bounds for 32-bit builds of Clang. by Ted Kremenek · 13 years ago
  65. 8f5667d When we're creating an expression for an integral template argument of by Douglas Gregor · 13 years ago
  66. 4ae493c implement basic support for __label__. I wouldn't be shocked if there are by Chris Lattner · 13 years ago
  67. 87152f7 rename test by Chris Lattner · 13 years ago
  68. 2fda14a break testcase over multiple lines to make it easier to read. by Chris Lattner · 13 years ago
  69. a85f528 Add -Warray-bounds test showing how the warning currently interoperates with macros. by Ted Kremenek · 13 years ago
  70. 2d67b90 [analyzer] Use the new registration mechanism for the debugging info "checks". by Argyrios Kyrtzidis · 13 years ago
  71. 7dd445e [analyzer] Use the new registration mechanism on the non-path-sensitive-checkers: by Argyrios Kyrtzidis · 13 years ago
  72. 35001ca Enhance the array bounds checking to work for several other constructs, by Chandler Carruth · 13 years ago
  73. 57ad378 Step #2/N of __label__ support: keep pushing LabelDecl forward, by Chris Lattner · 13 years ago
  74. 2a96bf5 Improve diagnostics on missing property decl. by Fariborz Jahanian · 13 years ago
  75. a5b9332 Implement a sub-group of -Wconversion: -Wliteral-conversion. This by Chandler Carruth · 13 years ago
  76. 56ca35d Change the representation of GNU ?: expressions to use a different expression by John McCall · 13 years ago
  77. 543cb65 Implement -Wenum-compare, which warns when comparing two enums of by Chandler Carruth · 13 years ago
  78. ad8dcf4 Step #1/N of implementing support for __label__: split labels into by Chris Lattner · 13 years ago
  79. c6daf0b When printing a qualified type, look through a substituted template by Douglas Gregor · 13 years ago
  80. b72c778 Improve parser recovery in "for" statements, from Richard Smith! by Douglas Gregor · 13 years ago
  81. 4706e87 When Parser::ParseExpressionList isn't given a completer, fall back to by Douglas Gregor · 13 years ago
  82. 26ae5dd Fix PR9025 and add a diagnostic (and sometimes a fixit) for an overloaded by Matt Beaumont-Gay · 13 years ago
  83. 45d246f update this test now that reassociate isn't stripping nsw's pointlessly. by Chris Lattner · 13 years ago
  84. 41aadbc Improve diagnostics when property names an object type of by Fariborz Jahanian · 13 years ago
  85. 577cdfd Implement code completion results for the Objective-C Key-Value Coding by Douglas Gregor · 13 years ago
  86. a03733b Ensure that the NRVO flag has some block to insert into. Fixes PR9178! by Nick Lewycky · 13 years ago
  87. c71a2c0 Fix assertion failure in -Warray-bounds on template parameters used as arrays. by Ted Kremenek · 13 years ago
  88. 05318d8 Block rewriting bug. Don't take address of captured by Fariborz Jahanian · 13 years ago
  89. bac7737 Placate Doug and change capitalization of diagnostic note. by Ted Kremenek · 13 years ago
  90. bb6f548 If preprocessed token introduced empty filename then use main translation unit's filename for debug info entries. by Devang Patel · 13 years ago
  91. e996ffd Save a copy expression for non-trivial copy constructions of catch variables. by John McCall · 13 years ago
  92. 8fd0a5d Tweak -Warray-bounds diagnostics based on feedback from Chandler. by Ted Kremenek · 13 years ago
  93. 652f1ef test/CMakeLists.txt: Don't depend on llvm toolchain at clang-standalone build. by NAKAMURA Takumi · 13 years ago
  94. 9e7c461 test/PCH/headersearch.cpp fails on Win32. Not trivial to fix. by Francois Pichet · 13 years ago
  95. a0125d8 Add trivial buffer overflow checking in Sema. by Ted Kremenek · 13 years ago
  96. 0b1ba62 [analyzer] Use the new registration mechanism on the apple checkers: by Argyrios Kyrtzidis · 13 years ago
  97. d98abd8 When searching for visible declarations (e.g., for code completion), by Douglas Gregor · 13 years ago
  98. 78bcd91 When trying to provide a code completion item for a call to "super" in by Douglas Gregor · 13 years ago
  99. c20e204 Don't call objc_read_weak as part of emitting a block literal. by John McCall · 13 years ago
  100. ff1ed98 Warn for missing terminating " or ' instead of error for gcc compatibility. Fixed rdar://8914293. by Argyrios Kyrtzidis · 13 years ago