1. 778dd4a [NVPTX] Fix const modifier on builtins by Justin Holewinski · 12 years ago
  2. 11c9877 Fix binding of nodes in case of forEach..() matchers. by Daniel Jasper · 12 years ago
  3. 18f2368 Remove unneeded includes from IdentifierTable by Nico Weber · 12 years ago
  4. 03e67fb Delete comment reference to non-existent method by Nico Weber · 12 years ago
  5. bb23628 s/BCPLComment/LineComment/ by Nico Weber · 12 years ago
  6. a6600a3 FileCheckize test by Nico Weber · 12 years ago
  7. 879c92c Fix a typo which Matt pointed out. by Richard Smith · 12 years ago
  8. a97d2ec objective-C blocks: Change BLOCK_HAS_EXTENDED_LAYOUT to be 1<<31. by Fariborz Jahanian · 12 years ago
  9. 229d47a Rework my implementation of circular-reference finding to not use by Douglas Gregor · 12 years ago
  10. 463eb89 Add clang support of RTM from TSX by Michael Liao · 12 years ago
  11. e59188b -momit-leaf-frame-pointer is a -m option, not a -f option. by Richard Smith · 12 years ago
  12. 3e77351 Revert "Disable -Wimplicit-fallthrough when not using C++.", pending further discussion on cfe-dev. by Ted Kremenek · 12 years ago
  13. 6c801b6 Add a few more test cases for verifying -fno-builtin. by Meador Inge · 12 years ago
  14. 6e3ceb5 Disable -Wimplicit-fallthrough when not using C++. by Ted Kremenek · 12 years ago
  15. 4e674f7 [analyzer] When invalidating symbolic offset regions, take fields into account. by Jordan Rose · 12 years ago
  16. 3d512d8 Handle redeclarations of catch variables in catch blocks. by David Blaikie · 12 years ago
  17. d777e28 Diagnostic circular inheritance involving dependent base classes. We by Douglas Gregor · 12 years ago
  18. c4027c8 PR14296: function parameter name collisions in function try/catch by David Blaikie · 12 years ago
  19. 75e8efe Make __LDBL_MAX__ etc. have the correct type on targets where long double/double/etc. have the same format. PR14285. by Eli Friedman · 12 years ago
  20. 87da0b7 -Wobjc-literal-compare: look through implicit casts. by Jordan Rose · 12 years ago
  21. d1542c2 [NVPTX] Add __nvvm_* intrinsics as Clang builtins by Justin Holewinski · 12 years ago
  22. da2d2c7 Document -W in clang --help. Also make the help text more consistent (don't end descriptions in periods, use | to separate possible values). by Richard Smith · 12 years ago
  23. 028eb65 Don't include the help for -mips* in clang --help. These are just aliases for other options, and not common enough to be worth including here. by Richard Smith · 12 years ago
  24. 0f3edc5 -Wlarge-by-value-copy may be awesome, but it really shouldn't be the one and by Richard Smith · 12 years ago
  25. a67d503 PR13788: Don't perform checks on the initializer of a dependently-typed by Richard Smith · 12 years ago
  26. 6af1405 Remove leftover code. by Argyrios Kyrtzidis · 12 years ago
  27. e9d417d Add lldb data formatters for clang classes, starting with SourceLocation. by Argyrios Kyrtzidis · 12 years ago
  28. 762d15d Remove --help text for deprecated sanitizer options, add --help text for -fsanitize=. by Richard Smith · 12 years ago
  29. f1eaab1 PR14303: Add a NoDriverOption flag to those options which are not accepted by by Richard Smith · 12 years ago
  30. b328ee5 Add string to try and fix build from r167629. by Chad Rosier · 12 years ago
  31. 9410928 Add a SourceLocation::printToString() that returns in a std::string what dump() by Argyrios Kyrtzidis · 12 years ago
  32. ecd27bf Add a FileCharacteristic parameter to SourceManager::createFileIDForMemBuffer by Argyrios Kyrtzidis · 12 years ago
  33. 8616f9a Turn FrontendInputFile into an immutable class and have it also accept by Argyrios Kyrtzidis · 12 years ago
  34. 8e1fbbc Make CompilerInstance::InitializeSourceManager accept a FrontendInputFile, by Argyrios Kyrtzidis · 12 years ago
  35. d96d82e Don't use so many bits. by Rafael Espindola · 12 years ago
  36. 485577d Implement -mstrict-align using '-backend-option -arm-strict-align' as this saves by Chad Rosier · 12 years ago
  37. ed193ba Add test case for r167619. by Chad Rosier · 12 years ago
  38. 7e29327 [driver] Add a -mstrict-align compiler option for ARM targets. rdar://12340498 by Chad Rosier · 12 years ago
  39. 02f0022 Improved support for removing the comma preceding __VA_ARGS__ where __VA_ARGS__ by Andy Gibbs · 12 years ago
  40. 1a52a4d Use isInvalidDecl() instead of isStatic() as suggested by dblaikie. by Nico Weber · 12 years ago
  41. e0ff690 Don't crash on calling static member overloaded operator, PR14120 by Nico Weber · 12 years ago
  42. 377e5c1 Remove old driver code to grab the iOS simulator version from the -D option. by Bob Wilson · 12 years ago
  43. c8e78b2 [ms] Implement int64_t version of mangleNumber() in terms of the APSInt version. by Nico Weber · 12 years ago
  44. e95b46b [Windows] Fix mangling of number literal '0' by Nico Weber · 12 years ago
  45. 458871a Remove more code related to invoking llvm-gcc. <rdar://problem/11991320> by Bob Wilson · 12 years ago
  46. c2fc67e Fix a source range regression in C++ new expressions with call initializers. by David Blaikie · 12 years ago
  47. 45a37da Fix a bug I found while preparing my devmtg talk: When passing NULL to a by Matt Beaumont-Gay · 12 years ago
  48. c449703 llvm/ConstantFolding.cpp: Make ReadDataFromGlobal() and FoldReinterpretLoadFromConstPtr() Big-endian-aware. by NAKAMURA Takumi · 12 years ago
  49. 4f056ac LiteralSupport: Don't overflow the temporary buffer when decoding invalid string parts. by Benjamin Kramer · 12 years ago
  50. 5d704fe LiteralSupport: Clean up style violations. No functionality change. by Benjamin Kramer · 12 years ago
  51. 23700f0 Allow to pass from syntactic form of InitListExpr to semantic form (just as viceversa). No functionality change. by Abramo Bagnara · 12 years ago
  52. 88adb98 Avoid to write function name in comment. Thanks to Dmitri Gribenko. by Abramo Bagnara · 12 years ago
  53. eae859a Readded line removed by mistake. by Abramo Bagnara · 12 years ago
  54. 4c5750e Fixed converted ConstantArrayTypeLoc range. Added a missing testcase for ConstructorDecl source range. by Abramo Bagnara · 12 years ago
  55. 13fd684 Fixed range of implicit MemberExpr. by Abramo Bagnara · 12 years ago
  56. ef7bcea Set TLSSupported to false on Haiku. by Benjamin Kramer · 12 years ago
  57. d2a527e Driver/Darwin: The -arch argument values aren't exactly the arch names from a by Daniel Dunbar · 12 years ago
  58. 85b7f7d Rip out a bunch of code for invoking gcc from clang. by Bob Wilson · 12 years ago
  59. 64c4f29 Remove code to fall back to llvm-gcc for i386 kexts. by Bob Wilson · 12 years ago
  60. e81b43b PR14284: crash on ext-valid returning NULL from a void function by David Blaikie · 12 years ago
  61. e938536 When deciding whether to convert an array construction loop into a memcpy, look by Richard Smith · 12 years ago
  62. d3aa6c5 Force C89 for c-index-test.c by Dmitri Gribenko · 12 years ago
  63. da05df7 [Driver] Fix -Wp,-MMD pr13959 by Michael J. Spencer · 12 years ago
  64. 7b89ab7 Reduce nesting. No functionality change. by Nico Weber · 12 years ago
  65. 910515b When template deduction fails on a derived class, try a template deduction on by Richard Trieu · 12 years ago
  66. 1da01d6 objective-C blocks: bring back the CharUnit patch for by Fariborz Jahanian · 12 years ago
  67. b578aee PR12713 - crash on invalid due to unmatched parens in decltype by David Blaikie · 12 years ago
  68. 3b45ca9 objective-C modern translator. Start the line directive on a new line. by Fariborz Jahanian · 12 years ago
  69. 7cdd281 When loading a module fails because it is out of date, rebuild that by Douglas Gregor · 12 years ago
  70. 5a78985 Test for source location range of new expressions fixed in r167507. by David Blaikie · 12 years ago
  71. 0fe4d40 [analyzer] Check that the argument to CFMakeCollectable is non-NULL. by Jordan Rose · 12 years ago
  72. c686004 Fix the Objective-C exception rethrow from cleanups (GNU runtimes). Note that by David Chisnall · 12 years ago
  73. 964490c [analyzer] Add some examples for the common REGISTER_*_WITH_PROGRAMSTATEs. by Jordan Rose · 12 years ago
  74. 65bc653 [analyzer] Enhance docs for checker callbacks (esp. processRegionChanges). by Jordan Rose · 12 years ago
  75. 8fcdea5 Add -Wmismatched-return-types flag for existing warning on conflicting return types. by Ted Kremenek · 12 years ago
  76. eaa6b12 Add -Wmismatched-parameter-types flag for existing warning on conflicting parameter types. by Ted Kremenek · 12 years ago
  77. ce2661f PR11851 (and duplicates): Whenever a constexpr function is referenced, by Richard Smith · 12 years ago
  78. 43f4f1e modern ObjC translator. Insert line number for @synchronized statements. by Fariborz Jahanian · 12 years ago
  79. b68ec6b Add missing check to warning for packed attribute. PR14259. by Eli Friedman · 12 years ago
  80. cb7b45e Create helper functions in StmtDumper for outputting the indentation, newlines, and brackets. by Manuel Klimek · 12 years ago
  81. 5305641 PR13552: Fix the end location of a CXXNewExpr. by David Blaikie · 12 years ago
  82. 70a0189 Fix assertion failure with auto and nested initializer list; PR14272. by Eli Friedman · 12 years ago
  83. 9e60371 Tease out the routine that reads the control block of an AST file from by Douglas Gregor · 12 years ago
  84. 7745786 Put something sane in the DWARF offset field for bitfield ObjC ivars. by Eli Friedman · 12 years ago
  85. f616ae2 objective-C modern rewriter. Insert line numbers in by Fariborz Jahanian · 12 years ago
  86. ba529a9 RewriteModernObjC.cpp: Use Lexer::Stringify() on the file name of #line directive to escape Win32 path separator '\\'. by NAKAMURA Takumi · 12 years ago
  87. 4179ddd Implement codegen for init_priority attribute properly - make sure it by Anton Korobeynikov · 12 years ago
  88. e5b4666 Back out 167431+167437+167487; I didn't realize how incomplete our test by Eli Friedman · 12 years ago
  89. 03c6076 clang/lib/Driver/Tools.cpp: Fix abuse of StringRef. by NAKAMURA Takumi · 12 years ago
  90. 4d9eff5 [libclang] Add some comments about the version constants for the libclang API. by Argyrios Kyrtzidis · 12 years ago
  91. 1307120 Fix a silly mistake in r167437. by Eli Friedman · 12 years ago
  92. 17b00a4 clang/test/Driver/fsanitize.c: Speculative fix to improve test on win32, not to mix emissions into stdout. by NAKAMURA Takumi · 12 years ago
  93. b7ac5ac Remove C++11-isms I just introduced in r167482 by Douglas Gregor · 12 years ago
  94. 82e5237 Introduce inferred framework modules into the module map file, by Douglas Gregor · 12 years ago
  95. f64231e Teach Clang parser to reject C++11 attributes that appertain to declaration specifiers. by Michael Han · 12 years ago
  96. fd9d0e1 Updates to user's manual and release notes for -fsanitize= options. by Richard Smith · 12 years ago
  97. 090b136 [c-index-test] When building with BUILD_CLANG_ONLY=YES, include c-index-test. by Argyrios Kyrtzidis · 12 years ago
  98. cb489dd Cleanup: 80-column violation by Manman Ren · 12 years ago
  99. be6318b Use the -fsanitize=thread flag to unbreak buildbot. by Chad Rosier · 12 years ago
  100. 975a949 Add unit tests for source locations of AST nodes. by Manuel Klimek · 12 years ago