1. 67330f1 Add tests for r163778. by Ted Kremenek · 12 years ago
  2. 2df67ea This patch introduces A15 as a target in Clang. by Silviu Baranga · 12 years ago
  3. 7604023 ASTMatchersMacros.h: Appease msvc. by NAKAMURA Takumi · 12 years ago
  4. a756443 Create initial support for matching and binding NestedNameSpecifier(Loc)s. by Daniel Jasper · 12 years ago
  5. 1824d54 Fix Doxygen misuse: refer to parameter names in paragraphs correctly (\arg is by Dmitri Gribenko · 12 years ago
  6. 30c8a1f Add missing accessor. by Manuel Klimek · 12 years ago
  7. 127ff2e Conditionally parse documentation comments in system headers by by Ted Kremenek · 12 years ago
  8. dc6cc87 Properly link libpthread_p when using profiling on OpenBSD. by Eric Christopher · 12 years ago
  9. 1696bc2 InitHeaderSearch.cpp: [mingw] Handle DOSish paths only on Win32 hosts. by NAKAMURA Takumi · 12 years ago
  10. e5b89ed clang/lib/Analysis/ObjCNoReturn.cpp: Fix [-Wnewline-eof] by NAKAMURA Takumi · 12 years ago
  11. 670941c Format strings: offer a fixit for Darwin's %D/%U/%O to ISO %d/%u/%o. by Jordan Rose · 12 years ago
  12. 275b6f5 Format strings: %D, %U, and %O are valid on Darwin (same as %d, %u, %o). by Jordan Rose · 12 years ago
  13. 5f7c0ad [analyzer] Don't reimplement an existing function. by Anna Zaks · 12 years ago
  14. 25c1d57 Teach -Wuninitialized to recognize common "noreturn" idioms in by Ted Kremenek · 12 years ago
  15. 4ef1920 Refactor logic in ExprEngine for detecting 'noreturn' methods by Ted Kremenek · 12 years ago
  16. 3ef95a5 Add a few FIXMEs. by Chad Rosier · 12 years ago
  17. b55e602 [ms-inline asm] Handle the enumeration of input and output expressions in a by Chad Rosier · 12 years ago
  18. d5a73dc Reapply: by Eric Christopher · 12 years ago
  19. e6f18c3 Add two new functions to Qualifiers. by Richard Trieu · 12 years ago
  20. 1fa1e0c Whitespace. by Chad Rosier · 12 years ago
  21. 16e6a7c [analyzer] Do not report use of undef on "return foo();" when the return type is void. by Anna Zaks · 12 years ago
  22. 9dc298b [analyzer] Fix another false positive in malloc realloc logic. by Anna Zaks · 12 years ago
  23. 522fc21 [analyzer] Teach UndefOrNullArgVisitor to track parent regions. by Anna Zaks · 12 years ago
  24. 1a7bcc4 [analyzer] Fix another use of the address of a temporary, like r163402. by Jordan Rose · 12 years ago
  25. 3225d07 [analyzer] Re-add reinterpret_cast virtual call test case from r163644. by Jordan Rose · 12 years ago
  26. d66b3c5 [analyzer] Handle when the dynamic type is worse than the static type. by Jordan Rose · 12 years ago
  27. fe3769d Revert "[analyzer] Use the static type for a virtual call if the dynamic type is worse." by Jordan Rose · 12 years ago
  28. 4a29530 objective-C++ test for my previous patch. // rdar://12280826 by Fariborz Jahanian · 12 years ago
  29. 63d8872 Rename isA to isSameOrDerivedFrom. by Daniel Jasper · 12 years ago
  30. 0002479 objective-C arc: don't issue no explicit ownership warning when by Fariborz Jahanian · 12 years ago
  31. a912649 Fix test case for Release builds. by Chad Rosier · 12 years ago
  32. 22b617f Revert "Make clang emit a flag for DW_AT_object_pointer for the artificial" by Eric Christopher · 12 years ago
  33. 47fa999 [ms-inline asm] Add a test case. by Chad Rosier · 12 years ago
  34. 808a1d0 [ms-inline asm] Test case for r163729. by Chad Rosier · 12 years ago
  35. 7f9678b [ms-inline asm] If we have a single asm operand that maps to multiple by Chad Rosier · 12 years ago
  36. 0841a07 Comment parsing: recognize more Doxygen commands by Dmitri Gribenko · 12 years ago
  37. e23fb90 Fix a couple of Doxygen issues pointed out by -Wdocumentation. by Dmitri Gribenko · 12 years ago
  38. b648cf0 Revert "objective-C: warn under a flag if missing argument" by Ted Kremenek · 12 years ago
  39. e62b129 Revert "objective-C: warn if selector has nothing but bare" by Ted Kremenek · 12 years ago
  40. 0098d23 clang/test: [PR13820] Suppress LLP64-incompatible tests for ObjC with +Asserts. by NAKAMURA Takumi · 12 years ago
  41. a0fed12 clang/test/CodeGen/2008-01-25-ZeroSizedAggregate.c: [PR8833] Add REQUIRES: LP64. It fails with +Asserts for Win64. by NAKAMURA Takumi · 12 years ago
  42. 53b43a7 Claim --param ssp-buffer-size, even if the stack protector is not active. by Joerg Sonnenberger · 12 years ago
  43. 92b7c39 clang/test/CodeGenObjC: [PR13820] Suppress LLP64-incompatible tests. by NAKAMURA Takumi · 12 years ago
  44. db3353f clang/test/SemaCXX/dcl_ambig_res.cpp: [PR13819] It requires LP64 for now due to __SIZE_TYPE__. by NAKAMURA Takumi · 12 years ago
  45. b774d73 clang/test: [PR8833] Introduce the feature "LP64" to suppress LLP64-incompatible tests. by NAKAMURA Takumi · 12 years ago
  46. 4d59422 clang/test/PCH/missing-file.cpp: Try to suppress accidental false on Windows. by NAKAMURA Takumi · 12 years ago
  47. 5e3d24c clang/test/lit.cfg: Fix a typo in comment. by NAKAMURA Takumi · 12 years ago
  48. ad5dc10 Fix a test failure. by Evgeniy Stepanov · 12 years ago
  49. 8ba7541 Make -faddress-sanitizer on Android link to the new-style runtime. by Evgeniy Stepanov · 12 years ago
  50. cca1780 Convert a few more getAs cases to castAs where we immediately call a member function. by Ted Kremenek · 12 years ago
  51. f57a2aa Fix regression where "looping back to the head of" PathDiagnosticEvents by Ted Kremenek · 12 years ago
  52. 44ca53f Teach -Wuninitialized to recognize __attribute__((analyzer_noreturn)) by Ted Kremenek · 12 years ago
  53. f1c7060 Post new checker build. by Ted Kremenek · 12 years ago
  54. 1b22cec Adjust some analyzer tests to place widely shared inputs inside of an by Chandler Carruth · 12 years ago
  55. 93040b7 Fix up more "$t"s in this test that should be "%t"s. by Chandler Carruth · 12 years ago
  56. 9a4db03 PR13811: Add a FunctionParmPackExpr node to handle references to function by Richard Smith · 12 years ago
  57. 2b6eb9d Make clang emit a flag for DW_AT_object_pointer for the artificial by Eric Christopher · 12 years ago
  58. 80da77e [ms-inline asm] isDef/NumDefs in this context only refer to register definitions, not memory definitions. by Chad Rosier · 12 years ago
  59. 8742d7c [ms-inline asm] As of r163657 this check is unnecessary. by Chad Rosier · 12 years ago
  60. fb70026 [ms-inline asm] Don't consider tokens or immediates when computing clobbers, inputs and outputs. by Chad Rosier · 12 years ago
  61. f9ee0ba Thread-safety analysis: fix bug in expression matching code. by DeLesley Hutchins · 12 years ago
  62. 10d65cd objective-C: warn if selector has nothing but bare by Fariborz Jahanian · 12 years ago
  63. e9f1f23 Revert "[analyzer] Disable STL inlining. Blocked by PR13724." by Jordan Rose · 12 years ago
  64. b0b8a96 Comment parsing: handle non-builtin commands correctly. After semantic by Dmitri Gribenko · 12 years ago
  65. 19d5886 [analyzer] Use the static type for a virtual call if the dynamic type is worse. by Jordan Rose · 12 years ago
  66. c9e418c Fix warning from r163642 by DeLesley Hutchins · 12 years ago
  67. 24a6c94 Thread safety analysis: fix bug related to lock_returned attribute on templates. by DeLesley Hutchins · 12 years ago
  68. 92faee7 objective-C: warn under a flag if missing argument by Fariborz Jahanian · 12 years ago
  69. c6baadc [analyzer] Disable STL inlining. Blocked by PR13724. by Anna Zaks · 12 years ago
  70. 4e0d3cb Fix namespace nesting and remove windows line endings. by Rafael Espindola · 12 years ago
  71. a74e4af Just revert r163605 for now. It broke the build and had some by Chandler Carruth · 12 years ago
  72. 6d445a6 Select the correct, or, failing that, compatible, dialect when invoked as cc, by David Chisnall · 12 years ago
  73. a13cdf4 Switch a SmallPtrSet/SmallVector pair over to SetVector. by Douglas Gregor · 12 years ago
  74. 04992c7 Remove unused macro definition by Douglas Gregor · 12 years ago
  75. fb7669e Fix typo in comment by Douglas Gregor · 12 years ago
  76. 1b5c336 Remove some redundancy from constant aggregate emission. No functionality change. by Richard Smith · 12 years ago
  77. 59cabd7 [libclang] Fix getting a cursor inside an angled #include directive. by Argyrios Kyrtzidis · 12 years ago
  78. 85f90bd Update comment and space. by Eric Christopher · 12 years ago
  79. 3ed6b91 The type of the self and cmd variables should be artificial. (Note by Eric Christopher · 12 years ago
  80. 4de9716 [ms-inline asm] Add $$ before numeric constants in the IR. by Chad Rosier · 12 years ago
  81. 116bb09 Fix buffer overflow. by Eli Friedman · 12 years ago
  82. 00b4f64 [analyzer] Member function calls that use qualified names are non-virtual. by Jordan Rose · 12 years ago
  83. e08dcbe [analyzer] Turn stl inlining back on. by Anna Zaks · 12 years ago
  84. 4ea9b89 [analyzer] Do not count calls to small functions when computing stack depth. by Anna Zaks · 12 years ago
  85. 73c87d0 [PCH] Add a null check to avoid crashing. by Argyrios Kyrtzidis · 12 years ago
  86. 1b76fbc Provide fixed target triples to make test results consistent across ARM hosts. by David Blaikie · 12 years ago
  87. 3bed3d1 [libclang] Do index 'extern' declarations inside functions. by Argyrios Kyrtzidis · 12 years ago
  88. 57330ee [analyzer] Add an option to enable/disable objc inlining. by Anna Zaks · 12 years ago
  89. 8a198a0 Revert "Remove clang man page reference to -Oz. It's not an option we want people to use, and is around for historical reasons." by Ted Kremenek · 12 years ago
  90. 7229d00 [analyzer] Add ipa-always-inline-size option (with 3 as the default). by Anna Zaks · 12 years ago
  91. 654f1d5 Fix PR13784: instantiation of an abstract class in a conditional operator. by David Blaikie · 12 years ago
  92. b22b0a5 Move the null check outside of the loop, no functionality change. by Argyrios Kyrtzidis · 12 years ago
  93. 22cd9ac [PCH] When loading fields from external storage make sure to also by Argyrios Kyrtzidis · 12 years ago
  94. 978869a [analyzer] Make the defaults explicit for each of the new config options. by Jordan Rose · 12 years ago
  95. 81fb50e [analyzer] For now, don't inline C++ standard library functions. by Jordan Rose · 12 years ago
  96. 1ad23d6 Remove redundant semicolons which are null statements. by Dmitri Gribenko · 12 years ago
  97. e4330a3 Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp. by Dmitri Gribenko · 12 years ago
  98. db13315 Remove clang man page reference to -Oz. It's not an option we want people to use, and is around for historical reasons. by Ted Kremenek · 12 years ago
  99. 3f0ec52 Thread-safety analysis: differentiate between two forms of analysis; a precise by DeLesley Hutchins · 12 years ago
  100. bd7e306 Now that I have a test file to work with, disable the Filecheck part of this test. by Ted Kremenek · 12 years ago