1. e6b9d80 Implement OpenCL event_t as Clang builtin type, including event_t related OpenCL restrictions (OpenCL 1.2 spec 6.9) by Guy Benyei · 11 years ago
  2. b3ce357 update to use the new BitcodeCursor readRecord that takes a StringRef blob parameter, by Chris Lattner · 11 years ago
  3. d47afb9 Nuke SetUpBuildDumpLog. by Sean Silva · 11 years ago
  4. d2ff76b Fix what appears to be a copy-paste error. by Sean Silva · 11 years ago
  5. a89701b The last of PR14471: Debug info support for inline in-class initializer for float static members by David Blaikie · 11 years ago
  6. 0116a40 Fixed trailing whitespace. by Michael Gottesman · 11 years ago
  7. e4e4a88 add back a #include needed on some builders. by Chris Lattner · 11 years ago
  8. 8f9a1eb finish converting the normal cases in ASTReader to use the new BitstreamCursor APIs. by Chris Lattner · 11 years ago
  9. bba99ad [cindex.py]: Use spaces instead of tabs by Tobias Grosser · 11 years ago
  10. 99a5af0 convert some more stuff over to use new cursor APIs. by Chris Lattner · 11 years ago
  11. 4918c53 Actually update the test, fixup for r172923 by Dmitri Gribenko · 11 years ago
  12. c934dfe Use llvm::hexDigitValue in comment lexer by Dmitri Gribenko · 11 years ago
  13. 44a3ddb Comment parsing: add more tests for html character references by Dmitri Gribenko · 11 years ago
  14. 88bde50 switch a bunch of ASTReader to use the new BitstreamCursor::advance* methods, by Chris Lattner · 11 years ago
  15. e485f07 random tidying by Chris Lattner · 11 years ago
  16. 2b9de0b [analyzer] Don't show "Entered 'foo'" if 'foo' is implicit. by Jordan Rose · 11 years ago
  17. e8d7514 Emit the function type of member function pointer types the same as member functions. by David Blaikie · 11 years ago
  18. e38c339 libclangSerialization also depends on the bitreader. by Benjamin Kramer · 11 years ago
  19. 2815bc9 update header comment. by Chris Lattner · 11 years ago
  20. 3a5fa03 fix the unit tests too. by Chris Lattner · 11 years ago
  21. 5975b67 these now depend on the bitcode reader too. by Chris Lattner · 11 years ago
  22. ac179ca this depends on the bitcode reader, since it is using it. by Chris Lattner · 11 years ago
  23. 69a8552 [cindex.py] Add cache for CompletionChunk spellings by Tobias Grosser · 11 years ago
  24. eca36d1 [cindex.py] Replace CachedProperty with our own implementation by Tobias Grosser · 11 years ago
  25. e43d386 [cindex.py]: Speed up lookup of the completion kind by Tobias Grosser · 11 years ago
  26. b1ba0ef Re-sort all the headers. Lots of regressions have crept in here. by Chandler Carruth · 11 years ago
  27. 6ee777d Move an input header file under an Inputs directory to be consistent by Chandler Carruth · 11 years ago
  28. 39371b8 Reapply r172878 with test case. by Ted Kremenek · 11 years ago
  29. ba65f50 Fix five more cases of tokens which can legally follow a type specifier. by Richard Smith · 11 years ago
  30. dc1088f [PCH/Modules] Revert r172843, it caused a module to fail building. by Argyrios Kyrtzidis · 11 years ago
  31. 1dfebd9 [analyzer] Suppress warnings coming out of macros defined in sys/queue.h by Anna Zaks · 11 years ago
  32. f305279 Whitespace. by NAKAMURA Takumi · 11 years ago
  33. 6adfff1 Revert r172878, "Reword warning about using a *static* variable within its own initialization." by NAKAMURA Takumi · 11 years ago
  34. 1bdac1d Reword warning about using a *static* variable within its own initialization. by Ted Kremenek · 11 years ago
  35. 77fd3c0 -Wuninitialized: warn about uninitialized values resulting from ?: that evaluate to lvalues (in C++). by Ted Kremenek · 11 years ago
  36. 299adab Remove windows line endings. by David Blaikie · 11 years ago
  37. 8dc3c80 Remove unused variable by Matt Beaumont-Gay · 11 years ago
  38. 728bb4c Adopt llvm::hexDigitValue. by Jordan Rose · 11 years ago
  39. cd6bfd0 Fix mismatched #endif. by Jordan Rose · 11 years ago
  40. 22eaced Once we've collected the template arguments for a by Douglas Gregor · 11 years ago
  41. 0ecc2e9 Thread-safety analysis: ignore edges from throw expressions in CFG. by DeLesley Hutchins · 11 years ago
  42. 79188ae Include ubsan runtime even when building a shared library. We don't require the executable to be linked with UBSan. by Richard Smith · 11 years ago
  43. dbee949 [mips] Enable inlining of atomic ops on mips32 and mips64. by Akira Hatanaka · 11 years ago
  44. e67e4c9 Use the AttributeSet query method instead of the Attribute method. by Bill Wendling · 11 years ago
  45. f953276 [PCH/Modules] Re-apply r172620 and r172629, now with 100% less infinite loops! by Argyrios Kyrtzidis · 11 years ago
  46. 55fc3a7 Fix parsing of class specifiers before '\n' 'operator'. by Nico Weber · 11 years ago
  47. e02be97 [analyzer] Special path notes for C++ special member functions. by Jordan Rose · 11 years ago
  48. dc47c9a [analyzer] Do a better job describing C++ member functions in the call stack. by Jordan Rose · 11 years ago
  49. ba287dc Fix comment. by Manuel Klimek · 11 years ago
  50. 4c12812 Fixes issues around pulling in the next line in simple if statements. by Manuel Klimek · 11 years ago
  51. ea8bca7 clang/test/CodeGen: Suppress a couple of tests on win32. It seems -fsanitize-blacklist doesn't accept DOSish pathnames. by NAKAMURA Takumi · 11 years ago
  52. 525fe16 Fixes problems with line merging in the face of preprocessor directives. by Manuel Klimek · 11 years ago
  53. b8238b6 clang-check: Introduce llvm::sys::PrintStackTraceOnErrorSignal() by NAKAMURA Takumi · 11 years ago
  54. 4f45bc0 [ubsan] Add support for -fsanitize-blacklist by Will Dietz · 11 years ago
  55. c79afda Reduce penalty for splitting between ")" and ".". by Daniel Jasper · 11 years ago
  56. 7d1185d Also align trailing line comments in include directives. by Daniel Jasper · 11 years ago
  57. dcc2a62 Let the formatter align trailing line comments where possible. by Daniel Jasper · 11 years ago
  58. 94fb729 Formatter: After case blocks, "break" goes on the same line as the "}", PR14907. by Nico Weber · 11 years ago
  59. 5dfe9b4 Formatter: Enable @encode test. by Nico Weber · 11 years ago
  60. d3b036e Revert Clang r172620 and r172629, which caused a hang when building by Douglas Gregor · 11 years ago
  61. 6a21a55 Formatter: The contents of @selector() should be formatted as a selector. by Nico Weber · 11 years ago
  62. f373c5d When checking the parameter types of an Objective-C method, don't by Douglas Gregor · 11 years ago
  63. 96bd14b [ms-inline asm] Test case for r172773. by Chad Rosier · 11 years ago
  64. 92d1387 One can override an Objective-C ARC ownership qualifier that came from by Douglas Gregor · 11 years ago
  65. ba57183 Some builtins do not evaluate their arguments. Teach EvaluatedExprVisitor not by Richard Smith · 11 years ago
  66. 02dd798 In Objective-C ARC, completely ignore ownership qualifiers on the by Douglas Gregor · 11 years ago
  67. fa2b53c [analyzer] DirectIvarAssignment: allow suppression annotation on Ivars. by Anna Zaks · 11 years ago
  68. 1a2dcd5 Defer checking for unsequenced operations on the RHS of && and || in order to by Richard Smith · 11 years ago
  69. cdbe1e0 Format strings: don't ever convert %+d to %lu. by Jordan Rose · 11 years ago
  70. de03c15 Parsing support for C11's _Noreturn keyword. No semantics yet. by Richard Smith · 11 years ago
  71. 995e4a7 -Wunsequenced: if the LHS of an &&, || or ?: is not constant, check for by Richard Smith · 11 years ago
  72. 0234179 We want the dwarf AT_producer for assembly source files to match clang's by Kevin Enderby · 11 years ago
  73. 17d481f Do not pass -pie flag to linker if -shared specified. This matches by Peter Collingbourne · 11 years ago
  74. 205ecf0 [ms-inline asm] Updates and test case for r172743. Part of rdar://12576868 by Chad Rosier · 11 years ago
  75. b8b5cbc [ms-inline asm] Extend the Sema interface to get the size and length of a by Chad Rosier · 11 years ago
  76. 242ae3d Format strings: correct signedness if already correcting width (%d,%u). by Jordan Rose · 11 years ago
  77. c8145bb Convert test/FixIt/format-darwin.m to use relative line numbers. by Jordan Rose · 11 years ago
  78. 617bb31 Add some semantic checks for OpenCL. Variadic macros, VLAs and bitfields are not supported. by Joey Gouly · 11 years ago
  79. 5096a44 Formatter: Get bit tests in ifs right. by Nico Weber · 11 years ago
  80. 21937c6 Documentation: formatting by Dmitri Gribenko · 11 years ago
  81. 60ca75d Allow breaking after the trailing const after a function declaration. by Daniel Jasper · 11 years ago
  82. df96e02 Add initial rough support for synthesizing linker options when passed by Chandler Carruth · 11 years ago
  83. 2c6cc48 Improve handling of comments in static initializers. by Daniel Jasper · 11 years ago
  84. ee000bb Improve -Wreorder to handle cases of anonymous class member ordering by David Blaikie · 11 years ago
  85. 334111d clang/test/Index/code-completion-skip-bodies.cpp: Check stdout and stderr individually, rather than mixed output of stdout and stderr with 2>&1. by NAKAMURA Takumi · 11 years ago
  86. aab6005 Revert most of r172140. by Nico Weber · 11 years ago
  87. 93c8617 ArrayRef-ize some ctor initializer related APIs by David Blaikie · 11 years ago
  88. 72190da Remove some unnecessary casts by David Blaikie · 11 years ago
  89. 459455b Add test for PR12938, fixed by Richard Smith in r172691 by David Blaikie · 11 years ago
  90. 87b73ba Suppress all -Wunused-value warnings from macro body expansions. by Matt Beaumont-Gay · 11 years ago
  91. 6987e8d Add a comment for Daniel by Douglas Gregor · 11 years ago
  92. dca97dd Test that we correctly handle reversion of line splicing etc in raw string by Richard Smith · 11 years ago
  93. e5096c8 Attempt to work around bug in older GCCs to fix buildbot. by Richard Smith · 11 years ago
  94. f9d03c1 [IRgen] Update modules autolink metadata to use module flags (as now specified by Daniel Dunbar · 11 years ago
  95. cd8ab51 Implement C++11 semantics for [[noreturn]] attribute. This required splitting by Richard Smith · 11 years ago
  96. 6c3af3d Add -Wunsequenced (with compatibility alias -Wsequence-point) to warn on by Richard Smith · 11 years ago
  97. 4637d18 clang/test/Modules/compiler_builtins.m: Mark this as XFAIL:win32 for now. Investigating. by NAKAMURA Takumi · 11 years ago
  98. 0f9b9f3 Treat hidden Objective-C protocol definitions as if they were by Douglas Gregor · 11 years ago
  99. a6f9707 Implement a fixit for -Wmain-return-type by Dmitri Gribenko · 11 years ago
  100. 90a2d39 objC block layout: Patch reorders block layout to by Fariborz Jahanian · 11 years ago