1. aae7bad Fix formatting of complex #if expressions. by Daniel Jasper · 11 years ago
  2. ed5a292 Warn that scoped enumerations are a C++11 extenstion when compiling in by Richard Trieu · 11 years ago
  3. 2545b1d [analyzer] RetainCountChecker: Clean up path notes for autorelease. by Jordan Rose · 11 years ago
  4. 11a90ed [scan-build] Whitelist all -mXXXX options. by Ted Kremenek · 11 years ago
  5. 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
  6. af22621 [analyzer] Model strsep(), particularly that it returns its input. by Jordan Rose · 11 years ago
  7. 5d7a96c Add triple to tbaa-struct.cpp to appease bots by Manman Ren · 11 years ago
  8. 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
  9. 244e7e5 Rename this test to make it more general for including more tests. by Ted Kremenek · 11 years ago
  10. 734479a [ms-inline asm] Set the OpDecl to the InlineAsmIdentifierInfo struct. by Chad Rosier · 11 years ago
  11. f2edbec [analyzer] Treat reinterpret_cast like a base cast in certain cases. by Jordan Rose · 11 years ago
  12. fbc4444 [analyzer] Type information from C++ new expressions is perfect. by Jordan Rose · 11 years ago
  13. 387f8aa [Mips] Remove "REQUIRES: mips-registered-target" from some MIPS-related by Simon Atanasyan · 11 years ago
  14. c7f2bfb TBAA: make sure zero-length bitfield works for tbaa.struct and path-aware tbaa by Manman Ren · 11 years ago
  15. 1e7ca62 [ms-inline asm] Refactor/clean up the SemaLookup interface. No functional by Chad Rosier · 11 years ago
  16. 0ad737e Move debug info tests for scoped enums into a separate file. by Adrian Prantl · 11 years ago
  17. 23bde7d Use the ugly PRIx64 macro to make format string portable. by Benjamin Kramer · 11 years ago
  18. a10b978 C++1y constexpr extensions, round 1: Allow most forms of declaration and by Richard Smith · 11 years ago
  19. 19258e8 cmake: Only add -pedantic if LLVM didn't add it. Don't unconditionally add by Richard Smith · 11 years ago
  20. 99ad359 Fix array constant expression evaluation bug: we can have different values for by Richard Smith · 11 years ago
  21. db4f61f Don't emit _ZTW wrappers for TLS variables which don't use the C++ thread_local keyword. by Richard Smith · 11 years ago
  22. e4488b8 Cleanup: test source file does not need to be executable by Arnaud A. de Grandmaison · 11 years ago
  23. 001bf4e Fix bin-packing behavior of constructor initialziers. by Daniel Jasper · 11 years ago
  24. 957dac5 Revert "Revert "PR14606: Debug info for using directives/DW_TAG_imported_module"" by David Blaikie · 11 years ago
  25. 9c6a114 Add a triple to make a test resilient to non-TLS hosts (eg: darwin10) by David Blaikie · 11 years ago
  26. 52bb2a0 Fix return type of isBitfield in the binding definition by Dmitri Gribenko · 11 years ago
  27. c7e2a4e [Mips] Convert a GNU style Mips ABI name to the name accepted by LLVM by Simon Atanasyan · 11 years ago
  28. 990b5e5 [Mips] Do not add unnecessary Mips toolchain path to the list by Simon Atanasyan · 11 years ago
  29. 8404626 The 'constexpr implies const' rule for non-static member functions is gone in by Richard Smith · 11 years ago
  30. 39b0e26 Disable VLA diagnostic in C++1y mode, and add some tests. by Richard Smith · 11 years ago
  31. c41a25a Add another test I forgot to svn add. by Richard Smith · 11 years ago
  32. c3bf52c C++1y: Allow aggregates to have default initializers. by Richard Smith · 11 years ago
  33. 7db58e0 Update some stuff on the open projects page to reflect things we've already done. by Richard Smith · 11 years ago
  34. 7c6671e Switch C++11 open project to C++1y :) by Richard Smith · 11 years ago
  35. 7dc8864 Add note that some of these links are dead for now. by Richard Smith · 11 years ago
  36. eb9ddc5 VLAs in C++14! by Richard Smith · 11 years ago
  37. bb2d378 Variable templates and generic lambdas are approved for C++14. by Richard Smith · 11 years ago
  38. 8e95e30 Clarifying memory allocation: approved for C++14. Move from N/A to no, since we currently relax 'operator new' calls which didn't come from new-expressions. by Richard Smith · 11 years ago
  39. 6f3de20 No digit separators for C++14. by Richard Smith · 11 years ago
  40. 05a73f6 Generalized constexpr is approved for C++14. by Richard Smith · 11 years ago
  41. 96ba7c7 More approved C++14 features. by Richard Smith · 11 years ago
  42. 408de43 Binary literals are approved for C++14. by Richard Smith · 11 years ago
  43. e410be9 Implement core issue 1608: class members can be found via operator lookup in a trailing return type in that class's body. by Richard Smith · 11 years ago
  44. 8e8e95c Supports Sourcery CodeBench Mips toolchain directories tree. by Simon Atanasyan · 11 years ago
  45. 8ef064d [analyzer] Ensure BugReporterTracking works on regions with pointer arithmetic by Anna Zaks · 11 years ago
  46. 716859d [analyzer] Flip printPretty and printPrettyAsExpr as per suggestion from Jordan (r179572) by Anna Zaks · 11 years ago
  47. 10391c2 [analyzer] Correct the comment by Anna Zaks · 11 years ago
  48. 355dae6 [libclang] Make sure the preable does not truncate comments. by Argyrios Kyrtzidis · 11 years ago
  49. e4cabee [analyzer] Website: update lists of potential and actual checkers. by Jordan Rose · 11 years ago
  50. 0105ae5 Remove an empty line so the line numbers match up again after the recent documentation change. by Adrian Prantl · 11 years ago
  51. a0e3df7 still not relaxed enough. by Adrian Prantl · 11 years ago
  52. 7018070 cleanup and relax test cases by Adrian Prantl · 11 years ago
  53. 2fcf0de Note that we support (and in fact have supported since the dawn of time itself) by Richard Smith · 11 years ago
  54. 87a9f2b [ms-inline asm] The parsing of C++ identifiers is a task of the front-end parser, by Chad Rosier · 11 years ago
  55. 59d6a71 Emit the underlying type in the debug info for all kinds of fixed enums by Adrian Prantl · 11 years ago
  56. fc7227e s/C++0x/C++11/ by Adrian Prantl · 11 years ago
  57. aff7d35 Initial work on status page for C++14. by Richard Smith · 11 years ago
  58. f5ae4dd Keep the parentheses in #pragma message (partial revert of r179771). by Andy Gibbs · 11 years ago
  59. e6e68b5 C++11 support is now feature-complete. by Richard Smith · 11 years ago
  60. f0cdc84 Avoid names like __in that conflict with SAL in builtin headers by Reid Kleckner · 11 years ago
  61. b80a16e Implement CodeGen for C++11 thread_local, following the Itanium ABI specification as discussed on cxx-abi-dev. by Richard Smith · 11 years ago
  62. 044fe23 [analyzer] Call proper callback for const regions escaped other then on call. by Anton Yartsev · 11 years ago
  63. c3e81e7 Revert "PR14606: Debug info for using directives/DW_TAG_imported_module" by Eric Christopher · 11 years ago
  64. cec3984 PR14606: Debug info for using directives/DW_TAG_imported_module by David Blaikie · 11 years ago
  65. bb00079 Give CGDebugInfo::getContextDescriptor a more specific return type by David Blaikie · 11 years ago
  66. 8be71a6 [libclang] Fix copy-paste error in comment. by Argyrios Kyrtzidis · 11 years ago
  67. 80e1aca [libclang] Introduce clang_Cursor_isVariadic, which returns non-zero if the given cursor is a variadic function or method. by Argyrios Kyrtzidis · 11 years ago
  68. 0c7102f Objective-C++: Enable passing of modern C++11 style by Fariborz Jahanian · 11 years ago
  69. 38dbad2 [libclang] Introduce clang_Cursor_getObjCDeclQualifiers, to query for 'ObjC Qualifiers' written next to the return and by Argyrios Kyrtzidis · 11 years ago
  70. 68ea1d2 Fix typo. by Chad Rosier · 11 years ago
  71. 6576a0d Add comment to describe cleverness. by Benjamin Kramer · 11 years ago
  72. 9ee6a66 [libclang] Introduce clang_Cursor_getObjCPropertyAttributes to query the written attributes in a property declaration. by Argyrios Kyrtzidis · 11 years ago
  73. 3a58912 Comment parsing: simplify code. As a side effect, this also silences GCC's by Dmitri Gribenko · 11 years ago
  74. 0ac0ee9 Objective-C parsing [qoi]: Provide good recovery when by Fariborz Jahanian · 11 years ago
  75. d333e7b [CMake] Create the directory before creating the link to the clang headers. by Argyrios Kyrtzidis · 11 years ago
  76. 62a8963 some more tests for r179743. by Argyrios Kyrtzidis · 11 years ago
  77. d9e9a0a Add IRGen test case for r179743. by Argyrios Kyrtzidis · 11 years ago
  78. 62fba4f [analyzer] Refine 'nil receiver' diagnostics to mention the name of the method not called. by Ted Kremenek · 11 years ago
  79. 688f2a1 Dropped the parentheses for #pragma message and its kin in the -E output generator. by Andy Gibbs · 11 years ago
  80. 4d6bc18 Adds a new doxygen tag needed. // rdar://12379053 by Fariborz Jahanian · 11 years ago
  81. 7717914 [libclang] Report parameter array types as written in source, not decayed to pointer types. by Argyrios Kyrtzidis · 11 years ago
  82. 258277d [analyzer] "Force" LazyCompoundVals on bind when they are simple enough. by Jordan Rose · 11 years ago
  83. 476f41c [analyzer] Don't crash if we cache out after making a temporary region. by Jordan Rose · 11 years ago
  84. 324645a Specify that we're parsing ms-style inline assembly. by Chad Rosier · 11 years ago
  85. 74df03a Multiple improvements to the AST matcher tutorial. by Manuel Klimek · 11 years ago
  86. 5ddf70f Reject asm output constraints that consist of modifiers only. by Benjamin Kramer · 11 years ago
  87. 0579c16 Add llvm_unreachable at end of fully covered switch to pacify GCC. by Benjamin Kramer · 11 years ago
  88. bd95745 [Parser] Handle #pragma pack/align inside C structs. by Argyrios Kyrtzidis · 11 years ago
  89. 1a7df99 Switch the note order for -Woverloaded-shift-op-parentheses so that the note by Richard Trieu · 11 years ago
  90. aea5201 Update the -Wparentheses tests to check that fix-its are in the correct place. by Richard Trieu · 11 years ago
  91. 86f1745 [analyzer] Tweak getDerefExpr more to track DeclRefExprs to references. by Anna Zaks · 11 years ago
  92. 1e1d011 [analyzer] Improve dereferenced expression tracking for MemberExpr with a dot and non-reference base by Anna Zaks · 11 years ago
  93. cf8a9cb Add description of -Ofast optimization option to the man page. <rdar://13660458> by Bob Wilson · 11 years ago
  94. 441625e [analyzer] Gain more precision retrieving the right SVal by specifying the type of the expression. by Anna Zaks · 11 years ago
  95. 5b90ae7 [analyzer] Allow TrackConstraintBRVisitor to work when the value it’s tracking is not live in the last node of the path by Anna Zaks · 11 years ago
  96. 87f9d81 [Modules] Use global index to improve typo correction performance by Argyrios Kyrtzidis · 11 years ago
  97. 9753d46 Add support for gcc's spelling of -fcolor-diagnostics. by Nico Weber · 11 years ago
  98. 94effad [tests] Only include stdint.h if we are in freestanding mode. by Daniel Dunbar · 11 years ago
  99. 099ecfb [document parsing]: When tag declaration (but not definition!) by Fariborz Jahanian · 11 years ago
  100. abee27b Test cases for r179719. by Chad Rosier · 11 years ago