1. ecd27bf Add a FileCharacteristic parameter to SourceManager::createFileIDForMemBuffer by Argyrios Kyrtzidis · 12 years ago
  2. 8616f9a Turn FrontendInputFile into an immutable class and have it also accept by Argyrios Kyrtzidis · 12 years ago
  3. 8e1fbbc Make CompilerInstance::InitializeSourceManager accept a FrontendInputFile, by Argyrios Kyrtzidis · 12 years ago
  4. d96d82e Don't use so many bits. by Rafael Espindola · 12 years ago
  5. 485577d Implement -mstrict-align using '-backend-option -arm-strict-align' as this saves by Chad Rosier · 12 years ago
  6. ed193ba Add test case for r167619. by Chad Rosier · 12 years ago
  7. 7e29327 [driver] Add a -mstrict-align compiler option for ARM targets. rdar://12340498 by Chad Rosier · 12 years ago
  8. 02f0022 Improved support for removing the comma preceding __VA_ARGS__ where __VA_ARGS__ by Andy Gibbs · 12 years ago
  9. 1a52a4d Use isInvalidDecl() instead of isStatic() as suggested by dblaikie. by Nico Weber · 12 years ago
  10. e0ff690 Don't crash on calling static member overloaded operator, PR14120 by Nico Weber · 12 years ago
  11. 377e5c1 Remove old driver code to grab the iOS simulator version from the -D option. by Bob Wilson · 12 years ago
  12. c8e78b2 [ms] Implement int64_t version of mangleNumber() in terms of the APSInt version. by Nico Weber · 12 years ago
  13. e95b46b [Windows] Fix mangling of number literal '0' by Nico Weber · 12 years ago
  14. 458871a Remove more code related to invoking llvm-gcc. <rdar://problem/11991320> by Bob Wilson · 12 years ago
  15. c2fc67e Fix a source range regression in C++ new expressions with call initializers. by David Blaikie · 12 years ago
  16. 45a37da Fix a bug I found while preparing my devmtg talk: When passing NULL to a by Matt Beaumont-Gay · 12 years ago
  17. c449703 llvm/ConstantFolding.cpp: Make ReadDataFromGlobal() and FoldReinterpretLoadFromConstPtr() Big-endian-aware. by NAKAMURA Takumi · 12 years ago
  18. 4f056ac LiteralSupport: Don't overflow the temporary buffer when decoding invalid string parts. by Benjamin Kramer · 12 years ago
  19. 5d704fe LiteralSupport: Clean up style violations. No functionality change. by Benjamin Kramer · 12 years ago
  20. 23700f0 Allow to pass from syntactic form of InitListExpr to semantic form (just as viceversa). No functionality change. by Abramo Bagnara · 12 years ago
  21. 88adb98 Avoid to write function name in comment. Thanks to Dmitri Gribenko. by Abramo Bagnara · 12 years ago
  22. eae859a Readded line removed by mistake. by Abramo Bagnara · 12 years ago
  23. 4c5750e Fixed converted ConstantArrayTypeLoc range. Added a missing testcase for ConstructorDecl source range. by Abramo Bagnara · 12 years ago
  24. 13fd684 Fixed range of implicit MemberExpr. by Abramo Bagnara · 12 years ago
  25. ef7bcea Set TLSSupported to false on Haiku. by Benjamin Kramer · 12 years ago
  26. d2a527e Driver/Darwin: The -arch argument values aren't exactly the arch names from a by Daniel Dunbar · 12 years ago
  27. 85b7f7d Rip out a bunch of code for invoking gcc from clang. by Bob Wilson · 12 years ago
  28. 64c4f29 Remove code to fall back to llvm-gcc for i386 kexts. by Bob Wilson · 12 years ago
  29. e81b43b PR14284: crash on ext-valid returning NULL from a void function by David Blaikie · 12 years ago
  30. e938536 When deciding whether to convert an array construction loop into a memcpy, look by Richard Smith · 12 years ago
  31. d3aa6c5 Force C89 for c-index-test.c by Dmitri Gribenko · 12 years ago
  32. da05df7 [Driver] Fix -Wp,-MMD pr13959 by Michael J. Spencer · 12 years ago
  33. 7b89ab7 Reduce nesting. No functionality change. by Nico Weber · 12 years ago
  34. 910515b When template deduction fails on a derived class, try a template deduction on by Richard Trieu · 12 years ago
  35. 1da01d6 objective-C blocks: bring back the CharUnit patch for by Fariborz Jahanian · 12 years ago
  36. b578aee PR12713 - crash on invalid due to unmatched parens in decltype by David Blaikie · 12 years ago
  37. 3b45ca9 objective-C modern translator. Start the line directive on a new line. by Fariborz Jahanian · 12 years ago
  38. 7cdd281 When loading a module fails because it is out of date, rebuild that by Douglas Gregor · 12 years ago
  39. 5a78985 Test for source location range of new expressions fixed in r167507. by David Blaikie · 12 years ago
  40. 0fe4d40 [analyzer] Check that the argument to CFMakeCollectable is non-NULL. by Jordan Rose · 12 years ago
  41. c686004 Fix the Objective-C exception rethrow from cleanups (GNU runtimes). Note that by David Chisnall · 12 years ago
  42. 964490c [analyzer] Add some examples for the common REGISTER_*_WITH_PROGRAMSTATEs. by Jordan Rose · 12 years ago
  43. 65bc653 [analyzer] Enhance docs for checker callbacks (esp. processRegionChanges). by Jordan Rose · 12 years ago
  44. 8fcdea5 Add -Wmismatched-return-types flag for existing warning on conflicting return types. by Ted Kremenek · 12 years ago
  45. eaa6b12 Add -Wmismatched-parameter-types flag for existing warning on conflicting parameter types. by Ted Kremenek · 12 years ago
  46. ce2661f PR11851 (and duplicates): Whenever a constexpr function is referenced, by Richard Smith · 12 years ago
  47. 43f4f1e modern ObjC translator. Insert line number for @synchronized statements. by Fariborz Jahanian · 12 years ago
  48. b68ec6b Add missing check to warning for packed attribute. PR14259. by Eli Friedman · 12 years ago
  49. cb7b45e Create helper functions in StmtDumper for outputting the indentation, newlines, and brackets. by Manuel Klimek · 12 years ago
  50. 5305641 PR13552: Fix the end location of a CXXNewExpr. by David Blaikie · 12 years ago
  51. 70a0189 Fix assertion failure with auto and nested initializer list; PR14272. by Eli Friedman · 12 years ago
  52. 9e60371 Tease out the routine that reads the control block of an AST file from by Douglas Gregor · 12 years ago
  53. 7745786 Put something sane in the DWARF offset field for bitfield ObjC ivars. by Eli Friedman · 12 years ago
  54. f616ae2 objective-C modern rewriter. Insert line numbers in by Fariborz Jahanian · 12 years ago
  55. ba529a9 RewriteModernObjC.cpp: Use Lexer::Stringify() on the file name of #line directive to escape Win32 path separator '\\'. by NAKAMURA Takumi · 12 years ago
  56. 4179ddd Implement codegen for init_priority attribute properly - make sure it by Anton Korobeynikov · 12 years ago
  57. e5b4666 Back out 167431+167437+167487; I didn't realize how incomplete our test by Eli Friedman · 12 years ago
  58. 03c6076 clang/lib/Driver/Tools.cpp: Fix abuse of StringRef. by NAKAMURA Takumi · 12 years ago
  59. 4d9eff5 [libclang] Add some comments about the version constants for the libclang API. by Argyrios Kyrtzidis · 12 years ago
  60. 1307120 Fix a silly mistake in r167437. by Eli Friedman · 12 years ago
  61. 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
  62. b7ac5ac Remove C++11-isms I just introduced in r167482 by Douglas Gregor · 12 years ago
  63. 82e5237 Introduce inferred framework modules into the module map file, by Douglas Gregor · 12 years ago
  64. f64231e Teach Clang parser to reject C++11 attributes that appertain to declaration specifiers. by Michael Han · 12 years ago
  65. fd9d0e1 Updates to user's manual and release notes for -fsanitize= options. by Richard Smith · 12 years ago
  66. 090b136 [c-index-test] When building with BUILD_CLANG_ONLY=YES, include c-index-test. by Argyrios Kyrtzidis · 12 years ago
  67. cb489dd Cleanup: 80-column violation by Manman Ren · 12 years ago
  68. be6318b Use the -fsanitize=thread flag to unbreak buildbot. by Chad Rosier · 12 years ago
  69. 975a949 Add unit tests for source locations of AST nodes. by Manuel Klimek · 12 years ago
  70. 9620596 Modern objective-C translator: Start adding line info to the by Fariborz Jahanian · 12 years ago
  71. 6a1f494 Basic: Windows doesn't define S_IFIFO. by Daniel Dunbar · 12 years ago
  72. e246d90 Use -fsanitize= flag in docs for ASan/TSan by Alexey Samsonov · 12 years ago
  73. bb1071c Follow-up for r167411 to un-break ASan on Mac. Move SanitizerArgs to a header file and use it on Darwin toolchain. by Alexey Samsonov · 12 years ago
  74. 3d615b2 Remove completely irrelevant code from USR generation. by Ted Kremenek · 12 years ago
  75. 164fcd0 Delete an outdated comment. by Nico Weber · 12 years ago
  76. 885ad69 ARM byval: when type alignment is bigger than ABI alignment, instead of by Manman Ren · 12 years ago
  77. 35d4a09 [analyzer] Add symbol escapes logic to the SimpleStreamChecker. by Anna Zaks · 12 years ago
  78. d1ad5e5 [analyzer] Remove isWithinInlined. It's been replaced with inTopFrame(). by Anna Zaks · 12 years ago
  79. 8cb809a Propagate CharUnits through CGObjCMac.cpp. by Eli Friedman · 12 years ago
  80. a2f9d21 Minor fix to ObjC layout bitmap metadata. Found while I was trying to by Eli Friedman · 12 years ago
  81. c54e25f Classify the INT_MIN/-1 check as -fsanitize=signed-integer-overflow, not as -fsanitize=divide-by-zero. by Richard Smith · 12 years ago
  82. fc1b1bb [c-index-test] Do install c-index-test because it's not just for tests, by Argyrios Kyrtzidis · 12 years ago
  83. 38ad4f4 Propagate CharUnits into ObjC CodeGen. No intended functional change. by Eli Friedman · 12 years ago
  84. 04fd382 Per discussion on cfe-commits, treat -faddress-sanitizer, by Richard Smith · 12 years ago
  85. 23de7ce [PCH] Take into account the 'include' source location of a SM_SLOC_BUFFER_ENTRY. by Argyrios Kyrtzidis · 12 years ago
  86. 4f11234 [PCH] Write out the ClassTemplateDecl::Common::InjectedClassNameType type by Argyrios Kyrtzidis · 12 years ago
  87. c7be102 Have the parser initialize Sema before it consumes the first by Douglas Gregor · 12 years ago
  88. 3043175 Split the instrinsic header wmmintrin.h into AES and PCLMUL parts, so by Douglas Gregor · 12 years ago
  89. ce36ecd Frontend: Add support for reading named pipes as the main file. by Daniel Dunbar · 12 years ago
  90. 95b66fc Delete comment I forgot to delete in my last change. by Nico Weber · 12 years ago
  91. 776b7ac Use Richard's BE_THE_HEADER trick to simplify a test. No intended behavior change. by Nico Weber · 12 years ago
  92. fd1ba91 ARM byval: when type alignment is bigger than ABI alignment, we can't guarantee by Manman Ren · 12 years ago
  93. d6396a6 Use the individual -fsanitize=<...> arguments to control which of the UBSan by Richard Smith · 12 years ago
  94. c4dabad Add -fsanitize=<sanitizers> argument to driver and frontend, and add by Richard Smith · 12 years ago
  95. ca1b62a Rename LangOptions members for address sanitizer and thread sanitizer from by Richard Smith · 12 years ago
  96. 6db024c Fix module map for SSE4a builtins by Douglas Gregor · 12 years ago
  97. a65c5a3 Make cpuid.h actually work with -std=c99 <rdar://problem/12552716>. by Douglas Gregor · 12 years ago
  98. 984e2eb Hash the various compiler version, target, preprocessor, and by Douglas Gregor · 12 years ago
  99. 71c0dcc On PowerPC64, integer arguments and return values need to be sign- or by Ulrich Weigand · 12 years ago
  100. bd8fa30 Tests for 32bit version of block ivar layout metadata. by Fariborz Jahanian · 12 years ago