1. 9ff2b42 ArrayRef'ize Sema::ActOnEnumBody. No functionality change. by Dmitri Gribenko · 11 years ago
  2. ebf8fe2 Documentation: Change UTF-8 ellipsis character to ASCII ... sequence by Dmitri Gribenko · 11 years ago
  3. c6a3177 Silence a silly sign compare warning from GCC. by Benjamin Kramer · 11 years ago
  4. 395b0af Documentation: add an idea for a cpp14-migrate transform for N3421 by Dmitri Gribenko · 11 years ago
  5. 99d2eb4 Exit early when $PWD isn't set. Remove unused unistd.h include. by Benjamin Kramer · 11 years ago
  6. 6089adc Use LLVM's preferred current_path API instead of calling getcwd(3) directly. by Benjamin Kramer · 11 years ago
  7. 7c99374 [driver] Revert r180652 and 180658 and temporarily #define MAXPATHLEN to by Chad Rosier · 11 years ago
  8. 1d22fa2 Fix the dangling pointer. by Chad Rosier · 11 years ago
  9. 975d83c Struct-path aware TBAA: fix handling of may_alias attribute. by Manman Ren · 11 years ago
  10. 50be904 Struct-path aware TBAA: change the format of TBAAStructType node. by Manman Ren · 11 years ago
  11. e1c4ac3 [driver] Use the llvm equivalent of getcwd(). Hopefully, this makes the Windows by Chad Rosier · 11 years ago
  12. ab3d509 Fix an assertion hit in Sema::CheckObjCMethodOverrides. by Argyrios Kyrtzidis · 11 years ago
  13. 91efca0 documenttion parsing. Provide a c-index test by Fariborz Jahanian · 11 years ago
  14. fff418b In the ASTImporter, when checking whether two by Sean Callanan · 11 years ago
  15. e858e66 [libclang] Introduce clang_Module_getASTFile function that returns the module file where a module object came from. by Argyrios Kyrtzidis · 11 years ago
  16. 888d345 Move helper classes into anonymous namespaces. by Benjamin Kramer · 11 years ago
  17. 5d2e4e1 [analyzer] An ObjC for-in loop runs 0 times if the collection is nil. by Jordan Rose · 11 years ago
  18. 5e6c06b [analyzer] Model casts to bool differently from other numbers. by Jordan Rose · 11 years ago
  19. ed6847e [analyzer] Consolidate BoolAssignmentChecker tests by using two RUN lines. by Jordan Rose · 11 years ago
  20. 65110ca [PCH/modules] Require the preprocessing record option to match the used PCH, if modules are enabled. by Argyrios Kyrtzidis · 11 years ago
  21. 0532df0 [Modules] Fix an issue where the reconstructed redeclaration chain was incomplete, missing the definition from a module. by Argyrios Kyrtzidis · 11 years ago
  22. cbdbbd1 [frontend] Make -chain-include work when used with modules. by Argyrios Kyrtzidis · 11 years ago
  23. c7b5f38 ArrayRefize code. No functionality change. by Benjamin Kramer · 11 years ago
  24. 622bb4a document parsing. When a sub-class (c++ Objective-C) missing by Fariborz Jahanian · 11 years ago
  25. b1c8122 [driver] Implement the -fdebug-compilation-dir in a way that is compatible with by Chad Rosier · 11 years ago
  26. 84bf8a8 Documentation: improve description of make_shared transformation, as suggested by David Blaikie by Dmitri Gribenko · 11 years ago
  27. 002f928 Comment parsing: -fparse-all-comments: recognize empty line comments by Dmitri Gribenko · 11 years ago
  28. a2c3646 Implement C++1y decltype(auto). by Richard Smith · 11 years ago
  29. bebf5b1 C++1y: support simple variable assignments in constexpr functions. by Richard Smith · 11 years ago
  30. 4f1d155 Use bitfilds. by Rafael Espindola · 11 years ago
  31. 1601a4a Support debug info for using directives at global/namespace scope. by David Blaikie · 11 years ago
  32. e5e575d Add r180263 back, but fix hasBraces() to be correct during parsing. by Rafael Espindola · 11 years ago
  33. 88e37c2 Add a testcase for a recent regression. by Rafael Espindola · 11 years ago
  34. 1377a46 Further wordsmith release notes for the static analyzer. by Ted Kremenek · 11 years ago
  35. d247842 Revert r180263. It's causing failures. by Bill Wendling · 11 years ago
  36. 08741a0 Add Static Analyzer section to the Release Notes for clang 3.3 by Anna Zaks · 11 years ago
  37. f3f0f35 Objective-C: This is a small modification to my by Fariborz Jahanian · 11 years ago
  38. 9ed6d80 [analyzer] Teach DeadStoreChecker to look though BO_Comma and disregard the LHS. by Anna Zaks · 11 years ago
  39. 11dc634 Put friend decls in the correct context. by Rafael Espindola · 11 years ago
  40. a2338bc Fix a possible null pointer dereference found by the analyzer. by Anna Zaks · 11 years ago
  41. 0823c7d Fix header comment. by Benjamin Kramer · 11 years ago
  42. d4aaee4 Add an idea for cpp11-migrate and cpp14-migrate by Dmitri Gribenko · 11 years ago
  43. fca24bc Improve clang-format's memoization behavior. by Daniel Jasper · 11 years ago
  44. f49d9c9 Fix a case in linkage computation that should check for single line extern "C". by Rafael Espindola · 11 years ago
  45. 65dfa2b Don't mark 'extern "C" void f(void)' as having extern storage class. by Rafael Espindola · 11 years ago
  46. 2972d04 Add option to align escaped newlines left. by Daniel Jasper · 11 years ago
  47. f1ed9fe Fix scrolling bug in clang-format's emacs integration. by Daniel Jasper · 11 years ago
  48. b70d1c3 [ms-cxxabi] Fix a number of bugs in the mangler. by Peter Collingbourne · 11 years ago
  49. fed07a2 Add "-no-canonical-prefixes" to a test case. by Richard Trieu · 11 years ago
  50. 3d8f462 [analyzer] Fix a crash in RetainCountChecker - we should not rely on CallEnter::getCallExpr to return non-NULL by Anna Zaks · 11 years ago
  51. c873b51 [neonemitter tests] Change triple of emitted tests to thumbv7s to match the target cpu being swift. Also specify the target-abi to apcs-gnu. by Michael Gottesman · 11 years ago
  52. 51c30af Objective-C parsing [qoi]: Recover gracefully with good diagnostic by Fariborz Jahanian · 11 years ago
  53. 80abce3 Objective-C arc: Improve disgnostics when 'weak' by Fariborz Jahanian · 11 years ago
  54. e68cb08 Removing example-dynarray.cpp test since it's of no value. by Jyotsna Verma · 11 years ago
  55. 9f366db [driver] Test that last option wins between -Ofast and -O2. by Chad Rosier · 11 years ago
  56. 3142279 [driver] Put -fvectorize under the -Ofast umbrella flag. Part of rdar://13622687 by Chad Rosier · 11 years ago
  57. b82e117 [driver] Improve the implementation of the -Ofast option. by Chad Rosier · 11 years ago
  58. 0127b3f [driver] Add a hasFlag API that accepts a positive alias. by Chad Rosier · 11 years ago
  59. c775b1a Objective-C: When reporting on missing property accessor implementation in by Fariborz Jahanian · 11 years ago
  60. 94d6ad7 Flip flag to merge short if-statements into one line for Google style. by Daniel Jasper · 11 years ago
  61. 4cdc0cd clang-format support for multiple input files. by Alexander Kornienko · 11 years ago
  62. e0262e2 [analyzer] Refactoring + explanatory comment. by Anton Yartsev · 11 years ago
  63. 230fc37 Release note the change to clang_CXCursorSet_contains(). by Ted Kremenek · 11 years ago
  64. 96bbe19 Fix typo in comparison in clang_CXCursorSet_contains(). by Ted Kremenek · 11 years ago
  65. 017dd74 Revert "Remove CXCursorSet and related APIs. There are no known clients." by Ted Kremenek · 11 years ago
  66. 4abc9bd Add test case for -Wdeprecated-objc-pointer-introspection, and by Ted Kremenek · 11 years ago
  67. 3b6f56a Remove CXCursorSet and related APIs. There are no known clients. by Ted Kremenek · 11 years ago
  68. af84976 Fix comment alignment behavior. by Daniel Jasper · 11 years ago
  69. 44f72d3 Add some more required SPARC v9 predefined macros. by Jakob Stoklund Olesen · 11 years ago
  70. caadc41 [analyzer] IvarInvalidation: correctly handle cases where only partial invalidators exist by Anna Zaks · 11 years ago
  71. e3a813a [analyzer] Set the allocation site to be the uniqueing location for retain count checker leaks. by Anna Zaks · 11 years ago
  72. 0f85792 [analyzer] Refactor BugReport::getLocation and PathDiagnosticLocation::createEndOfPath for greater code reuse by Anna Zaks · 11 years ago
  73. 7005426 Update checker build. by Ted Kremenek · 11 years ago
  74. edab047 [libclang] Introduce a CXCursor_ObjCSelfExpr cursor, which is the equivalent of CXCursor_CXXThisExpr for C++ code. by Argyrios Kyrtzidis · 11 years ago
  75. dd3e2d9 Make compares unsigned. The expression can't become negative anyways. by Benjamin Kramer · 11 years ago
  76. aae7bad Fix formatting of complex #if expressions. by Daniel Jasper · 11 years ago
  77. ed5a292 Warn that scoped enumerations are a C++11 extenstion when compiling in by Richard Trieu · 11 years ago
  78. 2545b1d [analyzer] RetainCountChecker: Clean up path notes for autorelease. by Jordan Rose · 11 years ago
  79. 11a90ed [scan-build] Whitelist all -mXXXX options. by Ted Kremenek · 11 years ago
  80. 2fb5d12 When modifying an implicit instantiation with information from an explicit one, make sure to reset the "right brace" location. by Argyrios Kyrtzidis · 11 years ago
  81. af22621 [analyzer] Model strsep(), particularly that it returns its input. by Jordan Rose · 11 years ago
  82. 5d7a96c Add triple to tbaa-struct.cpp to appease bots by Manman Ren · 11 years ago
  83. 3aaf41a Add a warning for Objective-C pointer introspection, which is solely the job of the Objective-C runtime. by Ted Kremenek · 11 years ago
  84. 244e7e5 Rename this test to make it more general for including more tests. by Ted Kremenek · 11 years ago
  85. 734479a [ms-inline asm] Set the OpDecl to the InlineAsmIdentifierInfo struct. by Chad Rosier · 11 years ago
  86. f2edbec [analyzer] Treat reinterpret_cast like a base cast in certain cases. by Jordan Rose · 11 years ago
  87. fbc4444 [analyzer] Type information from C++ new expressions is perfect. by Jordan Rose · 11 years ago
  88. 387f8aa [Mips] Remove "REQUIRES: mips-registered-target" from some MIPS-related by Simon Atanasyan · 11 years ago
  89. c7f2bfb TBAA: make sure zero-length bitfield works for tbaa.struct and path-aware tbaa by Manman Ren · 11 years ago
  90. 1e7ca62 [ms-inline asm] Refactor/clean up the SemaLookup interface. No functional by Chad Rosier · 11 years ago
  91. 0ad737e Move debug info tests for scoped enums into a separate file. by Adrian Prantl · 11 years ago
  92. 23bde7d Use the ugly PRIx64 macro to make format string portable. by Benjamin Kramer · 11 years ago
  93. a10b978 C++1y constexpr extensions, round 1: Allow most forms of declaration and by Richard Smith · 11 years ago
  94. 19258e8 cmake: Only add -pedantic if LLVM didn't add it. Don't unconditionally add by Richard Smith · 11 years ago
  95. 99ad359 Fix array constant expression evaluation bug: we can have different values for by Richard Smith · 11 years ago
  96. db4f61f Don't emit _ZTW wrappers for TLS variables which don't use the C++ thread_local keyword. by Richard Smith · 11 years ago
  97. e4488b8 Cleanup: test source file does not need to be executable by Arnaud A. de Grandmaison · 11 years ago
  98. 001bf4e Fix bin-packing behavior of constructor initialziers. by Daniel Jasper · 11 years ago
  99. 957dac5 Revert "Revert "PR14606: Debug info for using directives/DW_TAG_imported_module"" by David Blaikie · 11 years ago
  100. 9c6a114 Add a triple to make a test resilient to non-TLS hosts (eg: darwin10) by David Blaikie · 11 years ago