1. 964490c [analyzer] Add some examples for the common REGISTER_*_WITH_PROGRAMSTATEs. by Jordan Rose · 12 years ago
  2. 65bc653 [analyzer] Enhance docs for checker callbacks (esp. processRegionChanges). by Jordan Rose · 12 years ago
  3. 8fcdea5 Add -Wmismatched-return-types flag for existing warning on conflicting return types. by Ted Kremenek · 12 years ago
  4. eaa6b12 Add -Wmismatched-parameter-types flag for existing warning on conflicting parameter types. by Ted Kremenek · 12 years ago
  5. ce2661f PR11851 (and duplicates): Whenever a constexpr function is referenced, by Richard Smith · 12 years ago
  6. 43f4f1e modern ObjC translator. Insert line number for @synchronized statements. by Fariborz Jahanian · 12 years ago
  7. b68ec6b Add missing check to warning for packed attribute. PR14259. by Eli Friedman · 12 years ago
  8. cb7b45e Create helper functions in StmtDumper for outputting the indentation, newlines, and brackets. by Manuel Klimek · 12 years ago
  9. 5305641 PR13552: Fix the end location of a CXXNewExpr. by David Blaikie · 12 years ago
  10. 70a0189 Fix assertion failure with auto and nested initializer list; PR14272. by Eli Friedman · 12 years ago
  11. 9e60371 Tease out the routine that reads the control block of an AST file from by Douglas Gregor · 12 years ago
  12. 7745786 Put something sane in the DWARF offset field for bitfield ObjC ivars. by Eli Friedman · 12 years ago
  13. f616ae2 objective-C modern rewriter. Insert line numbers in by Fariborz Jahanian · 12 years ago
  14. ba529a9 RewriteModernObjC.cpp: Use Lexer::Stringify() on the file name of #line directive to escape Win32 path separator '\\'. by NAKAMURA Takumi · 12 years ago
  15. 4179ddd Implement codegen for init_priority attribute properly - make sure it by Anton Korobeynikov · 12 years ago
  16. e5b4666 Back out 167431+167437+167487; I didn't realize how incomplete our test by Eli Friedman · 12 years ago
  17. 03c6076 clang/lib/Driver/Tools.cpp: Fix abuse of StringRef. by NAKAMURA Takumi · 12 years ago
  18. 4d9eff5 [libclang] Add some comments about the version constants for the libclang API. by Argyrios Kyrtzidis · 12 years ago
  19. 1307120 Fix a silly mistake in r167437. by Eli Friedman · 12 years ago
  20. 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
  21. b7ac5ac Remove C++11-isms I just introduced in r167482 by Douglas Gregor · 12 years ago
  22. 82e5237 Introduce inferred framework modules into the module map file, by Douglas Gregor · 12 years ago
  23. f64231e Teach Clang parser to reject C++11 attributes that appertain to declaration specifiers. by Michael Han · 12 years ago
  24. fd9d0e1 Updates to user's manual and release notes for -fsanitize= options. by Richard Smith · 12 years ago
  25. 090b136 [c-index-test] When building with BUILD_CLANG_ONLY=YES, include c-index-test. by Argyrios Kyrtzidis · 12 years ago
  26. cb489dd Cleanup: 80-column violation by Manman Ren · 12 years ago
  27. be6318b Use the -fsanitize=thread flag to unbreak buildbot. by Chad Rosier · 12 years ago
  28. 975a949 Add unit tests for source locations of AST nodes. by Manuel Klimek · 12 years ago
  29. 9620596 Modern objective-C translator: Start adding line info to the by Fariborz Jahanian · 12 years ago
  30. 6a1f494 Basic: Windows doesn't define S_IFIFO. by Daniel Dunbar · 12 years ago
  31. e246d90 Use -fsanitize= flag in docs for ASan/TSan by Alexey Samsonov · 12 years ago
  32. 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
  33. 3d615b2 Remove completely irrelevant code from USR generation. by Ted Kremenek · 12 years ago
  34. 164fcd0 Delete an outdated comment. by Nico Weber · 12 years ago
  35. 885ad69 ARM byval: when type alignment is bigger than ABI alignment, instead of by Manman Ren · 12 years ago
  36. 35d4a09 [analyzer] Add symbol escapes logic to the SimpleStreamChecker. by Anna Zaks · 12 years ago
  37. d1ad5e5 [analyzer] Remove isWithinInlined. It's been replaced with inTopFrame(). by Anna Zaks · 12 years ago
  38. 8cb809a Propagate CharUnits through CGObjCMac.cpp. by Eli Friedman · 12 years ago
  39. a2f9d21 Minor fix to ObjC layout bitmap metadata. Found while I was trying to by Eli Friedman · 12 years ago
  40. c54e25f Classify the INT_MIN/-1 check as -fsanitize=signed-integer-overflow, not as -fsanitize=divide-by-zero. by Richard Smith · 12 years ago
  41. fc1b1bb [c-index-test] Do install c-index-test because it's not just for tests, by Argyrios Kyrtzidis · 12 years ago
  42. 38ad4f4 Propagate CharUnits into ObjC CodeGen. No intended functional change. by Eli Friedman · 12 years ago
  43. 04fd382 Per discussion on cfe-commits, treat -faddress-sanitizer, by Richard Smith · 12 years ago
  44. 23de7ce [PCH] Take into account the 'include' source location of a SM_SLOC_BUFFER_ENTRY. by Argyrios Kyrtzidis · 12 years ago
  45. 4f11234 [PCH] Write out the ClassTemplateDecl::Common::InjectedClassNameType type by Argyrios Kyrtzidis · 12 years ago
  46. c7be102 Have the parser initialize Sema before it consumes the first by Douglas Gregor · 12 years ago
  47. 3043175 Split the instrinsic header wmmintrin.h into AES and PCLMUL parts, so by Douglas Gregor · 12 years ago
  48. ce36ecd Frontend: Add support for reading named pipes as the main file. by Daniel Dunbar · 12 years ago
  49. 95b66fc Delete comment I forgot to delete in my last change. by Nico Weber · 12 years ago
  50. 776b7ac Use Richard's BE_THE_HEADER trick to simplify a test. No intended behavior change. by Nico Weber · 12 years ago
  51. fd1ba91 ARM byval: when type alignment is bigger than ABI alignment, we can't guarantee by Manman Ren · 12 years ago
  52. d6396a6 Use the individual -fsanitize=<...> arguments to control which of the UBSan by Richard Smith · 12 years ago
  53. c4dabad Add -fsanitize=<sanitizers> argument to driver and frontend, and add by Richard Smith · 12 years ago
  54. ca1b62a Rename LangOptions members for address sanitizer and thread sanitizer from by Richard Smith · 12 years ago
  55. 6db024c Fix module map for SSE4a builtins by Douglas Gregor · 12 years ago
  56. a65c5a3 Make cpuid.h actually work with -std=c99 <rdar://problem/12552716>. by Douglas Gregor · 12 years ago
  57. 984e2eb Hash the various compiler version, target, preprocessor, and by Douglas Gregor · 12 years ago
  58. 71c0dcc On PowerPC64, integer arguments and return values need to be sign- or by Ulrich Weigand · 12 years ago
  59. bd8fa30 Tests for 32bit version of block ivar layout metadata. by Fariborz Jahanian · 12 years ago
  60. 40d8551 [analyzer] Move convenience REGISTER_*_WITH_PROGRAMSTATE to CheckerContext.h by Jordan Rose · 12 years ago
  61. d096acc Our style for diagnostic messages is to not include a trailing dot. by Matt Beaumont-Gay · 12 years ago
  62. 4b7631b Put the usage-directive inside the nearest namespace or TU decl. We don't want by Nick Lewycky · 12 years ago
  63. c441cd3 Fixes liftime of captured block variables in mrr mode, per John's feedback, as by Fariborz Jahanian · 12 years ago
  64. 3f320aa Test case for r167363. by Lang Hames · 12 years ago
  65. 191db6d only truncate source lines in text diagnostics when by Seth Cantrell · 12 years ago
  66. a60d21d Support interleaving of other pragmas with FP_CONTRACT at the beginning of a by Lang Hames · 12 years ago
  67. b57ce4e Address review comments for r167358: explicitly check for CK_BitCast instead of by Dmitri Gribenko · 12 years ago
  68. 9cffb4a don't step into the middle of multibyte sequences by Seth Cantrell · 12 years ago
  69. eaa5a2b fix bug in SourceColumnMap::startOfPreviousColumn by Seth Cantrell · 12 years ago
  70. 7164095 Escape trigraphs in unittest. by Benjamin Kramer · 12 years ago
  71. 5a24980 Handle CK_NullToPointer casts in -Wtype-safety properly. Fixes PR14249. by Dmitri Gribenko · 12 years ago
  72. 1e905da Remove a const_cast by propagating constness to the member function. by Dmitri Gribenko · 12 years ago
  73. 0a591c2 StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp: Appease msvc. by NAKAMURA Takumi · 12 years ago
  74. 9cb1c3d Add a proper algorithm to compute accurate source ranges for diagnostics with by Eli Friedman · 12 years ago
  75. 8501b7a [analyzer] Run remove dead on end of path. by Anna Zaks · 12 years ago
  76. fadcd5d [analyzer] add LocationContext::inTopFrame() helper. by Anna Zaks · 12 years ago
  77. b355be8 [analyzer] Refactor: Remove Pred from NodeBuilderContext. by Anna Zaks · 12 years ago
  78. 085b76c Simplify these tests again, now that we're past the version skew. by David Blaikie · 12 years ago
  79. 0c396d6 [analyzer] Convert SimpleStreamChecker over to CallEvent. by Jordan Rose · 12 years ago
  80. 1f03a8a [analyzer] CheckerDocumentation: Change examples for PreStmt and PostStmt. by Jordan Rose · 12 years ago
  81. 2f3017f [analyzer] Add some convenience accessors to CallEvent, and use them. by Jordan Rose · 12 years ago
  82. d624607 [analyzer] isCLibraryFunction: check that the function is at TU-scope. by Jordan Rose · 12 years ago
  83. 70ae122 Emit debug info for C++ struct definitions as DW_TAG_structure_type (instead of class_type). by David Blaikie · 12 years ago
  84. 61fc02c Avoid version skew by making ObjC strict metadata tests resilient to new field. by David Blaikie · 12 years ago
  85. 44fcff9 objective-C mrr block. Block variable layout metadata in mrr mode. by Fariborz Jahanian · 12 years ago
  86. e50904f When code-completing don't disable the preprocessing record if modules are enabled. by Argyrios Kyrtzidis · 12 years ago
  87. 161db02 Thread safety analysis: Fixed ICE caused by double delete when late parsed by DeLesley Hutchins · 12 years ago
  88. eacff03 Fix test cases I broken when fixing grammar in diagnostic message. by Richard Trieu · 12 years ago
  89. d730705 Fix grammar of diagnostic message. by Richard Trieu · 12 years ago
  90. 765029b [analyzer] Test SimpleStream on the buildbot. by Anna Zaks · 12 years ago
  91. edd07f4 [analyzer] Factor SimpleStreamChecker pulling out isLeaked(). by Anna Zaks · 12 years ago
  92. 9417b05 Fix debug tag type of forward declarations of struct/class in C++. by David Blaikie · 12 years ago
  93. 715852c Improve x86 android support: by Rafael Espindola · 12 years ago
  94. 710392d Add test for link flags added by -fcatch-undefined-behavior. by Richard Smith · 12 years ago
  95. eb52aed Add -lpthread when building with Ubsan on Linux, in preparation for making libclang-rt.ubsan pull in sanitizer_common, which in turn depends on pthreads. by Richard Smith · 12 years ago
  96. faa2bd6 Update test case. by Ted Kremenek · 12 years ago
  97. 28e9cf1 Move -Wimplicit-retain-self to be off-by-default until we can evaluate by Ted Kremenek · 12 years ago
  98. 9b1a48a clang/test/CodeGen/bitfield-promote.c: Add explicit triple for now. It has been failing for big endian targets, for example, ppc. by NAKAMURA Takumi · 12 years ago
  99. 36db2d8 clang/test/CodeGen/bitfield-promote.c: FileCheck-ize. by NAKAMURA Takumi · 12 years ago
  100. 92f9bb3 Delete lines which do nothing from DiagnosticGroups.td. by Eli Friedman · 12 years ago