1. ffee171 Fix "*" formatting when creating arrays of pointers. by Daniel Jasper · 12 years ago
  2. 9ec55f2 Switch to APFloat constructor taking fltSemantics. by Tim Northover · 12 years ago
  3. 6a94c1e [ASan] Fixed darwin-sanitizer-ld.c to match the flags after the switch to the dynamic runtime. by Alexander Potapenko · 12 years ago
  4. 454028e [ASan] Link with the dynamic runtime on OS X by Alexander Potapenko · 12 years ago
  5. 6f7eeb9 libclang: Update comment about USEDLIBS in c-*-test/Makefile. by NAKAMURA Takumi · 12 years ago
  6. b62faef Use the correct field to copy/dispose a __block variable. by John McCall · 12 years ago
  7. 614323c clang/test/Index/comment-to-html-xml-conversion.cpp: Mark this as XFAIL:valgrind, for now. Working in progress. by NAKAMURA Takumi · 12 years ago
  8. cc128e9 clang/test: [CMake] check-clang doesn't require llvm-dis any more. by NAKAMURA Takumi · 12 years ago
  9. a7246da clang/test/CodeGen: Nuke llvm's opt and llvm-dis, and FileCheck-ize two tests. -O1 is sufficient here. by NAKAMURA Takumi · 12 years ago
  10. 146254f clang/test/CodeGen/2006-01-13-StackSave.c: Nuke llvm's opt and llvm-dis, and FileCheck-ize. by NAKAMURA Takumi · 12 years ago
  11. 9627bb6 clang/test/CodeGen/blocks-seq.c: FileCheck-ize. by NAKAMURA Takumi · 12 years ago
  12. 821627e Remove "incorrect" aligning of trailing comments. by Daniel Jasper · 12 years ago
  13. ed01f84 Have AttributeSet::getRetAttributes() return an AttributeSet instead of Attribute. by Bill Wendling · 12 years ago
  14. f11ccc1 objectiveC: don't warn when in -Wselector mode and by Fariborz Jahanian · 12 years ago
  15. a37ce61 Make AttributeSet::getFnAttributes() return an AttributeSet instead of an Attribute. by Bill Wendling · 12 years ago
  16. cc71dbe Give ModuleFiles an index, so that we can use indexed vectors rather by Douglas Gregor · 12 years ago
  17. b892d70 Eliminate Sema::CompareProperties(), which was walking over a pile of by Douglas Gregor · 12 years ago
  18. 05bf827 Formatter: Set MatchingParen for [], to match <>, (), {}. No functionality change. by Nico Weber · 12 years ago
  19. 3f29fbb Formatter: Rename LSquare to Left to make parseSquare() more consistent with the other paren parsing methods. by Nico Weber · 12 years ago
  20. 308232c Fixes various problems around enum parsing. by Manuel Klimek · 12 years ago
  21. aabd094 Eliminate the oddly-named Sema::ComparePropertiesInBaseAndSuper, which by Douglas Gregor · 12 years ago
  22. eb8fc58 [ASTUnit] Unlike LoadFromCommandLine, LoadFromCompilerInvocation causes a crash if Precompilepreamble by Argyrios Kyrtzidis · 12 years ago
  23. 141b90c [analyzer] Fix test for r173067. by Jordan Rose · 12 years ago
  24. 0dfe23c Replace some unnecessary O(N^2) lookups for properties with by Douglas Gregor · 12 years ago
  25. 187f8bd [analyzer] Show notes inside implicit calls at the last explicit call site. by Jordan Rose · 12 years ago
  26. 125eb3e ReadSourceManagerBlock is skipping over records that can contain Blobs. Not passing by Chris Lattner · 12 years ago
  27. 8222b89 Revert r173056; it breaks one of the CodeGen-with-PCH tests. by Douglas Gregor · 12 years ago
  28. c44cc01 When loading an identifier from an AST file solely for the purpose of by Douglas Gregor · 12 years ago
  29. 2f1ac41 Fixes formatting of empty blocks. by Manuel Klimek · 12 years ago
  30. 9cfdc03 When deserializing a declaration, don't look for redeclarations if its by Douglas Gregor · 12 years ago
  31. 5a04f9f Introduce a fast path for the ASTReader's name lookup within a by Douglas Gregor · 12 years ago
  32. 032f253 Fix parsing of templated declarations. by Daniel Jasper · 12 years ago
  33. d19dc2d Fixes indent in linkage specification blocks. by Manuel Klimek · 12 years ago
  34. 9c8c40e Fix bug discovered by valgrind. by Daniel Jasper · 12 years ago
  35. 0fbe008 Add regression test. by Manuel Klimek · 12 years ago
  36. 6de6aab AST/VTableBuilder.h: Suppress a warning. [-Wunused-private-field] by NAKAMURA Takumi · 12 years ago
  37. 3a3408c Fixes detection of class template specializations. by Manuel Klimek · 12 years ago
  38. 649c731 First step towards vftable generation with -cxx-abi microsoft PR13231 by Timur Iskhodzhanov · 12 years ago
  39. 445743d Add a fixit for _Noreturn main, by Dmitri Gribenko · 12 years ago
  40. d24c9ab CGDebugInfo.cpp: Fix a warning. [-Wunused-variable] by NAKAMURA Takumi · 12 years ago
  41. 7f5b025 Allow for nested name specifiers in record declarations. by Manuel Klimek · 12 years ago
  42. c44ee89 Fix parsing of return statements. by Manuel Klimek · 12 years ago
  43. 2cb3d30 Port r172856: 'Include ubsan runtime even when building a shared library. We don't require executable to be linked with UBSan.' to Mac by Alexey Samsonov · 12 years ago
  44. 4b12be6 PR14472: Preserve qualifiers while unwrapping types for debug info by David Blaikie · 12 years ago
  45. d9e26f5 Prune unused diagnostics. by Benjamin Kramer · 12 years ago
  46. 4867b1b clang/utils/valgrind/x86_64-pc-linux-gnu_gcc-4.3.3.supp: Add /usr/bin/cmp. by NAKAMURA Takumi · 12 years ago
  47. eedba1d Add bitreader to LINK_COMPONENTS in users of libclang, c-arcmt-test and c-index-test. by NAKAMURA Takumi · 12 years ago
  48. 4bdc604 Add top-level Clang flag -f(no-)sanitize-address-zero-base-shadow that makes AddressSanitizer use bottom of the address space for the shadow memory. On Linux it can be used with -fPIE/-pie to improve performance. by Alexey Samsonov · 12 years ago
  49. e6b9d80 Implement OpenCL event_t as Clang builtin type, including event_t related OpenCL restrictions (OpenCL 1.2 spec 6.9) by Guy Benyei · 12 years ago
  50. b3ce357 update to use the new BitcodeCursor readRecord that takes a StringRef blob parameter, by Chris Lattner · 12 years ago
  51. d47afb9 Nuke SetUpBuildDumpLog. by Sean Silva · 12 years ago
  52. d2ff76b Fix what appears to be a copy-paste error. by Sean Silva · 12 years ago
  53. a89701b The last of PR14471: Debug info support for inline in-class initializer for float static members by David Blaikie · 12 years ago
  54. 0116a40 Fixed trailing whitespace. by Michael Gottesman · 12 years ago
  55. e4e4a88 add back a #include needed on some builders. by Chris Lattner · 12 years ago
  56. 8f9a1eb finish converting the normal cases in ASTReader to use the new BitstreamCursor APIs. by Chris Lattner · 12 years ago
  57. bba99ad [cindex.py]: Use spaces instead of tabs by Tobias Grosser · 12 years ago
  58. 99a5af0 convert some more stuff over to use new cursor APIs. by Chris Lattner · 12 years ago
  59. 4918c53 Actually update the test, fixup for r172923 by Dmitri Gribenko · 12 years ago
  60. c934dfe Use llvm::hexDigitValue in comment lexer by Dmitri Gribenko · 12 years ago
  61. 44a3ddb Comment parsing: add more tests for html character references by Dmitri Gribenko · 12 years ago
  62. 88bde50 switch a bunch of ASTReader to use the new BitstreamCursor::advance* methods, by Chris Lattner · 12 years ago
  63. e485f07 random tidying by Chris Lattner · 12 years ago
  64. 2b9de0b [analyzer] Don't show "Entered 'foo'" if 'foo' is implicit. by Jordan Rose · 12 years ago
  65. e8d7514 Emit the function type of member function pointer types the same as member functions. by David Blaikie · 12 years ago
  66. e38c339 libclangSerialization also depends on the bitreader. by Benjamin Kramer · 12 years ago
  67. 2815bc9 update header comment. by Chris Lattner · 12 years ago
  68. 3a5fa03 fix the unit tests too. by Chris Lattner · 12 years ago
  69. 5975b67 these now depend on the bitcode reader too. by Chris Lattner · 12 years ago
  70. ac179ca this depends on the bitcode reader, since it is using it. by Chris Lattner · 12 years ago
  71. 69a8552 [cindex.py] Add cache for CompletionChunk spellings by Tobias Grosser · 12 years ago
  72. eca36d1 [cindex.py] Replace CachedProperty with our own implementation by Tobias Grosser · 12 years ago
  73. e43d386 [cindex.py]: Speed up lookup of the completion kind by Tobias Grosser · 12 years ago
  74. b1ba0ef Re-sort all the headers. Lots of regressions have crept in here. by Chandler Carruth · 12 years ago
  75. 6ee777d Move an input header file under an Inputs directory to be consistent by Chandler Carruth · 12 years ago
  76. 39371b8 Reapply r172878 with test case. by Ted Kremenek · 12 years ago
  77. ba65f50 Fix five more cases of tokens which can legally follow a type specifier. by Richard Smith · 12 years ago
  78. dc1088f [PCH/Modules] Revert r172843, it caused a module to fail building. by Argyrios Kyrtzidis · 12 years ago
  79. 1dfebd9 [analyzer] Suppress warnings coming out of macros defined in sys/queue.h by Anna Zaks · 12 years ago
  80. f305279 Whitespace. by NAKAMURA Takumi · 12 years ago
  81. 6adfff1 Revert r172878, "Reword warning about using a *static* variable within its own initialization." by NAKAMURA Takumi · 12 years ago
  82. 1bdac1d Reword warning about using a *static* variable within its own initialization. by Ted Kremenek · 12 years ago
  83. 77fd3c0 -Wuninitialized: warn about uninitialized values resulting from ?: that evaluate to lvalues (in C++). by Ted Kremenek · 12 years ago
  84. 299adab Remove windows line endings. by David Blaikie · 12 years ago
  85. 8dc3c80 Remove unused variable by Matt Beaumont-Gay · 12 years ago
  86. 728bb4c Adopt llvm::hexDigitValue. by Jordan Rose · 12 years ago
  87. cd6bfd0 Fix mismatched #endif. by Jordan Rose · 12 years ago
  88. 22eaced Once we've collected the template arguments for a by Douglas Gregor · 12 years ago
  89. 0ecc2e9 Thread-safety analysis: ignore edges from throw expressions in CFG. by DeLesley Hutchins · 12 years ago
  90. 79188ae Include ubsan runtime even when building a shared library. We don't require the executable to be linked with UBSan. by Richard Smith · 12 years ago
  91. dbee949 [mips] Enable inlining of atomic ops on mips32 and mips64. by Akira Hatanaka · 12 years ago
  92. e67e4c9 Use the AttributeSet query method instead of the Attribute method. by Bill Wendling · 12 years ago
  93. f953276 [PCH/Modules] Re-apply r172620 and r172629, now with 100% less infinite loops! by Argyrios Kyrtzidis · 12 years ago
  94. 55fc3a7 Fix parsing of class specifiers before '\n' 'operator'. by Nico Weber · 12 years ago
  95. e02be97 [analyzer] Special path notes for C++ special member functions. by Jordan Rose · 12 years ago
  96. dc47c9a [analyzer] Do a better job describing C++ member functions in the call stack. by Jordan Rose · 12 years ago
  97. ba287dc Fix comment. by Manuel Klimek · 12 years ago
  98. 4c12812 Fixes issues around pulling in the next line in simple if statements. by Manuel Klimek · 12 years ago
  99. ea8bca7 clang/test/CodeGen: Suppress a couple of tests on win32. It seems -fsanitize-blacklist doesn't accept DOSish pathnames. by NAKAMURA Takumi · 12 years ago
  100. 525fe16 Fixes problems with line merging in the face of preprocessor directives. by Manuel Klimek · 12 years ago