1. 2cbd427 Order the methods in the global method pool based on when they become visible, not when they become deserialized <rdar://problem/13203033>. by Douglas Gregor · 11 years ago
  2. b0112e1 Replace 'signed' with 'int'. 'signed' is not typical for LLVM style by Dmitri Gribenko · 11 years ago
  3. 064d88e [preprocessing record] Add some sanity checks for the preprocessed entity index by Argyrios Kyrtzidis · 11 years ago
  4. 7243b0f [ms-inline-asm] Add test cases for the align/emit directives. by Chad Rosier · 11 years ago
  5. ddf117e Add a test for r174980, that we used to accept by Dmitri Gribenko · 11 years ago
  6. 89a0daa Fix crash for incomplete labels in macros. by Daniel Jasper · 11 years ago
  7. be8e36c [ms-inline asm] Update test case now that we are correctly parsing __emit directives. by Chad Rosier · 11 years ago
  8. 468e399 Fixing the MSVC compiler warning a different way; removed use of static_cast and instead used a signed integer parameter. by Aaron Ballman · 11 years ago
  9. 9c504e9 Typo. by Chad Rosier · 11 years ago
  10. 8e70b00 [ms-inline asm] Add a few test cases for the parsing of hexidecimal integers. by Chad Rosier · 11 years ago
  11. be9f420 Removing a signed/unsigned mismatch warning triggered in MSVC 11. by Aaron Ballman · 11 years ago
  12. 1b9e8f7 Accept over-qualified constructor in MSVC emulation mode by Dmitri Gribenko · 11 years ago
  13. 9ece2bb Fix bug in the adjustment to existing lines. by Daniel Jasper · 11 years ago
  14. 95e8e46 Formatter: Correctly format stars in `sizeof(int**)` and similar places. by Nico Weber · 11 years ago
  15. 7f43fcf Adding more overloads for allOf matcher by Edwin Vane · 11 years ago
  16. 6c9dccd Rename -constructors test to just -structors as in fact it tests dtors too. Also, fix a minor typo in the test. by Timur Iskhodzhanov · 11 years ago
  17. 9efe057 Attempt to fix this test on i686 targets. by Nick Lewycky · 11 years ago
  18. 3c86a5c The meat of this patch is in BuildCXXMemberCalLExpr where we make it use by Nick Lewycky · 11 years ago
  19. 0609858 Properly assemble PHIs after a null-checked invoke of objc_msgSend. by John McCall · 11 years ago
  20. ad0e27b Fix a bug reduced from a crash when trying to use modules with libc++. We check by Richard Smith · 11 years ago
  21. 43ced74 + specified progress information by Anton Yartsev · 11 years ago
  22. 7eae669 + centered progress cells + added progress information for several checkers by Anton Yartsev · 11 years ago
  23. 66b2277 Call __cxa_begin_catch with the current exception before by John McCall · 11 years ago
  24. 629df01 Change some CGF parameters to CGMs. by John McCall · 11 years ago
  25. 63a9514 Remove an assert which triggers when a decl context in a module hits the 'has by Richard Smith · 11 years ago
  26. a2905ea Perform placeholder conversions on the controller of a _Generic expression. by John McCall · 11 years ago
  27. 9dd74c5 Diagnose loads of 'half' l-values in OpenCL. Patch by Joey Gouly! by John McCall · 11 years ago
  28. c2808e7 Backing out r174919 while I investigate a self-host bug on Takumi's builder. by Lang Hames · 11 years ago
  29. 72dcecc In ARC, emit non-peepholed +1s within the full-expression instead by John McCall · 11 years ago
  30. 35be402 Split a couple of tests out into their own file. by John McCall · 11 years ago
  31. 5310859 When generating IR for default copy-constructors, copy-assignment operators, by Lang Hames · 11 years ago
  32. 6e8dfc7 Timing data was removed years ago. Remove these links. by Tanya Lattner · 11 years ago
  33. 8896339 Don't bother reconciling external visible decls against our current set of by Richard Smith · 11 years ago
  34. a09cd81 objective-C modern translator: Fixes a mistranslation by Fariborz Jahanian · 11 years ago
  35. f4e955b [Modules] Cope better with top-level declarations loaded after being declared in the current translation unit <rdar://problem/13189985>. by Douglas Gregor · 11 years ago
  36. c2e6d2a Formatter: Detect ObjC message expressions after 'in' in loop by Nico Weber · 11 years ago
  37. 3f4535e Get rid of manual debug output, now that the test runner supports it. by Manuel Klimek · 11 years ago
  38. 729a743 Fix invalid formatting with spaces before trailing comments. by Daniel Jasper · 11 years ago
  39. a28fc06 Fixes handling of empty lines in macros. by Manuel Klimek · 11 years ago
  40. 2d000d3 Update test to not fail with attribute groups. by Bill Wendling · 11 years ago
  41. 2b4c924 Fix formatting of overloaded operator definitions. by Daniel Jasper · 11 years ago
  42. 06b247f Do not use VariadicDynCastAllOfMatcher where VariadicAllOfMatcher works. by Manuel Klimek · 11 years ago
  43. 8c7f38c Formatter: Remove now-unneeded code for formatting ':'s in ObjC method decls. by Nico Weber · 12 years ago
  44. 0ac717b Formatter: Add a test for multi-line ObjC dict literals. by Nico Weber · 12 years ago
  45. e626200 Formatter: Add another ObjC literal test. by Nico Weber · 12 years ago
  46. d74fcdb Formatter: Initial support for ObjC dictionary literals. by Nico Weber · 12 years ago
  47. f0c5456 Use -mno-implicit-float by default for kernel/kext code. <rdar://13177960> by Bob Wilson · 12 years ago
  48. 48559ba Delete an extra blank line. by Bob Wilson · 12 years ago
  49. 7a9e91a Recognize -mno-implicit-float option for x86 as well as ARM. <rdar://13180731> by Bob Wilson · 12 years ago
  50. 0ff4f8b Use static functions instead of an unnamed namespace by Dmitri Gribenko · 12 years ago
  51. 2afbe52 Reformat formatter code. No functionality change. by Nico Weber · 12 years ago
  52. 051860e Formatter: Detect ObjC array literals. by Nico Weber · 12 years ago
  53. b7b2565 objective-C: Fixes a bogus warning due to not setting by Fariborz Jahanian · 12 years ago
  54. 7728057 Formatter: Add test for default arguments. by Nico Weber · 12 years ago
  55. 8448e1a FileCheck'ize tests by Dmitri Gribenko · 12 years ago
  56. 559b7fa FileCheck'ize a test by Dmitri Gribenko · 12 years ago
  57. a2f138a Remove unreachable statement by Dmitri Gribenko · 12 years ago
  58. bf88144 Comment parsing: use CharInfo.h by Dmitri Gribenko · 12 years ago
  59. ae50a5b libclang: use CXCursor getters to simplify code by Dmitri Gribenko · 12 years ago
  60. 223f0ff Remove some stray uses of <ctype.h> functions. by Jordan Rose · 12 years ago
  61. a4475a6 QoI: -Wreadonly-iboutlet-property should have the warning's location on the property. by Ted Kremenek · 12 years ago
  62. 992c592 Release notes: mention support for Unicode and UCNs in identifiers. by Jordan Rose · 12 years ago
  63. 6bd9929 Ensure that type definitions present in just-loaded modules are visible. by Douglas Gregor · 12 years ago
  64. f07e815 clang/lib/StaticAnalyzer/Core/BugReporter.cpp: Appease old msvc in std::pair(0, 0). by NAKAMURA Takumi · 12 years ago
  65. ed9c59f Properly validate UCNs for C99 and C++03 (both more restrictive than C(++)11). by Jordan Rose · 12 years ago
  66. d523df6 [analyzer] Invalidation checker: move the "missing implementation" check by Anna Zaks · 12 years ago
  67. adecec3 [analyzer] Move DefaultBool so that all checkers can share it. by Anna Zaks · 12 years ago
  68. 722cd9e [analyzer] Split IvarInvalidation into two checkers by Anna Zaks · 12 years ago
  69. 2b174c3 [analyzer] IvarInvalidation: refactor, pull out the diagnostic printing by Anna Zaks · 12 years ago
  70. 26db7db [analyzer] IvarInvalidation: add annotation for partial invalidation by Anna Zaks · 12 years ago
  71. 1256434 objective-C: don't issue bogus warning about by Fariborz Jahanian · 12 years ago
  72. 799f3c1 CharInfo: Add missing "using namespace clang::charinfo" in .cpp file. by Jordan Rose · 12 years ago
  73. 3f6f51e Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h. by Jordan Rose · 12 years ago
  74. 4a04d44 Simplify logic for avoiding concatenation after numeric constants. by Jordan Rose · 12 years ago
  75. 6d4f734 StmtPrinter: Write large char values using \u or \U. by Jordan Rose · 12 years ago
  76. 9893902 Pull Lexer's CharInfo table out for general use throughout Clang. by Jordan Rose · 12 years ago
  77. e22cef5 Note that checker-271 is newer than the analyzer in Xcode 4.6 by Ted Kremenek · 12 years ago
  78. 8580c7e Update open source checker build to checker-271. by Ted Kremenek · 12 years ago
  79. 2d1ece8 Always keep highest identifier, selector, and macro IDs when we've by Douglas Gregor · 12 years ago
  80. ea14a87 Never cache the result of a module file lookup. by Douglas Gregor · 12 years ago
  81. 52635ff Fix indentation-detection at indent level 0. by Manuel Klimek · 12 years ago
  82. 8185674 Teach BugReporter (extensive diagnostics) to emit a diagnostic when a loop body is skipped. by Ted Kremenek · 12 years ago
  83. 5a56e1b [libclang] Add a test to make sure annotation works fine in the presence of by Argyrios Kyrtzidis · 12 years ago
  84. 19df705 Remove stale instance variable. by Ted Kremenek · 12 years ago
  85. 9ffd1ae objective-C modern translation: Fix another random translation bug by Fariborz Jahanian · 12 years ago
  86. 547d5db Takes the context into account when re-indenting regions. by Manuel Klimek · 12 years ago
  87. bfaa111 objective-C modern translator. Fixes a trivial by Fariborz Jahanian · 12 years ago
  88. 087387a Fix handling of fake parenthesis during formatting. by Daniel Jasper · 12 years ago
  89. 29f123b Implement a tiny expression parser to improve formatting decisions. by Daniel Jasper · 12 years ago
  90. ce3d1a6 Avoid unnecessary line breaks in nested ObjC calls. by Daniel Jasper · 12 years ago
  91. 026ce82 Improve filechecking of volatile test. by Tim Northover · 12 years ago
  92. 6bbaa77 CMake: Include Clang unit tests in check-clang target in standalone builds. by Jordan Rose · 12 years ago
  93. 63eb156 Fix test failure by making sure this file isn't identical to any other file by Nick Lewycky · 12 years ago
  94. 3092d9d CMake: Optionally allow running the Clang unit tests in standalone builds. by Jordan Rose · 12 years ago
  95. a69a589 Fix conflict between r174685 and r174645 (rename -fmodule-cache-path <foo> to -fmodules-cache-path=<foo>). by Richard Smith · 12 years ago
  96. a86b37e [libclang] Attribute visitation happens out-of-source-order, make sure by Argyrios Kyrtzidis · 12 years ago
  97. f21107b Use the target address space value when mangling names. by Tanya Lattner · 12 years ago
  98. 2bb07c1 Fix stack overflow and improve performance when a module contains many by Richard Smith · 12 years ago
  99. ada7191 objective-C modern translator. Generate #line by Fariborz Jahanian · 12 years ago
  100. 1b58c74 Teach subframework header lookup to suggest modules <rdar://problem/13176200>. by Douglas Gregor · 12 years ago