1. 06cffc0 objective-C blocks: under cc1 flag -encode-extended-block-signature, by Fariborz Jahanian · 12 years ago
  2. b6ad9b1 In ExpressionEvaluationContextRecord manage LambdaMangle with a shared by Argyrios Kyrtzidis · 12 years ago
  3. 3ca23d7 objective-C blocks: Provide layout map for byref by Fariborz Jahanian · 12 years ago
  4. accaf19 s/tranform/transform/ by Benjamin Kramer · 12 years ago
  5. 4fa4b48 Suppress elided variadic macro argument extension diagnostic for macros using by Eli Friedman · 12 years ago
  6. 66cff72 Provide the correct mangling and linkage for certain unnamed nested classes. by David Blaikie · 12 years ago
  7. 0aabf93 Use consistent spelling of 'behavior' in a C++ warning. by Anders Carlsson · 12 years ago
  8. ad8070b This function isn't called SaveFiles any more. by Nick Lewycky · 12 years ago
  9. 8c88953 Remove another questionable use of hasTrivial*. The relevant thing for this by Richard Smith · 12 years ago
  10. b8a8de3 Accept and pass arguments to __unknown_anytype in argument by John McCall · 12 years ago
  11. 6f0b00a Fix typo by Matt Beaumont-Gay · 12 years ago
  12. 6e64973 Revert r167801, "[preprocessor] When #including something that contributes no by Daniel Dunbar · 12 years ago
  13. e5afdcf Simplify function try/catch scope handling. by David Blaikie · 12 years ago
  14. 4d10b40 [preprocessor] When #including something that contributes no tokens at all, by Argyrios Kyrtzidis · 12 years ago
  15. d449c79 A couple of small fixes to r167783 by Kaelyn Uhrain · 12 years ago
  16. 51ceb7b Enable C++11 attribute syntax for warn_unused_result and allow it to be by Kaelyn Uhrain · 12 years ago
  17. 3a9fefe Fix more try scoping bugs introduced by r167650. by David Blaikie · 12 years ago
  18. 68fd608 Check that the input size is correct for the given constraint. by Bill Wendling · 12 years ago
  19. 778dd4a [NVPTX] Fix const modifier on builtins by Justin Holewinski · 12 years ago
  20. 11c9877 Fix binding of nodes in case of forEach..() matchers. by Daniel Jasper · 12 years ago
  21. 18f2368 Remove unneeded includes from IdentifierTable by Nico Weber · 12 years ago
  22. 03e67fb Delete comment reference to non-existent method by Nico Weber · 12 years ago
  23. bb23628 s/BCPLComment/LineComment/ by Nico Weber · 12 years ago
  24. 879c92c Fix a typo which Matt pointed out. by Richard Smith · 12 years ago
  25. 229d47a Rework my implementation of circular-reference finding to not use by Douglas Gregor · 12 years ago
  26. 463eb89 Add clang support of RTM from TSX by Michael Liao · 12 years ago
  27. e59188b -momit-leaf-frame-pointer is a -m option, not a -f option. by Richard Smith · 12 years ago
  28. d777e28 Diagnostic circular inheritance involving dependent base classes. We by Douglas Gregor · 12 years ago
  29. c4027c8 PR14296: function parameter name collisions in function try/catch by David Blaikie · 12 years ago
  30. d1542c2 [NVPTX] Add __nvvm_* intrinsics as Clang builtins by Justin Holewinski · 12 years ago
  31. 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
  32. 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
  33. 0f3edc5 -Wlarge-by-value-copy may be awesome, but it really shouldn't be the one and by Richard Smith · 12 years ago
  34. 762d15d Remove --help text for deprecated sanitizer options, add --help text for -fsanitize=. by Richard Smith · 12 years ago
  35. f1eaab1 PR14303: Add a NoDriverOption flag to those options which are not accepted by by Richard Smith · 12 years ago
  36. b328ee5 Add string to try and fix build from r167629. by Chad Rosier · 12 years ago
  37. 9410928 Add a SourceLocation::printToString() that returns in a std::string what dump() by Argyrios Kyrtzidis · 12 years ago
  38. ecd27bf Add a FileCharacteristic parameter to SourceManager::createFileIDForMemBuffer by Argyrios Kyrtzidis · 12 years ago
  39. 8616f9a Turn FrontendInputFile into an immutable class and have it also accept by Argyrios Kyrtzidis · 12 years ago
  40. 8e1fbbc Make CompilerInstance::InitializeSourceManager accept a FrontendInputFile, by Argyrios Kyrtzidis · 12 years ago
  41. d96d82e Don't use so many bits. by Rafael Espindola · 12 years ago
  42. 485577d Implement -mstrict-align using '-backend-option -arm-strict-align' as this saves by Chad Rosier · 12 years ago
  43. 7e29327 [driver] Add a -mstrict-align compiler option for ARM targets. rdar://12340498 by Chad Rosier · 12 years ago
  44. 23700f0 Allow to pass from syntactic form of InitListExpr to semantic form (just as viceversa). No functionality change. by Abramo Bagnara · 12 years ago
  45. d2a527e Driver/Darwin: The -arch argument values aren't exactly the arch names from a by Daniel Dunbar · 12 years ago
  46. 85b7f7d Rip out a bunch of code for invoking gcc from clang. by Bob Wilson · 12 years ago
  47. 64c4f29 Remove code to fall back to llvm-gcc for i386 kexts. by Bob Wilson · 12 years ago
  48. 7cdd281 When loading a module fails because it is out of date, rebuild that by Douglas Gregor · 12 years ago
  49. 964490c [analyzer] Add some examples for the common REGISTER_*_WITH_PROGRAMSTATEs. by Jordan Rose · 12 years ago
  50. 8fcdea5 Add -Wmismatched-return-types flag for existing warning on conflicting return types. by Ted Kremenek · 12 years ago
  51. eaa6b12 Add -Wmismatched-parameter-types flag for existing warning on conflicting parameter types. by Ted Kremenek · 12 years ago
  52. 5305641 PR13552: Fix the end location of a CXXNewExpr. by David Blaikie · 12 years ago
  53. 9e60371 Tease out the routine that reads the control block of an AST file from by Douglas Gregor · 12 years ago
  54. 4d9eff5 [libclang] Add some comments about the version constants for the libclang API. by Argyrios Kyrtzidis · 12 years ago
  55. 82e5237 Introduce inferred framework modules into the module map file, by Douglas Gregor · 12 years ago
  56. f64231e Teach Clang parser to reject C++11 attributes that appertain to declaration specifiers. by Michael Han · 12 years ago
  57. 164fcd0 Delete an outdated comment. by Nico Weber · 12 years ago
  58. d1ad5e5 [analyzer] Remove isWithinInlined. It's been replaced with inTopFrame(). by Anna Zaks · 12 years ago
  59. 04fd382 Per discussion on cfe-commits, treat -faddress-sanitizer, by Richard Smith · 12 years ago
  60. ce36ecd Frontend: Add support for reading named pipes as the main file. by Daniel Dunbar · 12 years ago
  61. d6396a6 Use the individual -fsanitize=<...> arguments to control which of the UBSan by Richard Smith · 12 years ago
  62. c4dabad Add -fsanitize=<sanitizers> argument to driver and frontend, and add by Richard Smith · 12 years ago
  63. ca1b62a Rename LangOptions members for address sanitizer and thread sanitizer from by Richard Smith · 12 years ago
  64. 40d8551 [analyzer] Move convenience REGISTER_*_WITH_PROGRAMSTATE to CheckerContext.h by Jordan Rose · 12 years ago
  65. d096acc Our style for diagnostic messages is to not include a trailing dot. by Matt Beaumont-Gay · 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. 1e905da Remove a const_cast by propagating constness to the member function. by Dmitri Gribenko · 12 years ago
  68. 8501b7a [analyzer] Run remove dead on end of path. by Anna Zaks · 12 years ago
  69. fadcd5d [analyzer] add LocationContext::inTopFrame() helper. by Anna Zaks · 12 years ago
  70. b355be8 [analyzer] Refactor: Remove Pred from NodeBuilderContext. by Anna Zaks · 12 years ago
  71. 2f3017f [analyzer] Add some convenience accessors to CallEvent, and use them. by Jordan Rose · 12 years ago
  72. d624607 [analyzer] isCLibraryFunction: check that the function is at TU-scope. by Jordan Rose · 12 years ago
  73. 161db02 Thread safety analysis: Fixed ICE caused by double delete when late parsed by DeLesley Hutchins · 12 years ago
  74. d730705 Fix grammar of diagnostic message. by Richard Trieu · 12 years ago
  75. 28e9cf1 Move -Wimplicit-retain-self to be off-by-default until we can evaluate by Ted Kremenek · 12 years ago
  76. 92f9bb3 Delete lines which do nothing from DiagnosticGroups.td. by Eli Friedman · 12 years ago
  77. 19ebeb7 Add missing diagnostic group to format string warning. by Eli Friedman · 12 years ago
  78. 466224f [analyzer] Convert some of the harder cases over to ProgramStateTrait macros. by Jordan Rose · 12 years ago
  79. 166d502 [analyzer] Use nice macros for the common ProgramStateTraits (map, set, list). by Jordan Rose · 12 years ago
  80. 785950e [analyzer] Rename 'EmitReport' to 'emitReport'. by Jordan Rose · 12 years ago
  81. 80a8eb7 Tweak wording and add diagnostic groups to misc diagnostics. by Eli Friedman · 12 years ago
  82. cef3a7b Change diagnostics for enums with fixed underlying type so in C++98 mode, we cite C++11. by Eli Friedman · 12 years ago
  83. e579328 Insert interception point onStartOfTranslationUnit. by Manuel Klimek · 12 years ago
  84. 919b955 When finding a '(' after '::', emit error with hint to remove '(' and matching by Richard Trieu · 12 years ago
  85. aee56fa Update the front end to use minsize attribute by Quentin Colombet · 12 years ago
  86. 1d489cf Remove first argument from Arg::getValue; it's been unused since r105760. by Richard Smith · 12 years ago
  87. 7c3f8b3 Remove CompilerInvocation::toArgs and clang -cc1test mode. These were untested by Richard Smith · 12 years ago
  88. e4a990f [libclang] Introduce clang_Cursor_getReceiverType which returns the CXType for by Argyrios Kyrtzidis · 12 years ago
  89. 3cdd843 clang/include/clang/StaticAnalyzer/Core/PathSensitive/ConstraintManager.h: Appease msvc. by NAKAMURA Takumi · 12 years ago
  90. baf7640 [analyzer] Optimize assumeDual by assuming constraint managers are consistent. by Jordan Rose · 12 years ago
  91. ec8d420 [analyzer] Rename ConditionTruthVal::isTrue to isConstrainedTrue. by Jordan Rose · 12 years ago
  92. 4182ed6 [PCH] Remove the stat cache from the PCH file. by Argyrios Kyrtzidis · 12 years ago
  93. 66fb028 [driver] Remove the -ccc-host-triple alias. This has been replaced by the by Chad Rosier · 12 years ago
  94. c91b41a [driver] Completely rework how superfluous options are stripped out of the crash by Chad Rosier · 12 years ago
  95. c45bb4d [analyzer] Let ConstraintManager subclasses provide a more efficient checkNull. by Jordan Rose · 12 years ago
  96. 8c610b0 Remove the -ccc-no-clang option. by Rafael Espindola · 12 years ago
  97. e63aedd Address Jordan's review: comments, spaces. by Anna Zaks · 12 years ago
  98. e6c3458 Remove ccc-no-clang-cpp, which is also dead now. by Rafael Espindola · 12 years ago
  99. 82c6dc7 Handle string encoding diagnostics when there are too many invalid ranges. by David Blaikie · 12 years ago
  100. d1ce3c1 Implement descendant matchers for NestedNamespecifiers by Daniel Jasper · 12 years ago