1. afa7cae [analyzer] Fix r168019 to work with unpruned paths as well. by Jordan Rose · 12 years ago
  2. 18f860e Reduce conversions between Store <-> ImmutableMapRef in RegionStore. by Ted Kremenek · 12 years ago
  3. 0c312a9 Add helper method to convert from a RegionStoreRefBindings to a Store. by Ted Kremenek · 12 years ago
  4. 3d8d422 Hexagon TC: forward appropriate args to assembler by Matthew Curtis · 12 years ago
  5. 2a907f8 Driver/ToolChains.cpp: Add the name CentOS5 32bit gcc44 (aka i386-redhat-linux6E). by NAKAMURA Takumi · 12 years ago
  6. 469a21b Clang-format: extracted FormatTokenSource from UnwrappedLineParser. by Alexander Kornienko · 12 years ago
  7. 1dbaef5 Hexagon TC: add cc1 defaults for hexagon-gcc compatibility by Matthew Curtis · 12 years ago
  8. c74e279 Small tweaks to clang-format. by Daniel Jasper · 12 years ago
  9. bf25fb1 Cache queries to lookupPrivateMethod() within ObjCMethodCall::getRuntimeDefinition(). by Ted Kremenek · 12 years ago
  10. e56bb36 Fix the required args count for variadic blocks. by John McCall · 12 years ago
  11. 8fda1ab clang/test: Remove "REQUIRES:LP64" in two tests. Each of them have explicit triple. by NAKAMURA Takumi · 12 years ago
  12. 23dca7d Further reduce analysis time by 0.2% on a heavy Objective-C example by avoiding over-eager canonicalization of clusters. by Ted Kremenek · 12 years ago
  13. 75191fd Unbreak the GCC (4.4 & other bot) builds from r169571. by David Blaikie · 12 years ago
  14. 6492c79 Add file missed from r169574! by Richard Smith · 12 years ago
  15. 5046439 Per [dcl.fct.def.default]p1, don't allow variadic special members to be defaulted. by Richard Smith · 12 years ago
  16. 29f5ccd Change RegionStore to always use ImmutableMapRef for processing cluster bindings. by Ted Kremenek · 12 years ago
  17. 5204d9e [analyzer] Remove possible pessimizations from r169563. by Jordan Rose · 12 years ago
  18. de780d4 test/Index/skip-parsed-bodies/compile_commands.json: Remove XFAIL on cygming. by NAKAMURA Takumi · 12 years ago
  19. 0a6e09f [analyzer] Avoid ProgramStateRef copy constructors. by Jordan Rose · 12 years ago
  20. c57d158 Revert r169557. It seems that the test is too restricted by Logan Chien · 12 years ago
  21. 2a06447 [libclang] Add a test to make sure we skip bodies properly from "#pragma once" headers. by Argyrios Kyrtzidis · 12 years ago
  22. cd15652 Add i686-linux-android for gcc toolchain detection. by Logan Chien · 12 years ago
  23. 850532c Add extra truthiness. by Richard Smith · 12 years ago
  24. c35fac1 Fixes Makefile for Format unit tests. by Fariborz Jahanian · 12 years ago
  25. 5705141 hexagon-toolchain.c now passes on win32 by Matthew Curtis · 12 years ago
  26. 803ebf1 relax hexagon-toolchain.c even more to accomodate mingw32 targets by Matthew Curtis · 12 years ago
  27. a64d703 relax hexagon-toolchain.c CHECK to accomodate mingw32 targets by Matthew Curtis · 12 years ago
  28. b283da2 Simplify PDiag's move assignment overload a bit, the self-move check isn't actually necessary. by Benjamin Kramer · 12 years ago
  29. fb4f3a2 Make sure to initialize the HasSkippedBody bit. by Argyrios Kyrtzidis · 12 years ago
  30. 838eb7e [libclang] Introduce a new indexing mode where we skip function bodies by Argyrios Kyrtzidis · 12 years ago
  31. 1449149 Revert "[analyzer] Aggressively cut back on the canonicalization in RegionStore." by Ted Kremenek · 12 years ago
  32. 407a82f Add move semantics to PartialDiagnostic, which can be very expensive to copy. by Benjamin Kramer · 12 years ago
  33. 2ab3b6d Un-XFAIL hexagon-toolchain.c test for mingw32 by Matthew Curtis · 12 years ago
  34. 35f3f36 Add a bit on FunctionDecl/ObjCMethodDecl to indicate if there was a body by Argyrios Kyrtzidis · 12 years ago
  35. c39f9fa [analyzer] Remove isa<> followed by dyn_cast<>. by Jordan Rose · 12 years ago
  36. 9428723 [analyzer] Remove unused fields from ExprEngine. by Jordan Rose · 12 years ago
  37. e9cd031 [analyzer] Remove checks that predate the linearized CFG. by Jordan Rose · 12 years ago
  38. 4ee1c55 [analyzer] Simplify RetainCountChecker's handling of dead symbols. by Jordan Rose · 12 years ago
  39. 4ecca28 [analyzer] Use a smarter algorithm to find the last block in an inlined call. by Jordan Rose · 12 years ago
  40. fbe4d36 [analyzer] Speed up ExplodedNode::Profile by avoiding copy constructors. by Jordan Rose · 12 years ago
  41. 6960d08 [analyzer] Use optimized assumeDual for branches. by Jordan Rose · 12 years ago
  42. 426cc12 [analyzer] Aggressively cut back on the canonicalization in RegionStore. by Jordan Rose · 12 years ago
  43. 7affe15 [analyzer] Remove bindExprAndLocation, which does extra work for no gain. by Jordan Rose · 12 years ago
  44. 1575731 Clang-format: IndentCaseLabels option, proper namespace handling by Alexander Kornienko · 12 years ago
  45. 762661a Fixes a typo in this test. by Fariborz Jahanian · 12 years ago
  46. a3a2b3a Clang-format: detect unbalanced braces. by Alexander Kornienko · 12 years ago
  47. 33c95f1 Hexagon TC: Add/improve support for small data threshold, pic, pie by Matthew Curtis · 12 years ago
  48. c709c8a Fix hexagon-toolchain.c test to handle versioned clang executables. by Matthew Curtis · 12 years ago
  49. 5fdf350 Hexagon TC: Reimplement Link::ConstructJob to call linker directly by Matthew Curtis · 12 years ago
  50. 4242740 Sema: Don't emit a warning when __func__ is used in a lambda outside of a function. by Benjamin Kramer · 12 years ago
  51. 112aff1 test/Driver/hexagon-toolchain.c: Unbreak XPASS. Cygwin can be treated as unix-like system. by NAKAMURA Takumi · 12 years ago
  52. 30ace37 Implements multiple parents in the parent map. by Manuel Klimek · 12 years ago
  53. 6781415 Hexagon TC: Move getHexagonTargetCPU from Tools.cpp to ToolChains.cpp by Matthew Curtis · 12 years ago
  54. d56a737 Improve clang-format's handling of unary operators. by Daniel Jasper · 12 years ago
  55. 4a29065 Disable hexagon toolchain test on windows targets by Matthew Curtis · 12 years ago
  56. b3489a0 Hexagon TC: Update toolchain to add appropriate include paths by Matthew Curtis · 12 years ago
  57. 8fd7f67 clang/test/CodeGen/2008-01-07-UnusualIntSize.c: Add triple x86_64. It doesn't assume 32-bit target, for now. by NAKAMURA Takumi · 12 years ago
  58. 72d2dab Rework the bitfield access IR generation to address PR13619 and by Chandler Carruth · 12 years ago
  59. 3b5943f "<<" alignment for clang-format. by Daniel Jasper · 12 years ago
  60. b929f66 Use the BlockDecl captures list to infer the direct captures for a BlockDataRegion. Fixes <rdar://problem/12415065>. by Ted Kremenek · 12 years ago
  61. e3ce2c1 Only provide explicit getCapturedRegion() and getOriginalRegion() from referenced_vars_iterator. by Ted Kremenek · 12 years ago
  62. 24570c4 Pull logic to map from VarDecl* to captured region using a helper function. WIP. by Ted Kremenek · 12 years ago
  63. e0c6c67 Use 'getOriginalRegion()' rather than going through the logic to recreate it. by Ted Kremenek · 12 years ago
  64. 030a664 Fix http://stackoverflow.com/questions/13521163 by Richard Smith · 12 years ago
  65. d5e8394 Don't use dyn_cast on a Type* which might not be canonical. Fixes an extremely obscure record layout bug. by Richard Smith · 12 years ago
  66. c213262 Disable clang/test/Preprocessor/macro-multiline.c for now, while investigating lit.ShUtil.parser. by NAKAMURA Takumi · 12 years ago
  67. 5c6ae4b more test of template declarations in a by Fariborz Jahanian · 12 years ago
  68. 5e0ea19 More C++ testing of declarations embedded in by Fariborz Jahanian · 12 years ago
  69. 4fb10d1 [driver, ms-inline asm] -fms-compatibility enables -fms-extensions, so this should enable by Chad Rosier · 12 years ago
  70. e23fbf1 [driver, ms-inline asm] Have -fms-extensions enable the AsmBlocks language by Chad Rosier · 12 years ago
  71. 95d8255 Looks like lit on Windows can't cope with parens here, and in any case, we shouldn't need them after r169441. by Richard Smith · 12 years ago
  72. ddb2968 In DeclPrint add printing of '= default' in constructors. by Fariborz Jahanian · 12 years ago
  73. 9867eba More workarounds for PR10867. by Richard Smith · 12 years ago
  74. 65bcdab In DeclPrint add printing of 'explicit' constructors. by Fariborz Jahanian · 12 years ago
  75. ca95228 Fix an egregiously broken test. This pattern doesn't work: by Richard Smith · 12 years ago
  76. d10682f [c-index-test] Introduce '-index-compile-db' which accepts a compilation database file by Argyrios Kyrtzidis · 12 years ago
  77. 5e45385 Fix name. The array is unboundED. by Bill Wendling · 12 years ago
  78. 15490fd [driver, ms-inline asm] MS-Style inline assembly is controlled by the by Chad Rosier · 12 years ago
  79. a3064c3 fix comment. by Fariborz Jahanian · 12 years ago
  80. 02a2e5a Testing C++ declarations embedded in by Fariborz Jahanian · 12 years ago
  81. e0c0196 [ms-inline asm] Add more tests. by Chad Rosier · 12 years ago
  82. 2cd3440 Format strings: offer a cast to 'unichar' for %C in Objective-C contexts. by Jordan Rose · 12 years ago
  83. 17ddc54 Format strings: add more expression types that don't need parens to cast. by Jordan Rose · 12 years ago
  84. 448ac3e Format strings: a character literal should be printed with %c, not %d. by Jordan Rose · 12 years ago
  85. ff7be48 Format strings: the correct conversion for 'char' is %c, not %d or %hhd. by Jordan Rose · 12 years ago
  86. dfbb319 Remove bad and useless enum to bool conversion. by Daniel Jasper · 12 years ago
  87. 2e97cfc Clang-format: parse for and while loops by Alexander Kornienko · 12 years ago
  88. 33182dd Indentation fixes for clang-format. by Daniel Jasper · 12 years ago
  89. 720ffb6 Follow-up to r169286, addresses comments in http://llvm-reviews.chandlerc.com/D164#comment-4 : comments and a method rename by Alexander Kornienko · 12 years ago
  90. 99469f7 Reuse an existing diagnostic for tsan/msan needing -pie error. by Evgeniy Stepanov · 12 years ago
  91. 9ec98f2 test/Modules/build-fail-notes.m: Tweak to unbreak Win32 hosts to relax expressions, for now. by NAKAMURA Takumi · 12 years ago
  92. 37ec8d5 In C++, if we hit an error in the class-head, don't try to parse the class body. by Richard Smith · 12 years ago
  93. 5b10af7 PR14049: Don't say "expanded from macro 'foo'" when 'foo' just happens to be by Richard Smith · 12 years ago
  94. 98cffc6 Minor reorganization. No functionality change. by Richard Smith · 12 years ago
  95. aacadfe Add missing virtual destructors reported by -Wnon-virtual-dtor. by Daniel Jasper · 12 years ago
  96. 112fb27 Small tweaks to automatic formatting. by Daniel Jasper · 12 years ago
  97. ac31c83 Simplify slightly by seperating out the responsibility for emission of a caret by Richard Smith · 12 years ago
  98. d515e62 This test used to fail forever if it failed once, because it does not clean up after itself if it failed. by Richard Smith · 12 years ago
  99. 88a8fa3 Driver.cpp: Restore clang/Config/config.h to be included at last not to prevent llvm-config.h. by NAKAMURA Takumi · 12 years ago
  100. 6788392 Simplify diagnostic emission. No functionality change intended. by Richard Smith · 12 years ago