1. e0fd832 implement a tiny amount of codegen support for gnu array range by Chris Lattner · 14 years ago
  2. 944ed3b In addition to in-class member functions marked with the "used" by Douglas Gregor · 14 years ago
  3. 1be8eec Handle the resolution of a reference to a function template (which by Douglas Gregor · 14 years ago
  4. 7f11d9c Disallow try/catch/throw when exceptions are disabled. by Anders Carlsson · 14 years ago
  5. d9ea180 The member classes of a current instantiation aren't necessarily a by Douglas Gregor · 14 years ago
  6. e41721e Pass -fexceptions to all tests that use try/catch/throw. by Anders Carlsson · 14 years ago
  7. f4b793c Teach the virtual-functions-without-virtual-destructor warning to only by Douglas Gregor · 14 years ago
  8. 5f39f70 Remove the Fix-It for "main must return 'int'", which is not always by Douglas Gregor · 14 years ago
  9. b14175a [analyzer] Fix crash when analyzing C++ code. by Argyrios Kyrtzidis · 14 years ago
  10. 8ac38d7 Driver/Darwin: Support -Wl, with -Xarch_. This doesn't work naturally because of by Daniel Dunbar · 14 years ago
  11. 15e310a Warn about code that uses variables and functions with internal linkage by John McCall · 14 years ago
  12. 370e6e9 [analyzer] Fix crash when analyzing C++ code. by Argyrios Kyrtzidis · 14 years ago
  13. 7ff07dc [analyzer] Fix crash when analyzing C++ code. by Argyrios Kyrtzidis · 14 years ago
  14. b76fdf6 [analyzer] Disable a test until inlining CXXConstructExprs is fully investigated. by Argyrios Kyrtzidis · 14 years ago
  15. 781701c Improve bool and char integral template argument printing in by Chandler Carruth · 14 years ago
  16. 7ef9324 Fix a missed case in the NULL operand to conditional operator diagnostics. by Chandler Carruth · 14 years ago
  17. 0a8709a Update the test error messages to match the update I made to the actual by Chandler Carruth · 14 years ago
  18. 45f11b7 Fix PR8767, improve diagnostic wording when allocating an object of an by Chandler Carruth · 14 years ago
  19. 82214a8 Initial steps to improve diagnostics when there is a NULL and by Chandler Carruth · 14 years ago
  20. 5c722c70 When code-completing a case statement for a switch on a value of by Douglas Gregor · 14 years ago
  21. 299696c More correct fix for CMake breakage I was seeing, my buildbots use by Daniel Dunbar · 14 years ago
  22. 9ab8063 Test case for // rdar://8850818 by Fariborz Jahanian · 14 years ago
  23. 813d834 Selector::getIdentifierInfoForSlot() can return NULL values, a fact by Douglas Gregor · 14 years ago
  24. 35eaa28 Unbreak CMake build on MSVC9, chapuni please check. by Daniel Dunbar · 14 years ago
  25. 4f20de1 [analyzer] Fix crash when analyzing C++ code. by Argyrios Kyrtzidis · 14 years ago
  26. febb5b8 fix rdar://9024687, a crash on invalid that we used to silently ignore. by Chris Lattner · 14 years ago
  27. f4699d1 [analyzer] Fix a crash when analyzing C++ code. by Argyrios Kyrtzidis · 14 years ago
  28. 2846b97 Objective-c armv7 API for atomic properties of scalar types. // rdar://7761305 by Fariborz Jahanian · 14 years ago
  29. 1e856d9 Implement C++0x [expr.static.cast]p9, which permits explicitly casting by Douglas Gregor · 14 years ago
  30. 0d3c985 The flags we're supposed to write into a byref struct are *not* the by John McCall · 14 years ago
  31. f584832 When building a qualified reference to a member of an anonymous struct by Douglas Gregor · 14 years ago
  32. 25b3b84 Fix assertion failure on -Warray-bounds for 32-bit builds of Clang. by Ted Kremenek · 14 years ago
  33. 8f5667d When we're creating an expression for an integral template argument of by Douglas Gregor · 14 years ago
  34. 4ae493c implement basic support for __label__. I wouldn't be shocked if there are by Chris Lattner · 14 years ago
  35. 87152f7 rename test by Chris Lattner · 14 years ago
  36. 2fda14a break testcase over multiple lines to make it easier to read. by Chris Lattner · 14 years ago
  37. a85f528 Add -Warray-bounds test showing how the warning currently interoperates with macros. by Ted Kremenek · 14 years ago
  38. 2d67b90 [analyzer] Use the new registration mechanism for the debugging info "checks". by Argyrios Kyrtzidis · 14 years ago
  39. 7dd445e [analyzer] Use the new registration mechanism on the non-path-sensitive-checkers: by Argyrios Kyrtzidis · 14 years ago
  40. 35001ca Enhance the array bounds checking to work for several other constructs, by Chandler Carruth · 14 years ago
  41. 57ad378 Step #2/N of __label__ support: keep pushing LabelDecl forward, by Chris Lattner · 14 years ago
  42. 2a96bf5 Improve diagnostics on missing property decl. by Fariborz Jahanian · 14 years ago
  43. a5b9332 Implement a sub-group of -Wconversion: -Wliteral-conversion. This by Chandler Carruth · 14 years ago
  44. 56ca35d Change the representation of GNU ?: expressions to use a different expression by John McCall · 14 years ago
  45. 543cb65 Implement -Wenum-compare, which warns when comparing two enums of by Chandler Carruth · 14 years ago
  46. ad8dcf4 Step #1/N of implementing support for __label__: split labels into by Chris Lattner · 14 years ago
  47. c6daf0b When printing a qualified type, look through a substituted template by Douglas Gregor · 14 years ago
  48. b72c778 Improve parser recovery in "for" statements, from Richard Smith! by Douglas Gregor · 14 years ago
  49. 4706e87 When Parser::ParseExpressionList isn't given a completer, fall back to by Douglas Gregor · 14 years ago
  50. 26ae5dd Fix PR9025 and add a diagnostic (and sometimes a fixit) for an overloaded by Matt Beaumont-Gay · 14 years ago
  51. 45d246f update this test now that reassociate isn't stripping nsw's pointlessly. by Chris Lattner · 14 years ago
  52. 41aadbc Improve diagnostics when property names an object type of by Fariborz Jahanian · 14 years ago
  53. 577cdfd Implement code completion results for the Objective-C Key-Value Coding by Douglas Gregor · 14 years ago
  54. a03733b Ensure that the NRVO flag has some block to insert into. Fixes PR9178! by Nick Lewycky · 14 years ago
  55. c71a2c0 Fix assertion failure in -Warray-bounds on template parameters used as arrays. by Ted Kremenek · 14 years ago
  56. 05318d8 Block rewriting bug. Don't take address of captured by Fariborz Jahanian · 14 years ago
  57. bac7737 Placate Doug and change capitalization of diagnostic note. by Ted Kremenek · 14 years ago
  58. bb6f548 If preprocessed token introduced empty filename then use main translation unit's filename for debug info entries. by Devang Patel · 14 years ago
  59. e996ffd Save a copy expression for non-trivial copy constructions of catch variables. by John McCall · 14 years ago
  60. 8fd0a5d Tweak -Warray-bounds diagnostics based on feedback from Chandler. by Ted Kremenek · 14 years ago
  61. 652f1ef test/CMakeLists.txt: Don't depend on llvm toolchain at clang-standalone build. by NAKAMURA Takumi · 14 years ago
  62. 9e7c461 test/PCH/headersearch.cpp fails on Win32. Not trivial to fix. by Francois Pichet · 14 years ago
  63. a0125d8 Add trivial buffer overflow checking in Sema. by Ted Kremenek · 14 years ago
  64. 0b1ba62 [analyzer] Use the new registration mechanism on the apple checkers: by Argyrios Kyrtzidis · 14 years ago
  65. d98abd8 When searching for visible declarations (e.g., for code completion), by Douglas Gregor · 14 years ago
  66. 78bcd91 When trying to provide a code completion item for a call to "super" in by Douglas Gregor · 14 years ago
  67. c20e204 Don't call objc_read_weak as part of emitting a block literal. by John McCall · 14 years ago
  68. ff1ed98 Warn for missing terminating " or ' instead of error for gcc compatibility. Fixed rdar://8914293. by Argyrios Kyrtzidis · 14 years ago
  69. 23ade50 [analyzer] Use the new registration mechanism on some of the experimental internal checkers: by Argyrios Kyrtzidis · 14 years ago
  70. c9f2e0f [analyzer] Use the new registration mechanism on the IdempotentOperationChecker. by Argyrios Kyrtzidis · 14 years ago
  71. 4bfd680 Handle delayed access in local declarations. PR9229. by John McCall · 14 years ago
  72. 830072c Teach code completion to cope with block types written without a by Douglas Gregor · 14 years ago
  73. 4e274e9 Add a hack to avoid adding '\01' to asm names when possible. It would be by Rafael Espindola · 14 years ago
  74. afc4578 Implement a special code-completion pattern for "IBAction". Fixes by Douglas Gregor · 14 years ago
  75. a0decc9 [analyzer] Use the new registration mechanism on some of the experimental checks. These are: by Argyrios Kyrtzidis · 14 years ago
  76. 68e3c2e When code-completing within a list of declaration specifiers, by Douglas Gregor · 14 years ago
  77. db27d82 OpenCL: standardise naming of test cases by Peter Collingbourne · 14 years ago
  78. 84bccea Serialization/deserialization support for floating point #pragma by Peter Collingbourne · 14 years ago
  79. 39d3e7a OpenCL: semantic analysis support for cl_khr_fp64 extension by Peter Collingbourne · 14 years ago
  80. 97d7ff0 When we encounter an Objective-C class name in an expression, followed by Douglas Gregor · 14 years ago
  81. d6c9a0f In -fapple-kext mode, global object construction code by Fariborz Jahanian · 14 years ago
  82. f552c20 Emit in-class member function definitions that are marked by Douglas Gregor · 14 years ago
  83. 8e3df4d Allow resolving headers from a PCH even after headers+PCH were moved to another path. by Argyrios Kyrtzidis · 14 years ago
  84. 718b01d Add CMake support to the clang unittests. by Jeffrey Yasskin · 14 years ago
  85. 027a6ab [analyzer] Use the new registration mechanism on some of the internal checks. These are: by Argyrios Kyrtzidis · 14 years ago
  86. b25b295 Return a declaration to the parser when creating a field in C++ so that by John McCall · 14 years ago
  87. 9b7da1c Perform zero-initialization of virtual base classes when emitting by John McCall · 14 years ago
  88. b1224f6 Warn if method for a deprecated method is implemented. by Fariborz Jahanian · 14 years ago
  89. d61df3d Put "incomplete implementation" warning under a flag. by Ted Kremenek · 14 years ago
  90. 417d39f Don't crash on hierarchy static_casts which appear in variable initializers. by John McCall · 14 years ago
  91. f5ba7e0 Change the context correctly when instantiating a static data member definition. by John McCall · 14 years ago
  92. 79ab2c8 Provide overload diagnostics when explicit casts involving class types fail. by John McCall · 14 years ago
  93. 43dee22 [analyzer] Overhauling of the checker registration mechanism. by Argyrios Kyrtzidis · 14 years ago
  94. e8350c6 Fix edge case where we don't cull warnings in IdempotentOperationsChecker due to incomplete analysis of loops. by Ted Kremenek · 14 years ago
  95. b8b07b1 Handle 'UsingDirective' in CFGRecStmtDeclVisitor. by Ted Kremenek · 14 years ago
  96. eee1d54 When parsing an out-of-line member function declaration, we must delay by John McCall · 14 years ago
  97. f315fa8 OpenCL: add support for __kernel, kernel keywords and EXTENSION, by Peter Collingbourne · 14 years ago
  98. 9d3f5f7 Make LexOnOffSwitch a Preprocessor member function by Peter Collingbourne · 14 years ago
  99. 0d70d71 Look through array types when deciding whether a field requires non-trivial by John McCall · 14 years ago
  100. e3c8c64 Implement objective-c++'s block pointer type matching involving by Fariborz Jahanian · 14 years ago