1. 7c2342d When pretty-printing tag types, only print the tag if we're in C (and by John McCall · 15 years ago
  2. becb8d5 Allow the fast path through ASTContext::getTypeDeclType to be inlined. by John McCall · 15 years ago
  3. c802378 Add use-after-free check to MallocChecker. by Zhongxing Xu · 15 years ago
  4. 3cb0ebd Create a new InjectedClassNameType to represent bare-word references to the by John McCall · 15 years ago
  5. b91570a Value-initialize the written-builtin-specifiers field of DeclSpec, which by John McCall · 15 years ago
  6. ad6eff6 Implement clang_isUnexposed(), a predicate function to simplify filtering out by Ted Kremenek · 15 years ago
  7. 503524a Allocate ASTRecordLayout objects using the allocator associated with ASTContext. by Ted Kremenek · 15 years ago
  8. 9fd4f89 Rename -Wbad-literal to -Wliteral-range. by John McCall · 15 years ago
  9. 07425c9 Improve XML output for C++ classes, from Olaf Krzikalla! by Douglas Gregor · 15 years ago
  10. c2350e5 Extend ObjCMessageExpr for class method sends with the source location by Douglas Gregor · 15 years ago
  11. 4bc1cb6 Keep track of type source information in the return type of an by Douglas Gregor · 15 years ago
  12. a276291 Downgrade errors when trying to catch a pointer or reference to by Douglas Gregor · 15 years ago
  13. ffaf4c5 implement support for -Wno-deprecated, PR6534. While by Chris Lattner · 15 years ago
  14. a5d10c4 Rename to addPPCallbacks since we're effectively adding a callback and maybe chaining it to an existing one by Kovarththanan Rajaratnam · 15 years ago
  15. d6b162e Add in movntdqa intrinsic for load hint. by Eric Christopher · 15 years ago
  16. 31b2ac7 Add in dot product intrinsics for dpps and dppd. by Eric Christopher · 15 years ago
  17. 1e1d396 Implement missing-braces warning and add a test case. by Tanya Lattner · 15 years ago
  18. e51dd7b Lowercase for consistency by Kovarththanan Rajaratnam · 15 years ago
  19. ba68b08 PR6515: Implement __builtin_signbit and friends. by Eli Friedman · 15 years ago
  20. a422864 Patch to build qualifier on objective-c pointer types. Fixes radar 7626768. by Fariborz Jahanian · 15 years ago
  21. 667514d The Windows build is just too weird; there's no real cost to doing the concurrency checks for ASTUnit in all builds by Douglas Gregor · 15 years ago
  22. 12312b8 Switch from NDEBUG to _DEBUG, since our Windows build is funny by Douglas Gregor · 15 years ago
  23. 47c27a6 Only make __ptr64 and __w64 keywords when Microsoft extensions are enabled. by Douglas Gregor · 15 years ago
  24. bdf6062 A little hack to identify unwanted concurrency in CIndex by Douglas Gregor · 15 years ago
  25. 02db31c Emit warning on indirect goto that potentially violates by Chris Lattner · 15 years ago
  26. fc3a070 address PR6502 by downgrading the scope checker's address by Chris Lattner · 15 years ago
  27. c179a7f Remove reference to AnalysisContext in Environment. We already have LocationContext by Zhongxing Xu · 15 years ago
  28. 4273857 When we invalidate a declaration, make it public, so that it doesn't by Douglas Gregor · 15 years ago
  29. 3a47c4e add TCE target support, patch by Pekka J! by Chris Lattner · 15 years ago
  30. a857389 The FIXME is fixed. by Zhongxing Xu · 15 years ago
  31. 57d3b76 When profiling Environment, also profile with AnalysisContext*, bacause by Zhongxing Xu · 15 years ago
  32. 468ec6c Revert changes r97693, r97700, and r97718. by John McCall · 15 years ago
  33. d39ebe2 Add in -msse4.1 and -msse4.2 options and continuing a rather by Eric Christopher · 15 years ago
  34. 2ac7472 Fix __builtin_ia32_roundss and __builtin_ia32_roundsd definitions. by Eric Christopher · 15 years ago
  35. c9fe644 Create a TargetMachine whenever we create a CodeGenAction. The codegen of by John McCall · 15 years ago
  36. 2752c01 add framework for ARM builtins, Patch by Edmund Grimley Evans! by Chris Lattner · 15 years ago
  37. 16b4259 Add clang_getCursorLinkage(), which returns the by Ted Kremenek · 15 years ago
  38. 4e6ba4b Implement name hiding for names found through virtual base subobjects by Douglas Gregor · 15 years ago
  39. 89b7702 Refactor CXXRecordDecl::lookupInBases() to push the recursion down a by Douglas Gregor · 15 years ago
  40. e4687ef Initialize your storage, dummy by Douglas Gregor · 15 years ago
  41. 7d10b7e Eliminate the static map of overridden C++ methods, which was going to by Douglas Gregor · 15 years ago
  42. 0268181 Bump the default maximum template-instantiation depth to 500, as in by Douglas Gregor · 15 years ago
  43. 9b9edd6 Diagnose the declaration of enum templates. Also, be a bit more by Douglas Gregor · 15 years ago
  44. be08ac7 Move Emit24 to clang::io by Kovarththanan Rajaratnam · 15 years ago
  45. d0b76ca Inspired by seeing "MIPS" go by in the commits, I've gone ahead and by John McCall · 15 years ago
  46. 5e11085 After much consultation aimed at figuring out what this builtin actually by John McCall · 15 years ago
  47. ad5e738 Split out types that are non-canonical unless dependent as their own by John McCall · 15 years ago
  48. d6d4fcf Unbreak the build by Douglas Gregor · 15 years ago
  49. 9ea9bdb Keep an explicit stack of function and block scopes, each element of by Douglas Gregor · 15 years ago
  50. 6d97e5e Implement jump checking for initialized c++ variables, implementing by Chris Lattner · 15 years ago
  51. 0022554 Robustify instantiation of templates when there are errors in the by Douglas Gregor · 15 years ago
  52. 7c1e98f When looking for the instantiated declaration that corresponds to a by Douglas Gregor · 15 years ago
  53. 14d2328 Since now we store the cast type with an ElementRegion, there is by Zhongxing Xu · 15 years ago
  54. a51ff63 Add comments. by Zhongxing Xu · 15 years ago
  55. 3363b35 Pass '-no-canonical-prefixes' on down to GCC. It's not specific to the Clang by Chandler Carruth · 15 years ago
  56. 1b49242 pull some altivec stuff out of line. by Chris Lattner · 15 years ago
  57. a9bff30 Warn about the deprecated string literal -> char* conversion. Fixes PR6428. by Douglas Gregor · 15 years ago
  58. b3a4e43 Implement PR6423 by using one token of lookahead to disambiguate by Chris Lattner · 15 years ago
  59. 51f5fe3 Move method out-of-line. I thought this would be a candidate for inlining but I was wrong. by Benjamin Kramer · 15 years ago
  60. a15e7ea Fix thinko. by Benjamin Kramer · 15 years ago
  61. ddeea56 Add an overload of Preprocessor::getSpelling which takes a SmallVector and by Benjamin Kramer · 15 years ago
  62. de431c2 Add reference to positional arguments documentation. by Ted Kremenek · 15 years ago
  63. efaff19 For printf format string checking, add support for positional format strings. by Ted Kremenek · 15 years ago
  64. c8dfe5e When given unsaved files in clang_createTranslationUnitFromSourceFile, by Douglas Gregor · 15 years ago
  65. e71ef1a Put BadLiteral in the NonGCC group. I'd completely forgotten about this. by John McCall · 15 years ago
  66. 2a0d757 At sabre's request, drop the FP bounds diagnostics down to warnings and file by John McCall · 15 years ago
  67. 7f70dc8 For printf format string checking, move the tracking of the data argument index out of by Ted Kremenek · 15 years ago
  68. f84df9f Make the destructor public. ddunbar, lemme know if you'd prefer a different by Chandler Carruth · 15 years ago
  69. 8fc1987 Make GDM private. by Zhongxing Xu · 15 years ago
  70. 9ba6166 Fix an assertion-on-error during tentative constructor parsing by by John McCall · 15 years ago
  71. 6d90870 Implement semantic analysis for C++ [expr.new]p18-20, which describe by Douglas Gregor · 15 years ago
  72. 25108a5 Remove derelict GRStmtNodeBuilder::LastNode. by Zhongxing Xu · 15 years ago
  73. ead608a Use the power of types to track down another canonicalization bug in by John McCall · 15 years ago
  74. b2cb1cb When computing the composite pointer type for relational comparisons, by Douglas Gregor · 15 years ago
  75. 9ad1c02 Move ~CodeGenAction out-of-line. by Daniel Dunbar · 15 years ago
  76. 102acd5 Restore Zhongxing's commits r97122 r97127 r97129 r97131 which were reverted due to a Clang-on-Clang failure by Douglas Gregor · 15 years ago
  77. 2b706e5 Revert patches r97122 r97127 r97129 r97131. by Jakob Stoklund Olesen · 15 years ago
  78. 9a9f627 Move the dead bindings removal logic from CallInliner to GRExprEngine::ProcessCallExit(). by Zhongxing Xu · 15 years ago
  79. 833e50e Call inliner improvements: by Zhongxing Xu · 15 years ago
  80. edc9050 Restore the invariant that a nested-name-specifier can only contain by Douglas Gregor · 15 years ago
  81. b954e98 Frontend: Add CodeGenAction::takeModule(). by Daniel Dunbar · 15 years ago
  82. 4ee3461 Frontend: Pull CodeGenAction out more, and eliminate CreateBackendConsumer. by Daniel Dunbar · 15 years ago
  83. 43302d4 Driver: Allow driver title (for --help) to be overridden by clients. by Daniel Dunbar · 15 years ago
  84. b96b670 Add TextDiagnosticPrinter::setPrefix, for adding a string to prefix diagnostic by Daniel Dunbar · 15 years ago
  85. a2e7dd2 Use CXXPseudoDestructorExpr as the stored representation for dependent by Douglas Gregor · 15 years ago
  86. fce46ee Keep track of the location of the '~' in a pseudo-destructor expression. by Douglas Gregor · 15 years ago
  87. 26d4ac9 Retain complete source information for the type after the '~' in a by Douglas Gregor · 15 years ago
  88. e0601ea Retain source information for the "type-name ::" in a by Douglas Gregor · 15 years ago
  89. 7754908 ActOnPseudoDestructorExpr now performs all semantic analysis for by Douglas Gregor · 15 years ago
  90. d4dca08 Rework parsing of pseudo-destructor expressions and explicit by Douglas Gregor · 15 years ago
  91. 152e785 Add comments. by Zhongxing Xu · 15 years ago
  92. 87260c7 Add support for '%C' and '%S' printf conversion specifiers. by Ted Kremenek · 15 years ago
  93. 11e8ce7 Add support for the weakref attribute. We still produce "alias weak" as llvm-gcc does, but are more strict on what uses of weakref we accept. by Rafael Espindola · 15 years ago
  94. 2a7eb28 Unconditionally support block introspection data in a new field at the end by Blaine Garst · 15 years ago
  95. 32141c8 Fix bogus diagnostic format string. by Daniel Dunbar · 15 years ago
  96. 72919a3 Move the rest of the unreachable code analysis from libSema by Ted Kremenek · 15 years ago
  97. e5064ab Add missing header file. by Ted Kremenek · 15 years ago
  98. 0e5ad25 More support for ivars in class extension. by Fariborz Jahanian · 15 years ago
  99. 46f35f3 Correct comment. by Zhongxing Xu · 15 years ago
  100. c0bf462 Perform two more constructor/destructor code-size optimizations: by John McCall · 15 years ago