1. ccbbac8 test/Driver/android-standalone.cpp: Fix test failure on Windowns, again. by NAKAMURA Takumi · 12 years ago
  2. 9a134af Improved the warning for the #@ Microsoft charizing operator. The existing one misspelled the token as "@#" and didn't capitalize Microsoft. by Joao Matos · 12 years ago
  3. 6de9ede Fix test failure on Windowns. by Evgeniy Stepanov · 12 years ago
  4. e972cb4 Follow-up on r163110 - forgot to commit some new tests... by Timur Iskhodzhanov · 12 years ago
  5. a04ca5c Fix PR13444 - wrong mangling of "const char * const *" and friends with "-cxx-abi microsoft" by Timur Iskhodzhanov · 12 years ago
  6. 1d01afe Android standalone toolchain support. by Evgeniy Stepanov · 12 years ago
  7. 7065c52 Removed unused argument. by Chad Rosier · 12 years ago
  8. be5c3fb [ms-inline asm] Update for the MatchInstruction API change in r163101. by Chad Rosier · 12 years ago
  9. ac06745 Added a new cursor for SEHLeaveStmt to libclang. by Joao Matos · 12 years ago
  10. 94a7142 Rename ANDROIDEABI to Android. by Logan Chien · 12 years ago
  11. ca0d10e Documentation cleanup: Add \file comment for ASTContest.h, add \brief to many by James Dennett · 12 years ago
  12. 5be92de Implemented parsing and AST support for the MS __leave exception statement. Also a minor fix to __except printing in StmtPrinter.cpp. Thanks to Aaron Ballman for review. by Joao Matos · 12 years ago
  13. 8503885 Include the diagnostic introduced in r163078 in a group. by Joao Matos · 12 years ago
  14. f712c48 Added a diagnostic for mismatched MS inheritance attributes. Also fixed the incomplete type member pointer size calculation under the MS ABI. by Joao Matos · 12 years ago
  15. c4f0f46 Fixed typo causing tests to fail on non-MSVC machines. by Joao Matos · 12 years ago
  16. 601944a Refactored the Windows headers location lookup code. Expose it so standalone tools can have access to it. by Joao Matos · 12 years ago
  17. 9eb214a [analyzer] Silence unused variable warnings in NDEBUG builds. by Jordan Rose · 12 years ago
  18. 754a5d1 [libclang] Fix indexing type alias declarations. rdar://11878406 by Argyrios Kyrtzidis · 12 years ago
  19. d579dd5 [libclang] The annotation of tokens operation visits statement nodes code-recursively. by Argyrios Kyrtzidis · 12 years ago
  20. 91ab900 [analyzer] Disallow creation of int vals with explicit bit width / signedness. by Jordan Rose · 12 years ago
  21. d047135 [analyzer] Don't attempt to create a floating-point value of "1" for ++/--. by Jordan Rose · 12 years ago
  22. 4a25f30 [analyzer] Future-proofing r163012 (nameless functions and RetainCountChecker) by Jordan Rose · 12 years ago
  23. 02df4f0 [analyzer] Treat all struct values as regions (even rvalues). by Jordan Rose · 12 years ago
  24. 5699f62 [analyzer] Always derive a CallEvent's return type from its origin expr. by Jordan Rose · 12 years ago
  25. 010556e [cindex.py] Add helper to initialize libclang functions by Tobias Grosser · 12 years ago
  26. 296028e Comment that clang.dll is unavailable on cygming yet. by Ted Kremenek · 12 years ago
  27. b6678d7 c-arcmt-test/Makefile: Restore some stuff. clang.dll is unavailable on cygming yet. by NAKAMURA Takumi · 12 years ago
  28. 2193012 Tweak link order to hopefully resolve a buildbot failure. by Ted Kremenek · 12 years ago
  29. 305c613 Split library clangRewrite into clangRewriteCore and clangRewriteFrontend. by Ted Kremenek · 12 years ago
  30. f143ae9 Changed the remaining dead asserts to llvm_unreachable. by Joao Matos · 12 years ago
  31. 06b3a06 don't warn about unused values when the unused value is a statement expression expanded from a macro. This is of dubious utility in general, but is specifically a major issue for the linux kernel. This resolves PR13747. by Chris Lattner · 12 years ago
  32. 17d35c3 Normalize line endings of r163013 (part 2). by Joao Matos · 12 years ago
  33. 7aaa167 Remove windows line endings. by Benjamin Kramer · 12 years ago
  34. 5408153 Thread-safety analysis: fix handling of LOCK_RETURNED attribute so that the by DeLesley Hutchins · 12 years ago
  35. 1999bd6 Update a warning to point to the DiagGroup created in DiagnosticGroups.td by Richard Trieu · 12 years ago
  36. 4e4c157 Thread-safety analysis: fix handling of string constants in mutex by DeLesley Hutchins · 12 years ago
  37. 35adca0 Fix the build (-Wswitch violation introduced by r163013). by David Blaikie · 12 years ago
  38. ec2f579 Normalize line endings of r163013. by Joao Matos · 12 years ago
  39. 3e1ec72 Normalize line endings of r163022. by Joao Matos · 12 years ago
  40. 181cd5b Emulate MSVC's preprocessor macro argument separator behavior by not considering commas from nested macro expansions as argument separators. Fixes parsing of VS 2012 headers. by Joao Matos · 12 years ago
  41. 7e2e4c3 objective-C ARC; detect and warn on retain cycle when by Fariborz Jahanian · 12 years ago
  42. 6666ed4 Improved MSVC __interface support by adding first class support for it, instead of aliasing to "struct" which had some incorrect behaviour. Patch by David Robins. by Joao Matos · 12 years ago
  43. a89f719 [analyzer] RetainCountChecker: don't assume all functions have names. by Jordan Rose · 12 years ago
  44. e4d90e1 Fixed invalid iterators. Since the iterator is invalidated after the erase() call, we need to replace it with the new one returned. This was triggering an assert under MSVC 2012 and making all the ARCMT/ tests fail. by Joao Matos · 12 years ago
  45. de5277f [analyzer] Though C++ inlining is enabled, don't inline ctors and dtors. by Jordan Rose · 12 years ago
  46. 376c432 objective-C: underline name of the missing method by Fariborz Jahanian · 12 years ago
  47. af503a6 Remove the useless CommentOptions class. by Dmitri Gribenko · 12 years ago
  48. da5922f Use LLVM_DELETED_FUNCTION instead of a comment. by Dmitri Gribenko · 12 years ago
  49. 45796b1 Make AnalyzerOptions a shared object between CompilerInvocation and by Ted Kremenek · 12 years ago
  50. 987695a Move AnalyzerOptions.h into 'Core' StaticAnalyzer sub-library. by Ted Kremenek · 12 years ago
  51. 976f118 DeclPrinter tests: simplify the code by using the new runToolOnCodeWithArgs by Dmitri Gribenko · 12 years ago
  52. dfccbd9 Documentation: correct a typo introduced in r162971. by Dmitri Gribenko · 12 years ago
  53. 44470ef DeclPrinter tests: since now some platforms use C++11 by default, make it by Dmitri Gribenko · 12 years ago
  54. a8ba40e Documentation: add missing word "accepts". by Dmitri Gribenko · 12 years ago
  55. e506f8a Make a bunch of methods on Lexer private. by Eli Friedman · 12 years ago
  56. c24a76e Comment HTML tag name machers: move from StringSwitch to an efficient by Dmitri Gribenko · 12 years ago
  57. 191e2b1 Revert "[analyzer] Disable diagnostic checking on the buildbot." by Jordan Rose · 12 years ago
  58. 3a46f5f [analyzer] Ensure that PathDiagnostics profile the same regardless of path. by Jordan Rose · 12 years ago
  59. 8c916ee [analyzer] Fix a crash in plist-html generation introduced in r162939. by Jordan Rose · 12 years ago
  60. a6c66ce Change the representation of builtin functions in the AST by Eli Friedman · 12 years ago
  61. 918546c objective-C ARC: under -Wexplicit-ownership-type diagnose those by Fariborz Jahanian · 12 years ago
  62. fbcb3f1 [analyzer] Refactor the logic that determines if a functions should be by Anna Zaks · 12 years ago
  63. 43d3974 [analyzer] Remove cast inside dyn_cast. by Anna Zaks · 12 years ago
  64. 3f2a55d [analyzer] Make analyzer-ipa=dynamic-bifurcate the default. by Anna Zaks · 12 years ago
  65. dc601f4 [analyzer] Fixup for r162935 as per Jordan's review. by Anna Zaks · 12 years ago
  66. 482466b Switch a couple getAs uses to castAs. by Eli Friedman · 12 years ago
  67. ccc4f28 The presence of a user-*declared* constructor makes the default by Douglas Gregor · 12 years ago
  68. befc0f6 [analyzer] Disable diagnostic checking on the buildbot. by Anna Zaks · 12 years ago
  69. f9f5fdb [analyzer] Plist diagnostics: Fix a case where we fail to close an XML tag. by Jordan Rose · 12 years ago
  70. 9f6419f Add -Wduplicate-enum warning. Clang will emit this warning when an implicitly by Richard Trieu · 12 years ago
  71. d295970 Extend the "__is_pod" hack, which demotes various type trait keywords by Douglas Gregor · 12 years ago
  72. 66341c5 Fixes a bug for binding memoized match results. by Manuel Klimek · 12 years ago
  73. 05fcbd3 [analyzer] Do not propagate the [super init] could be nil assumption by Anna Zaks · 12 years ago
  74. e788365 Teach RetainCountChecker about 'pragma clang arc_cf_code_audited'. by Ted Kremenek · 12 years ago
  75. 9413dc0 Fix missing 'clang' in pragma example in ARC doc. by Ted Kremenek · 12 years ago
  76. 2fa9d72 Rename 'MaxLoop' to 'maxBlockVisitOnPath' to reflect reality. We by Ted Kremenek · 12 years ago
  77. 3b8a040 Rename 'VisualizeEGUbi' and 'VisualizeEGDot' to 'visualizeExplodedGraphWithUbigGraph' by Ted Kremenek · 12 years ago
  78. 0caa2d4 Rename AnalyzerOptions 'EagerlyAssume' to 'eagerlyAssumeBinOpBifurcation'. by Ted Kremenek · 12 years ago
  79. 255d4d4 Store const& to AnalyzerOptions in AnalysisManager instead of copying by Ted Kremenek · 12 years ago
  80. 5705a40 Move AnalyzerOptions.h to include/clang/StaticAnalyzer. by Ted Kremenek · 12 years ago
  81. 82f5ace Move Analyses.def to include/clang/StaticAnalyzer. by Ted Kremenek · 12 years ago
  82. 9617130 objective-C: clang must implicitly convert by Fariborz Jahanian · 12 years ago
  83. c30981a Make preprocessor act in a GCC-compatible fashion when a macro is redefined by Richard Smith · 12 years ago
  84. 3bc2226 PR13652: Don't assume the parameter array on a FunctionTypeLoc for a lambda will by Richard Smith · 12 years ago
  85. 6f79420 WWW: Force word wrapping of the content to avoid horizontal scrolling. by Benjamin Kramer · 12 years ago
  86. 318cc3c Change -analyzer-config to use '=' as the key-value separator, and only by Ted Kremenek · 12 years ago
  87. 50f88b9 Reland r160052: Default to -std=c++11 on Windows. by Nico Weber · 12 years ago
  88. 5666988 Tooling: Add a runToolOnCodeWithArgs() function that allows by Nico Weber · 12 years ago
  89. 6422149 Fix C++ comment in C source by Michael Liao · 12 years ago
  90. c586d5d Fix a crash in type merging with enum types. by Eli Friedman · 12 years ago
  91. ecbbea4 Emit .gcda files as absolute paths instead of relative paths. by Bill Wendling · 12 years ago
  92. 9757377 Make this test portable. by Ted Kremenek · 12 years ago
  93. 554067f [analyzer] Stop tracking symbols based on a retain count summary of by Anna Zaks · 12 years ago
  94. 28694c1 [analyzer] Fixup 162863. by Anna Zaks · 12 years ago
  95. 9af9122 Fix serious regression introduced in r157780 where __attribute__((NSObject)) by Ted Kremenek · 12 years ago
  96. 97d3f3b Fix PR reference in test. by Eli Friedman · 12 years ago
  97. 45dae62 Fix run-line for test. by Eli Friedman · 12 years ago
  98. 3defb0b [analyzer]Fix typo, unbreak static analyzer BuildBot (at least partially). by Anna Zaks · 12 years ago
  99. 80de487 [analyzer] Improved diagnostic pruning for calls initializing values. by Anna Zaks · 12 years ago
  100. a484fc7 Make alignment computation for pointer values for builtins handle by Eli Friedman · 12 years ago