1. 33c95f1 Hexagon TC: Add/improve support for small data threshold, pic, pie by Matthew Curtis · 12 years ago
  2. c709c8a Fix hexagon-toolchain.c test to handle versioned clang executables. by Matthew Curtis · 12 years ago
  3. 5fdf350 Hexagon TC: Reimplement Link::ConstructJob to call linker directly by Matthew Curtis · 12 years ago
  4. 4242740 Sema: Don't emit a warning when __func__ is used in a lambda outside of a function. by Benjamin Kramer · 12 years ago
  5. 112aff1 test/Driver/hexagon-toolchain.c: Unbreak XPASS. Cygwin can be treated as unix-like system. by NAKAMURA Takumi · 12 years ago
  6. 30ace37 Implements multiple parents in the parent map. by Manuel Klimek · 12 years ago
  7. 6781415 Hexagon TC: Move getHexagonTargetCPU from Tools.cpp to ToolChains.cpp by Matthew Curtis · 12 years ago
  8. d56a737 Improve clang-format's handling of unary operators. by Daniel Jasper · 12 years ago
  9. 4a29065 Disable hexagon toolchain test on windows targets by Matthew Curtis · 12 years ago
  10. b3489a0 Hexagon TC: Update toolchain to add appropriate include paths by Matthew Curtis · 12 years ago
  11. 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
  12. 72d2dab Rework the bitfield access IR generation to address PR13619 and by Chandler Carruth · 12 years ago
  13. 3b5943f "<<" alignment for clang-format. by Daniel Jasper · 12 years ago
  14. b929f66 Use the BlockDecl captures list to infer the direct captures for a BlockDataRegion. Fixes <rdar://problem/12415065>. by Ted Kremenek · 12 years ago
  15. e3ce2c1 Only provide explicit getCapturedRegion() and getOriginalRegion() from referenced_vars_iterator. by Ted Kremenek · 12 years ago
  16. 24570c4 Pull logic to map from VarDecl* to captured region using a helper function. WIP. by Ted Kremenek · 12 years ago
  17. e0c6c67 Use 'getOriginalRegion()' rather than going through the logic to recreate it. by Ted Kremenek · 12 years ago
  18. 030a664 Fix http://stackoverflow.com/questions/13521163 by Richard Smith · 12 years ago
  19. 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
  20. c213262 Disable clang/test/Preprocessor/macro-multiline.c for now, while investigating lit.ShUtil.parser. by NAKAMURA Takumi · 12 years ago
  21. 5c6ae4b more test of template declarations in a by Fariborz Jahanian · 12 years ago
  22. 5e0ea19 More C++ testing of declarations embedded in by Fariborz Jahanian · 12 years ago
  23. 4fb10d1 [driver, ms-inline asm] -fms-compatibility enables -fms-extensions, so this should enable by Chad Rosier · 12 years ago
  24. e23fbf1 [driver, ms-inline asm] Have -fms-extensions enable the AsmBlocks language by Chad Rosier · 12 years ago
  25. 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
  26. ddb2968 In DeclPrint add printing of '= default' in constructors. by Fariborz Jahanian · 12 years ago
  27. 9867eba More workarounds for PR10867. by Richard Smith · 12 years ago
  28. 65bcdab In DeclPrint add printing of 'explicit' constructors. by Fariborz Jahanian · 12 years ago
  29. ca95228 Fix an egregiously broken test. This pattern doesn't work: by Richard Smith · 12 years ago
  30. d10682f [c-index-test] Introduce '-index-compile-db' which accepts a compilation database file by Argyrios Kyrtzidis · 12 years ago
  31. 5e45385 Fix name. The array is unboundED. by Bill Wendling · 12 years ago
  32. 15490fd [driver, ms-inline asm] MS-Style inline assembly is controlled by the by Chad Rosier · 12 years ago
  33. a3064c3 fix comment. by Fariborz Jahanian · 12 years ago
  34. 02a2e5a Testing C++ declarations embedded in by Fariborz Jahanian · 12 years ago
  35. e0c0196 [ms-inline asm] Add more tests. by Chad Rosier · 12 years ago
  36. 2cd3440 Format strings: offer a cast to 'unichar' for %C in Objective-C contexts. by Jordan Rose · 12 years ago
  37. 17ddc54 Format strings: add more expression types that don't need parens to cast. by Jordan Rose · 12 years ago
  38. 448ac3e Format strings: a character literal should be printed with %c, not %d. by Jordan Rose · 12 years ago
  39. ff7be48 Format strings: the correct conversion for 'char' is %c, not %d or %hhd. by Jordan Rose · 12 years ago
  40. dfbb319 Remove bad and useless enum to bool conversion. by Daniel Jasper · 12 years ago
  41. 2e97cfc Clang-format: parse for and while loops by Alexander Kornienko · 12 years ago
  42. 33182dd Indentation fixes for clang-format. by Daniel Jasper · 12 years ago
  43. 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
  44. 99469f7 Reuse an existing diagnostic for tsan/msan needing -pie error. by Evgeniy Stepanov · 12 years ago
  45. 9ec98f2 test/Modules/build-fail-notes.m: Tweak to unbreak Win32 hosts to relax expressions, for now. by NAKAMURA Takumi · 12 years ago
  46. 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
  47. 5b10af7 PR14049: Don't say "expanded from macro 'foo'" when 'foo' just happens to be by Richard Smith · 12 years ago
  48. 98cffc6 Minor reorganization. No functionality change. by Richard Smith · 12 years ago
  49. aacadfe Add missing virtual destructors reported by -Wnon-virtual-dtor. by Daniel Jasper · 12 years ago
  50. 112fb27 Small tweaks to automatic formatting. by Daniel Jasper · 12 years ago
  51. ac31c83 Simplify slightly by seperating out the responsibility for emission of a caret by Richard Smith · 12 years ago
  52. 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
  53. 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
  54. 6788392 Simplify diagnostic emission. No functionality change intended. by Richard Smith · 12 years ago
  55. 91e2061 Thread-safety analysis: check locks on method calls, operator=, and by DeLesley Hutchins · 12 years ago
  56. 39a62fc [analyzer] Implement an opt-in variant of direct ivar assignment. by Anna Zaks · 12 years ago
  57. 47715cc Thread Safety Analysis: refactor to make more methods accept const pointers, by DeLesley Hutchins · 12 years ago
  58. 8920eb7 Testing C++ declarations embedded in by Fariborz Jahanian · 12 years ago
  59. fb4afc2 Thread safety analysis: Add a new "beta" warning flag: -Wthread-safety-beta. by DeLesley Hutchins · 12 years ago
  60. 1d15398 Add -whole-archive around the ASan runtime archive in the link command. by Chandler Carruth · 12 years ago
  61. 79762d3 Alphabetize source files, just like they have been before. by Ted Kremenek · 12 years ago
  62. 9d05986 Use the 'count' attribute to calculate the upper bound of an array. by Bill Wendling · 12 years ago
  63. 45b2738 Currently, with -fsanitize=address, the driver appends libclang_rt.asan.a to by Matt Beaumont-Gay · 12 years ago
  64. 3e2fe86 Testing C declarations embedded in by Fariborz Jahanian · 12 years ago
  65. accb0b0 Add missing destructors found with -Wnon-virtual-dtor. by Daniel Jasper · 12 years ago
  66. 441d9f7 Adapt to LLVM commit 169291 which streamlines the usage of NaCl/NativeClient by Eli Bendersky · 12 years ago
  67. c2ef5ad additional test for declaration tag of a class extension. // rdar://12378714 by Fariborz Jahanian · 12 years ago
  68. cff563c Error recovery part 2 by Alexander Kornienko · 12 years ago
  69. ff685c5 objective-c blocks: Consider padding due to alignment by Fariborz Jahanian · 12 years ago
  70. 393b008 Clang-format error recovery part 1 by Alexander Kornienko · 12 years ago
  71. 02c1b86 c-index-test.c: Make C89-compliant. by NAKAMURA Takumi · 12 years ago
  72. 1eb6082 libclang: Add a function to libclang for retrieving the bit width value by Dmitri Gribenko · 12 years ago
  73. 2040915 Make parenthesis counting and aligning a bit saner. by Daniel Jasper · 12 years ago
  74. a166e73 Enum formatting implementation by Alexander Kornienko · 12 years ago
  75. 8cb9bf5 Fix spelling I ran over while proof-reading tests. by Manuel Klimek · 12 years ago
  76. 5542635 ToolChains.cpp: Fixup r169260, clang/Config/config.h needs to be listed *last*, or llvm/Config/llvm-config.h could not be read in header files. by NAKAMURA Takumi · 12 years ago
  77. 987c2f5 Fixes crash in isDerivedFrom for recursive templates. by Manuel Klimek · 12 years ago
  78. 8822d3a Small fixes to unary operator recognition and handling of include directives. by Daniel Jasper · 12 years ago
  79. 00a3ccc Autotools has the same include guard for both Clang and LLVM's config.h. by Chandler Carruth · 12 years ago
  80. e0b8997 Update matcher documentation with script. by Daniel Jasper · 12 years ago
  81. 36e29d6 Add parameterCountIs() matcher. by Daniel Jasper · 12 years ago
  82. a88bb45 Replace workarounds with correct fixes. by Daniel Jasper · 12 years ago
  83. 30bc63f Sort the #include lines under utils/... by Chandler Carruth · 12 years ago
  84. 7cc315c Really sort the #include lines in unittests/... by Chandler Carruth · 12 years ago
  85. 1050e8b Sort the #include lines for unittests/... by Chandler Carruth · 12 years ago
  86. e0c6e93 Sort the #include lines for examples/... by Chandler Carruth · 12 years ago
  87. f59edb9 Sort #include lines for tools/... by Chandler Carruth · 12 years ago
  88. 30a2e16 Sort #include lines for all files under include/... by Chandler Carruth · 12 years ago
  89. 55fc873 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 12 years ago
  90. d031c6a ASTTests, ASTMatchersTests: Move clangEdit before clangAst in USEDLIB. by NAKAMURA Takumi · 12 years ago
  91. bf5bc4c Untabify (in USEDLIBS, Makefile(s)). by NAKAMURA Takumi · 12 years ago
  92. b331b5e clang/Lex: [CMake] Update CMakefiles since r169229. by NAKAMURA Takumi · 12 years ago
  93. c4475ee Don't test for ASM output but for IR output. by Bill Wendling · 12 years ago
  94. 37ed127 Refactor recording the preprocessor conditional directive regions out of by Argyrios Kyrtzidis · 12 years ago
  95. df1059c In the PreprocessingRecord, to identify the different conditional directive regions by Argyrios Kyrtzidis · 12 years ago
  96. 9f9e0d2 [libclang] Avoid copying the CompileCommand related strings when wrapping them to a CXString. by Argyrios Kyrtzidis · 12 years ago
  97. 7e96bfb Introduce CompilationDatabase::getAllCompileCommands() that returns all by Argyrios Kyrtzidis · 12 years ago
  98. 1fec8fc clang/test/CodeGenCXX/debug-info-zero-length-arrays.cpp: Add explicit triple, x86_64-unknown-unknown. It was incompatible to i686. by NAKAMURA Takumi · 12 years ago
  99. 003ec23 Add a 'count' field to the DWARF subrange. by Bill Wendling · 12 years ago
  100. 5c5eaa8 Document the existence of -fsanitize=bounds. by Richard Smith · 12 years ago