1. 2ae442a Devirtualize TagDecl::completeDefinition(). by Douglas Gregor · 13 years ago
  2. afdfdc0 Devirtualize DeclaratorDecl::getInnerLocStart() and TagDecl::getInnerLocStart(). by Douglas Gregor · 13 years ago
  3. 2a96bf5 Improve diagnostics on missing property decl. by Fariborz Jahanian · 13 years ago
  4. ebe5a9b Devirtualize NamedDecl::getNameForDiagnostic(). by Douglas Gregor · 13 years ago
  5. 9e6f2a8 Devirtualize RedeclarableTemplateDecl::newCommon(). by Douglas Gregor · 13 years ago
  6. a5b9332 Implement a sub-group of -Wconversion: -Wliteral-conversion. This by Chandler Carruth · 13 years ago
  7. 56ca35d Change the representation of GNU ?: expressions to use a different expression by John McCall · 13 years ago
  8. 05c699e lib/Frontend/InitHeaderSearch.cpp: Add mingw-w64's include paths. by NAKAMURA Takumi · 13 years ago
  9. 0aa2057 Triple::MinGW64 is deprecated and removed. We can use Triple::MinGW32 instead. by NAKAMURA Takumi · 13 years ago
  10. 125b4cb Fix whitespace. by NAKAMURA Takumi · 13 years ago
  11. 4c3e0ee Devirtualize Decl::getNextRedeclaration(). by Douglas Gregor · 13 years ago
  12. 543cb65 Implement -Wenum-compare, which warns when comparing two enums of by Chandler Carruth · 13 years ago
  13. 8755836 Simple little optimization to Decl::getCanonicalDecl(), eliminating some heavyweight machinery and indirection that we don't need by Douglas Gregor · 13 years ago
  14. 770877f Devirtualize Decl::getSourceRange() by Douglas Gregor · 13 years ago
  15. 0eccdca Devirtualize Decl::getCanonicalDecl(). by Douglas Gregor · 13 years ago
  16. ad8dcf4 Step #1/N of implementing support for __label__: split labels into by Chris Lattner · 13 years ago
  17. 1aa3d81 Devirtualize Decl::getBody() and Decl::hasBody(). by Douglas Gregor · 13 years ago
  18. f4a03cc De-virtualize Decl::isOutOfLine(). by Douglas Gregor · 13 years ago
  19. c6daf0b When printing a qualified type, look through a substituted template by Douglas Gregor · 13 years ago
  20. 6810630 simplify a bit. by Chris Lattner · 13 years ago
  21. e594db5 tidy up by Chris Lattner · 13 years ago
  22. b72c778 Improve parser recovery in "for" statements, from Richard Smith! by Douglas Gregor · 13 years ago
  23. 6204159 I will not hold on to temporary StringRefs. by Douglas Gregor · 13 years ago
  24. 4706e87 When Parser::ParseExpressionList isn't given a completer, fall back to by Douglas Gregor · 13 years ago
  25. 26ae5dd Fix PR9025 and add a diagnostic (and sometimes a fixit) for an overloaded by Matt Beaumont-Gay · 13 years ago
  26. c81ca98 Bump up IdentifierInfo::ObjCOrBuiltinID to use 11 bits instead of 10. Fixes PR 9231. by Ted Kremenek · 13 years ago
  27. 7fe679f Begin overhaul of scan-build/ccc-analyzer's handling of checker options. by Ted Kremenek · 13 years ago
  28. 2fb468d Disable default synthesized properties until we can properly re-evaluate the feature. by Ted Kremenek · 13 years ago
  29. 9d50634 fix clang -MM output to escape spaces in filenames. This seems to be by Chris Lattner · 13 years ago
  30. 45d246f update this test now that reassociate isn't stripping nsw's pointlessly. by Chris Lattner · 13 years ago
  31. 834945c Convert MaxFieldAlignment to CharUnits from bits. No change in functionality by Ken Dyck · 13 years ago
  32. 41aadbc Improve diagnostics when property names an object type of by Fariborz Jahanian · 13 years ago
  33. 577cdfd Implement code completion results for the Objective-C Key-Value Coding by Douglas Gregor · 13 years ago
  34. a03733b Ensure that the NRVO flag has some block to insert into. Fixes PR9178! by Nick Lewycky · 13 years ago
  35. c71a2c0 Fix assertion failure in -Warray-bounds on template parameters used as arrays. by Ted Kremenek · 13 years ago
  36. 05318d8 Block rewriting bug. Don't take address of captured by Fariborz Jahanian · 13 years ago
  37. bac7737 Placate Doug and change capitalization of diagnostic note. by Ted Kremenek · 13 years ago
  38. 7dfc942 Makes most methods in SVals.h conform to the naming guide. Reviewed by Zhanyong Wan · 13 years ago
  39. d24eda8 3000 Sema diagnostics should be enough for anyone. by Chandler Carruth · 13 years ago
  40. 37c02bf Fix a thinko with llvm::Optional, which is clearly the most dangerous class template in the universe by Douglas Gregor · 13 years ago
  41. 48601b3 Teach the CXCodeCompleteResults results structure, which stores by Douglas Gregor · 13 years ago
  42. bb6f548 If preprocessed token introduced empty filename then use main translation unit's filename for debug info entries. by Devang Patel · 13 years ago
  43. 9b7db62 Improve the invalidation logic for the cache of global code by Douglas Gregor · 13 years ago
  44. 9c97ca0 Teach PPChainedCallbacks to forward the InclusionDirective() callback. by Douglas Gregor · 13 years ago
  45. ca24423 Warning -> ExtWarn by Argyrios Kyrtzidis · 13 years ago
  46. acff696 Remove this FIXME; clear up an unused variable; style. by John McCall · 13 years ago
  47. e996ffd Save a copy expression for non-trivial copy constructions of catch variables. by John McCall · 13 years ago
  48. c515d18 Adds a CMake target for the Basic lib's unit tests. Reviewed by by Zhanyong Wan · 13 years ago
  49. 05cb9f2 Improves CMakeLists.txt for Clang's unit tests: make "linked by Zhanyong Wan · 13 years ago
  50. 8fd0a5d Tweak -Warray-bounds diagnostics based on feedback from Chandler. by Ted Kremenek · 13 years ago
  51. 792f975 CMake: Tweak for Visual Studio 10 quirk at clang-standalone build. by NAKAMURA Takumi · 13 years ago
  52. 652f1ef test/CMakeLists.txt: Don't depend on llvm toolchain at clang-standalone build. by NAKAMURA Takumi · 13 years ago
  53. 2dbf07d Revert r125642. This broke the build? It should be a no-op. by Nick Lewycky · 13 years ago
  54. 9e7c461 test/PCH/headersearch.cpp fails on Win32. Not trivial to fix. by Francois Pichet · 13 years ago
  55. 6feb4bb Convert the UnpackedAlignment field to CharUnits from bits. No change in by Ken Dyck · 13 years ago
  56. 864b983 Don't use "../foo" to return to the current directory. by Nick Lewycky · 13 years ago
  57. ea7f6c2 Convert Alignment member to CharUnits from bits. No change in functionality by Ken Dyck · 13 years ago
  58. a0125d8 Add trivial buffer overflow checking in Sema. by Ted Kremenek · 13 years ago
  59. a1fdb0b Convert NonVirtualSize to CharUnits from bits. No change in functionality by Ken Dyck · 13 years ago
  60. df20538 Convert NonVirtualAlignment to CharUnits. No change in functionality intended. by Ken Dyck · 13 years ago
  61. 682180b [analyzer] AnalyzerFrontend is dependent on AnalyzerCheckers. by Argyrios Kyrtzidis · 13 years ago
  62. 0b1ba62 [analyzer] Use the new registration mechanism on the apple checkers: by Argyrios Kyrtzidis · 13 years ago
  63. d98abd8 When searching for visible declarations (e.g., for code completion), by Douglas Gregor · 13 years ago
  64. 3475380 Simplify test to check an aggregate argument that has non trivial constructor or destructor. by Devang Patel · 13 years ago
  65. 78bcd91 When trying to provide a code completion item for a call to "super" in by Douglas Gregor · 13 years ago
  66. c20e204 Don't call objc_read_weak as part of emitting a block literal. by John McCall · 13 years ago
  67. 98d810e Check for deprecated implementation unconditionally. by Fariborz Jahanian · 13 years ago
  68. 8f45700 Fix typo (per Chris's comment). by Fariborz Jahanian · 13 years ago
  69. ff1ed98 Warn for missing terminating " or ' instead of error for gcc compatibility. Fixed rdar://8914293. by Argyrios Kyrtzidis · 13 years ago
  70. 6354d68 Only c++ class arguments with non trivial constructor or destructor needs a reference. by Devang Patel · 13 years ago
  71. 23ade50 [analyzer] Use the new registration mechanism on some of the experimental internal checkers: by Argyrios Kyrtzidis · 13 years ago
  72. c9f2e0f [analyzer] Use the new registration mechanism on the IdempotentOperationChecker. by Argyrios Kyrtzidis · 13 years ago
  73. 4bfd680 Handle delayed access in local declarations. PR9229. by John McCall · 13 years ago
  74. 830072c Teach code completion to cope with block types written without a by Douglas Gregor · 13 years ago
  75. 4e274e9 Add a hack to avoid adding '\01' to asm names when possible. It would be by Rafael Espindola · 13 years ago
  76. fd577d6 Refactor CGRecordLayoutBuilder to use CharUnits more consistently. by John McCall · 13 years ago
  77. afc4578 Implement a special code-completion pattern for "IBAction". Fixes by Douglas Gregor · 13 years ago
  78. c12bbe5 Fix the distro name. by Rafael Espindola · 13 years ago
  79. 483651c Moves FileManagerTest.cpp to unittests/Basic such that the unit test by Zhanyong Wan · 13 years ago
  80. e9baa6b [analyzer] Remove ObjCSelfInitCheck from AnalyzerOptions. by Argyrios Kyrtzidis · 13 years ago
  81. a0decc9 [analyzer] Use the new registration mechanism on some of the experimental checks. These are: by Argyrios Kyrtzidis · 13 years ago
  82. adafdba Fix include paths on 32 bit ubuntu 10.10. Original patch by Jonas Bülow. by Rafael Espindola · 13 years ago
  83. 68e3c2e When code-completing within a list of declaration specifiers, by Douglas Gregor · 13 years ago
  84. db27d82 OpenCL: standardise naming of test cases by Peter Collingbourne · 13 years ago
  85. 84bccea Serialization/deserialization support for floating point #pragma by Peter Collingbourne · 13 years ago
  86. 39d3e7a OpenCL: semantic analysis support for cl_khr_fp64 extension by Peter Collingbourne · 13 years ago
  87. 97d7ff0 When we encounter an Objective-C class name in an expression, followed by Douglas Gregor · 13 years ago
  88. d6c9a0f In -fapple-kext mode, global object construction code by Fariborz Jahanian · 13 years ago
  89. f552c20 Emit in-class member function definitions that are marked by Douglas Gregor · 13 years ago
  90. 8e3df4d Allow resolving headers from a PCH even after headers+PCH were moved to another path. by Argyrios Kyrtzidis · 13 years ago
  91. 5ac96d5 Refactoring of code to issue warning on implemented by Fariborz Jahanian · 13 years ago
  92. 6cd370c Add missing CMake dependency by Douglas Gregor · 13 years ago
  93. 27af04b Fix the clang-wpa example. by Argyrios Kyrtzidis · 13 years ago
  94. 809dfe8 Initialize InlineCall in AnalyzerOptions. by Argyrios Kyrtzidis · 13 years ago
  95. 5936e33 Assorted cleanup: by John McCall · 13 years ago
  96. 718b01d Add CMake support to the clang unittests. by Jeffrey Yasskin · 13 years ago
  97. 26c05b1 [analyzer] Reflect changes for tablegen'ing the checkers. by Argyrios Kyrtzidis · 13 years ago
  98. 027a6ab [analyzer] Use the new registration mechanism on some of the internal checks. These are: by Argyrios Kyrtzidis · 13 years ago
  99. b25b295 Return a declaration to the parser when creating a field in C++ so that by John McCall · 13 years ago
  100. 9b7da1c Perform zero-initialization of virtual base classes when emitting by John McCall · 13 years ago