1. 65bc653 [analyzer] Enhance docs for checker callbacks (esp. processRegionChanges). by Jordan Rose · 12 years ago
  2. ce2661f PR11851 (and duplicates): Whenever a constexpr function is referenced, by Richard Smith · 12 years ago
  3. 43f4f1e modern ObjC translator. Insert line number for @synchronized statements. by Fariborz Jahanian · 12 years ago
  4. b68ec6b Add missing check to warning for packed attribute. PR14259. by Eli Friedman · 12 years ago
  5. cb7b45e Create helper functions in StmtDumper for outputting the indentation, newlines, and brackets. by Manuel Klimek · 12 years ago
  6. 5305641 PR13552: Fix the end location of a CXXNewExpr. by David Blaikie · 12 years ago
  7. 70a0189 Fix assertion failure with auto and nested initializer list; PR14272. by Eli Friedman · 12 years ago
  8. 9e60371 Tease out the routine that reads the control block of an AST file from by Douglas Gregor · 12 years ago
  9. 7745786 Put something sane in the DWARF offset field for bitfield ObjC ivars. by Eli Friedman · 12 years ago
  10. f616ae2 objective-C modern rewriter. Insert line numbers in by Fariborz Jahanian · 12 years ago
  11. ba529a9 RewriteModernObjC.cpp: Use Lexer::Stringify() on the file name of #line directive to escape Win32 path separator '\\'. by NAKAMURA Takumi · 12 years ago
  12. 4179ddd Implement codegen for init_priority attribute properly - make sure it by Anton Korobeynikov · 12 years ago
  13. e5b4666 Back out 167431+167437+167487; I didn't realize how incomplete our test by Eli Friedman · 12 years ago
  14. 03c6076 clang/lib/Driver/Tools.cpp: Fix abuse of StringRef. by NAKAMURA Takumi · 12 years ago
  15. 1307120 Fix a silly mistake in r167437. by Eli Friedman · 12 years ago
  16. b7ac5ac Remove C++11-isms I just introduced in r167482 by Douglas Gregor · 12 years ago
  17. 82e5237 Introduce inferred framework modules into the module map file, by Douglas Gregor · 12 years ago
  18. f64231e Teach Clang parser to reject C++11 attributes that appertain to declaration specifiers. by Michael Han · 12 years ago
  19. cb489dd Cleanup: 80-column violation by Manman Ren · 12 years ago
  20. 9620596 Modern objective-C translator: Start adding line info to the by Fariborz Jahanian · 12 years ago
  21. 6a1f494 Basic: Windows doesn't define S_IFIFO. by Daniel Dunbar · 12 years ago
  22. 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
  23. 885ad69 ARM byval: when type alignment is bigger than ABI alignment, instead of by Manman Ren · 12 years ago
  24. 35d4a09 [analyzer] Add symbol escapes logic to the SimpleStreamChecker. by Anna Zaks · 12 years ago
  25. d1ad5e5 [analyzer] Remove isWithinInlined. It's been replaced with inTopFrame(). by Anna Zaks · 12 years ago
  26. 8cb809a Propagate CharUnits through CGObjCMac.cpp. by Eli Friedman · 12 years ago
  27. a2f9d21 Minor fix to ObjC layout bitmap metadata. Found while I was trying to by Eli Friedman · 12 years ago
  28. c54e25f Classify the INT_MIN/-1 check as -fsanitize=signed-integer-overflow, not as -fsanitize=divide-by-zero. by Richard Smith · 12 years ago
  29. 38ad4f4 Propagate CharUnits into ObjC CodeGen. No intended functional change. by Eli Friedman · 12 years ago
  30. 04fd382 Per discussion on cfe-commits, treat -faddress-sanitizer, by Richard Smith · 12 years ago
  31. 23de7ce [PCH] Take into account the 'include' source location of a SM_SLOC_BUFFER_ENTRY. by Argyrios Kyrtzidis · 12 years ago
  32. 4f11234 [PCH] Write out the ClassTemplateDecl::Common::InjectedClassNameType type by Argyrios Kyrtzidis · 12 years ago
  33. c7be102 Have the parser initialize Sema before it consumes the first by Douglas Gregor · 12 years ago
  34. 3043175 Split the instrinsic header wmmintrin.h into AES and PCLMUL parts, so by Douglas Gregor · 12 years ago
  35. ce36ecd Frontend: Add support for reading named pipes as the main file. by Daniel Dunbar · 12 years ago
  36. fd1ba91 ARM byval: when type alignment is bigger than ABI alignment, we can't guarantee by Manman Ren · 12 years ago
  37. d6396a6 Use the individual -fsanitize=<...> arguments to control which of the UBSan by Richard Smith · 12 years ago
  38. c4dabad Add -fsanitize=<sanitizers> argument to driver and frontend, and add by Richard Smith · 12 years ago
  39. ca1b62a Rename LangOptions members for address sanitizer and thread sanitizer from by Richard Smith · 12 years ago
  40. 6db024c Fix module map for SSE4a builtins by Douglas Gregor · 12 years ago
  41. a65c5a3 Make cpuid.h actually work with -std=c99 <rdar://problem/12552716>. by Douglas Gregor · 12 years ago
  42. 984e2eb Hash the various compiler version, target, preprocessor, and by Douglas Gregor · 12 years ago
  43. 71c0dcc On PowerPC64, integer arguments and return values need to be sign- or by Ulrich Weigand · 12 years ago
  44. 40d8551 [analyzer] Move convenience REGISTER_*_WITH_PROGRAMSTATE to CheckerContext.h by Jordan Rose · 12 years ago
  45. 4b7631b Put the usage-directive inside the nearest namespace or TU decl. We don't want by Nick Lewycky · 12 years ago
  46. c441cd3 Fixes liftime of captured block variables in mrr mode, per John's feedback, as by Fariborz Jahanian · 12 years ago
  47. 191db6d only truncate source lines in text diagnostics when by Seth Cantrell · 12 years ago
  48. a60d21d Support interleaving of other pragmas with FP_CONTRACT at the beginning of a by Lang Hames · 12 years ago
  49. b57ce4e Address review comments for r167358: explicitly check for CK_BitCast instead of by Dmitri Gribenko · 12 years ago
  50. 9cffb4a don't step into the middle of multibyte sequences by Seth Cantrell · 12 years ago
  51. eaa5a2b fix bug in SourceColumnMap::startOfPreviousColumn by Seth Cantrell · 12 years ago
  52. 5a24980 Handle CK_NullToPointer casts in -Wtype-safety properly. Fixes PR14249. by Dmitri Gribenko · 12 years ago
  53. 1e905da Remove a const_cast by propagating constness to the member function. by Dmitri Gribenko · 12 years ago
  54. 0a591c2 StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp: Appease msvc. by NAKAMURA Takumi · 12 years ago
  55. 9cb1c3d Add a proper algorithm to compute accurate source ranges for diagnostics with by Eli Friedman · 12 years ago
  56. 8501b7a [analyzer] Run remove dead on end of path. by Anna Zaks · 12 years ago
  57. fadcd5d [analyzer] add LocationContext::inTopFrame() helper. by Anna Zaks · 12 years ago
  58. b355be8 [analyzer] Refactor: Remove Pred from NodeBuilderContext. by Anna Zaks · 12 years ago
  59. 0c396d6 [analyzer] Convert SimpleStreamChecker over to CallEvent. by Jordan Rose · 12 years ago
  60. 1f03a8a [analyzer] CheckerDocumentation: Change examples for PreStmt and PostStmt. by Jordan Rose · 12 years ago
  61. 2f3017f [analyzer] Add some convenience accessors to CallEvent, and use them. by Jordan Rose · 12 years ago
  62. d624607 [analyzer] isCLibraryFunction: check that the function is at TU-scope. by Jordan Rose · 12 years ago
  63. 70ae122 Emit debug info for C++ struct definitions as DW_TAG_structure_type (instead of class_type). by David Blaikie · 12 years ago
  64. 44fcff9 objective-C mrr block. Block variable layout metadata in mrr mode. by Fariborz Jahanian · 12 years ago
  65. e50904f When code-completing don't disable the preprocessing record if modules are enabled. by Argyrios Kyrtzidis · 12 years ago
  66. 161db02 Thread safety analysis: Fixed ICE caused by double delete when late parsed by DeLesley Hutchins · 12 years ago
  67. edd07f4 [analyzer] Factor SimpleStreamChecker pulling out isLeaked(). by Anna Zaks · 12 years ago
  68. 9417b05 Fix debug tag type of forward declarations of struct/class in C++. by David Blaikie · 12 years ago
  69. 715852c Improve x86 android support: by Rafael Espindola · 12 years ago
  70. 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
  71. ce25492 [libclang] Correct how the index inside the local preprocessed entities array by Argyrios Kyrtzidis · 12 years ago
  72. 466224f [analyzer] Convert some of the harder cases over to ProgramStateTrait macros. by Jordan Rose · 12 years ago
  73. 166d502 [analyzer] Use nice macros for the common ProgramStateTraits (map, set, list). by Jordan Rose · 12 years ago
  74. 785950e [analyzer] Rename 'EmitReport' to 'emitReport'. by Jordan Rose · 12 years ago
  75. cef3a7b Change diagnostics for enums with fixed underlying type so in C++98 mode, we cite C++11. by Eli Friedman · 12 years ago
  76. e579328 Insert interception point onStartOfTranslationUnit. by Manuel Klimek · 12 years ago
  77. 919b955 When finding a '(' after '::', emit error with hint to remove '(' and matching by Richard Trieu · 12 years ago
  78. aee56fa Update the front end to use minsize attribute by Quentin Colombet · 12 years ago
  79. 7edf9e3 Simplify: replace getContext().getLangOpts() with just getLangOpts(). by Richard Smith · 12 years ago
  80. da082f1 Clean up misapplication of diff. by Richard Smith · 12 years ago
  81. cc30561 Split emission of -ftrapv checks and -fcatch-undefined-behavior checks into by Richard Smith · 12 years ago
  82. bb12243 Remove divison-by-zero checks from -ftrapv. These checks were incompatible with by Richard Smith · 12 years ago
  83. 54c4545 Fix the template type diffing to handle integral template arguments. by Richard Trieu · 12 years ago
  84. 00a8541 Silence -Wformat on platforms where uint64_t is unsigned long. by Matt Beaumont-Gay · 12 years ago
  85. f22ae65 objective-C block meta-data. This patch completes meta-data by Fariborz Jahanian · 12 years ago
  86. cfa1caa Make the FilenameRange of the InclusionDirective callback more accurate, by Argyrios Kyrtzidis · 12 years ago
  87. ef4b666 Fix an incorrect assert, the LHS can be an LValue. by Rafael Espindola · 12 years ago
  88. 292d67b -fcatch-undefined-behavior: Start checking loads and stores for null pointers. by Richard Smith · 12 years ago
  89. 1d489cf Remove first argument from Arg::getValue; it's been unused since r105760. by Richard Smith · 12 years ago
  90. 7c3f8b3 Remove CompilerInvocation::toArgs and clang -cc1test mode. These were untested by Richard Smith · 12 years ago
  91. e4a990f [libclang] Introduce clang_Cursor_getReceiverType which returns the CXType for by Argyrios Kyrtzidis · 12 years ago
  92. 79a29eb [analyzer] Fix typo in r167186. by Jordan Rose · 12 years ago
  93. 32f38c1 [analyzer] Minor cleanup in SimpleStreamChecker's class definition. by Jordan Rose · 12 years ago
  94. ec8d420 [analyzer] Rename ConditionTruthVal::isTrue to isConstrainedTrue. by Jordan Rose · 12 years ago
  95. 889b99e Correctly reject gotos in function-level try blocks. PR14225. by Eli Friedman · 12 years ago
  96. bbb751a [analyzer] Fix a bug in SimpleStreamChecker - return after sink. by Anna Zaks · 12 years ago
  97. 1cd46de [driver] Remove an extra space with the -iprefix option, so that by Chad Rosier · 12 years ago
  98. 4182ed6 [PCH] Remove the stat cache from the PCH file. by Argyrios Kyrtzidis · 12 years ago
  99. 967f3f0 [driver] Remove an extra space with the -internal-externc-isystem option, so by Chad Rosier · 12 years ago
  100. 710c517 ARM AAPCS-VFP: fix tracking of allocated VFP registers. by Manman Ren · 12 years ago