1. a506586 Disallow constexpr main. by Richard Smith · 13 years ago
  2. 0b458fd Fix a rejects-valid in C++11: array new of a negative size, or overflowing array by Richard Smith · 13 years ago
  3. 5b66405 Unbreak failing test added in r149738. by Richard Smith · 13 years ago
  4. 9ec9ce1 ArrayRef goodness in MultiplexConsumer, no functionality change. by Argyrios Kyrtzidis · 13 years ago
  5. 272afe4 Remove unused field from FixItRecompile. by Argyrios Kyrtzidis · 13 years ago
  6. 507a8a3 Don't warn on use of default allocator with an over-aligned type when the by Nick Lewycky · 13 years ago
  7. e839806 Fix ASTMerge tests that I broke in my previous commit. by Argyrios Kyrtzidis · 13 years ago
  8. 893242f autoconf: update config header by Dylan Noblesmith · 13 years ago
  9. 52a3888 [analyzer] Turn on by default two checkers: by Anna Zaks · 13 years ago
  10. 4f502fb [analyzer] fixup to the previous commit. by Anna Zaks · 13 years ago
  11. 1efcc42 [analyzer] Minor cleanups to the ObjCSelfInitChecker. by Anna Zaks · 13 years ago
  12. 1c59408 Fixed some testsuite problems introduced by my by Sean Callanan · 13 years ago
  13. 279114c Comment mystery code. by Nick Lewycky · 13 years ago
  14. 1206f73 Revert r149721. chapuni tells me akyrtzi already fixed the test by Nico Weber · 13 years ago
  15. b3ca263 Use variable in place of multiple CI.getFrontendOpts() calls and use a bit by Argyrios Kyrtzidis · 13 years ago
  16. 1a0d92f New test case. by Devang Patel · 13 years ago
  17. 50a9a12 Clang has existing support for debuggers that by Sean Callanan · 13 years ago
  18. 693a70d Create new tag for the property. This is a work in progress. by Devang Patel · 13 years ago
  19. 1836db0 [libclang] Stick to the silly notion that a forward class/protocol by Argyrios Kyrtzidis · 13 years ago
  20. 0cc5d40 Suppress the used-but-not-defined warning for static data members while I look into a rather nasty bug in the new odr-use marking code. by Eli Friedman · 13 years ago
  21. 5ba73e1 constexpr: by Richard Smith · 13 years ago
  22. c08c88c Update tests so that they don't rely upon LLVMDebugVersion number. by Devang Patel · 13 years ago
  23. f42f85c Make _mm_cmpgt_epi8 immute to -funsigned-char. by Nick Lewycky · 13 years ago
  24. 798d14f Try to get test passing on windows. by Nico Weber · 13 years ago
  25. cefc7b2 Make explicit captures which cause implicit captures work correctly. by Eli Friedman · 13 years ago
  26. b942cb2 Implement implicit capture for lambda expressions. by Eli Friedman · 13 years ago
  27. 285c607 Make sure that the layout-override parser grabs the size, not the data by Douglas Gregor · 13 years ago
  28. b70126a When a pack expansion occurs in the template argument list of an alias by Douglas Gregor · 13 years ago
  29. 23a4ddf Add a triple to test/SemaObjC/format-strings-objc.m to make it pass in windows hosts. by Argyrios Kyrtzidis · 13 years ago
  30. acbabf1 Don't warn about anonymous struct/union in C11. by Hans Wennborg · 13 years ago
  31. 8fbbae5 Implement support for a pack expansion into a fixed-length by Douglas Gregor · 13 years ago
  32. 09e9cf0 [analyzer] Testing: add automated reference results reset. by Anna Zaks · 13 years ago
  33. 71fd6cc Fix -ftrap-function fallout from llvm r145714. <rdar://problem/10799325> by Bob Wilson · 13 years ago
  34. a83f4d2 Change Lexer::makeFileCharRange() to have it accept a CharSourceRange by Argyrios Kyrtzidis · 13 years ago
  35. cbf46a0 Change the fixed array of FixitHints to a SmallVector to lift off by Argyrios Kyrtzidis · 13 years ago
  36. 8deabc1 Move isSentinelNullExpr() from Sema to ASTContext to make it more widely by Argyrios Kyrtzidis · 13 years ago
  37. d603bd1 Further downgrade -Warc-bridge-casts-disallowed-in-nonarc to a warning (not mapped to an error). We can consider mapping it back to an error later. by Ted Kremenek · 13 years ago
  38. 2e51562 Thread safety analysis: by Richard Smith · 13 years ago
  39. aacde71 Thread safety analysis: at a CFG join point between a block terminating in a by Richard Smith · 13 years ago
  40. 41f4431 C++ 5.2.10p2 has a note that mentions that, subject to all other restrictions, by Chad Rosier · 13 years ago
  41. 3c0e80e Refactor capture in blocks to use new-style capture hooks. Start adding a bit of the code for lambdas. The only visible changes are that we use the C++11 odr-used rules to figure out when a variable is captured, and type-checking in lambdas is slightly more accurate. by Eli Friedman · 13 years ago
  42. 7a0a31c [frontend] Don't allow a mapping to a warning override an error/fatal mapping. by Chad Rosier · 13 years ago
  43. d67d0cc Note whether a lambda is mutable in the LambdaScopeInfo; this information will be necessary to handle references to captured variables. by Eli Friedman · 13 years ago
  44. 0507280 Make error about using bridge casts in non-ARC mode a warning that is default mapped to an error. This is to ease the transition of large apps moving from non-ARC to ARC. by Ted Kremenek · 13 years ago
  45. afdb041 Do not show macro expansion in strncat warnings, which can be defined as by Anna Zaks · 13 years ago
  46. 4cc9b10 objc: Issue diagnostic when receiver type is a forward class declaration and by Fariborz Jahanian · 13 years ago
  47. 353300c Replace the old --with-cxx-* configure options with a single --with-gcc-toolchain by Rafael Espindola · 13 years ago
  48. 773303a Rename -dependency-graphviz to -dependencncy-dot by Douglas Gregor · 13 years ago
  49. d2cce13 Add some code to accurately perform odr-used marking for variables per the C++11 rules. by Eli Friedman · 13 years ago
  50. ad7eff2 Further enhance comment for property in continuation class. by Fariborz Jahanian · 13 years ago
  51. 245da28 unnecessary include of TargetMachine.h? by Andrew Trick · 13 years ago
  52. 83db10e Initialize the user defined conversion function to null if this is an aggregate initialization from an initializer list. by Benjamin Kramer · 13 years ago
  53. 59c9c72 Use -isystem rather than relying on -isysroot to work consistently by Douglas Gregor · 13 years ago
  54. ff2a0ec objc: comment the code which allows narroing of property object by Fariborz Jahanian · 13 years ago
  55. 0d3b87c Yet more data from failing buildbots... by Douglas Gregor · 13 years ago
  56. e235183 objective-c: When redeclaraing in continuation class a 'readonly' by Fariborz Jahanian · 13 years ago
  57. ee21277 Drop -verify to get better diagnostics from failing buildbots. Plus, we don't need it here by Douglas Gregor · 13 years ago
  58. 2f04f18 Back out my heinous hack that tricked the module generation mechanism by Douglas Gregor · 13 years ago
  59. 4f7dcdb Pacify gcc's -Wreturn-type by Matt Beaumont-Gay · 13 years ago
  60. 6a9a6d2 Pass the SourceMgr to the MCContext for cc1as. by Jim Grosbach · 13 years ago
  61. 89651ea Move the code that sets the AddressSafety by Alexander Potapenko · 13 years ago
  62. 3a5aca8 r149587 reverted by Anton Yartsev · 13 years ago
  63. 13f9f2f Fix for PR10657 (http://llvm.org/bugs/show_bug.cgi?id=10657) by Anton Yartsev · 13 years ago
  64. 5f2987c Split Sema::MarkDeclarationReferenced into multiple functions; the additional entry points are needed to implement C++11 odr-use marking correctly. No functional change in this patch; I'll actually make the change which fixes the odr-use marking in a followup patch. by Eli Friedman · 13 years ago
  65. f196a90 [analyzer] Fix a false positive in the CFArrayCreate check that surfaces by Anna Zaks · 13 years ago
  66. f15fda0 constexpr: by Richard Smith · 13 years ago
  67. c69a181 Introduce a -cc1 option "-dependency-graphviz" that determines header by Douglas Gregor · 13 years ago
  68. c645ddf objc: don't crash if primary class is missing and continuation class by Fariborz Jahanian · 13 years ago
  69. 34ff062 Change the check for constant-conversion with width-1 bitfields so it doesn't suppress quite as many cases. Based off a testcase in the gcc testsuite. by Eli Friedman · 13 years ago
  70. f2462be back out r149504 by Dylan Noblesmith · 13 years ago
  71. 34a2c42 Per discussion on cfe-dev, remove '#error' and '#warning' from diagnostic text. by Ted Kremenek · 13 years ago
  72. f83a615 objc2: add __has_feature(objc_default_synthesize_properties). // rdar://10770497 by Fariborz Jahanian · 13 years ago
  73. 271ce54 r149474 went a bit too far when combined with type caching. If we want by Eric Christopher · 13 years ago
  74. 20039ae Reject mismatched "#pragma GCC visibility push" and "#pragma GCC visibility pop". by Rafael Espindola · 13 years ago
  75. 52b6236 Look for declaration of CFBridgingRetain/CFBridgingRetain before by Fariborz Jahanian · 13 years ago
  76. 873488a make: fix installation of generated header files by Dylan Noblesmith · 13 years ago
  77. eafa50b cmake: don't install config.h (v2) by Dylan Noblesmith · 13 years ago
  78. ef81e0f Remove duplicated comment. by Eric Christopher · 13 years ago
  79. af79088 Fix comment. by Eric Christopher · 13 years ago
  80. 3f405d3 cmake: revert r149496 by Dylan Noblesmith · 13 years ago
  81. ac32ff9 Make sure that imported definitions get completed before we add by Douglas Gregor · 13 years ago
  82. 5b41936 libclang: Mark clang_Cursor_isNull with CINDEX_LINKAGE to make it available on windows. by Benjamin Kramer · 13 years ago
  83. 7f3a458 [libclang] Make sure we don't ever leave a StoredDiagnostic associated with by Argyrios Kyrtzidis · 13 years ago
  84. a28c1df Add missing dependency to unbreak the CMake build by Douglas Gregor · 13 years ago
  85. dccaa23 size() == 0 -> empty(). by David Chisnall · 13 years ago
  86. 84aac9a [analyzer] Fix a crash in CheckerContext::isCLibraryFunction for C++ by Anna Zaks · 13 years ago
  87. c36bedc Add a new compiler warning, which flags anti-patterns used as the size by Anna Zaks · 13 years ago
  88. b710dfe Diagnose the restriction on default arguments in C++11 [expr.prim.lambda]p5. by Douglas Gregor · 13 years ago
  89. a1f2114 Introduce the lambda scope before determining explicit captures, which by Douglas Gregor · 13 years ago
  90. ac4e5b7 [analyzer] Testing: add 2 new checkers to the buildbot script. by Anna Zaks · 13 years ago
  91. 93b7750 test/Driver/target.c: Relax expression for "gcc.exe" on win32. by NAKAMURA Takumi · 13 years ago
  92. 69d3b4f include clang's config.h unconditionally by Dylan Noblesmith · 13 years ago
  93. 9dc01f5 test/Modules/compiler_builtins.m: Appease Cygwin to add -D__need_wint_t. by NAKAMURA Takumi · 13 years ago
  94. 8c8840d test/Modules/compiler_builtins.m: Mark this as XFAIL:win32. MS limits.h provides size_t. by NAKAMURA Takumi · 13 years ago
  95. 04f7a88 autoconf: add private config.h to clang by Dylan Noblesmith · 13 years ago
  96. f9b6e97 cmake: don't install config.h by Dylan Noblesmith · 13 years ago
  97. 36579d4 Frontend: fix comment typos by Dylan Noblesmith · 13 years ago
  98. 15efc4d constexpr: check for overflow in pointer subtraction. by Richard Smith · 13 years ago
  99. ab14ae2 Compatability fix for SwitchInst refactoring. by Stepan Dyatkovskiy · 13 years ago
  100. 5d3a4bb Revert r149363 which was part a series of commits that were reverted in llvm by Argyrios Kyrtzidis · 13 years ago