1. bf73b35 Remember whether a ParmVarDecl was spelled with a default argument or by John McCall · 15 years ago
  2. 6488292 Make IdentifierTable::get(StringRef) "primary" (no functionality change) by Kovarththanan Rajaratnam · 15 years ago
  3. 811f426 Add IdentifierTable::get() overload and start using it by Kovarththanan Rajaratnam · 15 years ago
  4. 2781deb Cleanup using StringRef by Kovarththanan Rajaratnam · 15 years ago
  5. 700030e Switch over IdentifierInfoLookup to StringRef by Kovarththanan Rajaratnam · 15 years ago
  6. 187ab37 Extend the builtin syntax to allow address-space qualifiers on pointers and by John McCall · 15 years ago
  7. 0c2b4f4 Add SSE4 packed integer comparisons and corresponding intrinsics. by Eric Christopher · 15 years ago
  8. d60e22e Implement basic support for friend types and functions in non-dependent by John McCall · 15 years ago
  9. 7d2aa11 For ivars created using @synthesize, set their DeclContext to be by Ted Kremenek · 15 years ago
  10. d1b47bf Warn about comparing an unsigned expression with 0 in tautological ways. by John McCall · 15 years ago
  11. 80639de Implement -Wmissing-field-initializers. Patch by mikem! by John McCall · 15 years ago
  12. 6cb6eb4 Add tentative support for accessing local variables with by Fariborz Jahanian · 15 years ago
  13. 32c1a2a Driver: Free Action objects. by Daniel Dunbar · 15 years ago
  14. fd48cb3 Driver: Free synthesized derived arguments. by Daniel Dunbar · 15 years ago
  15. 9d44023 Driver: Free jobs in JobList and PipedJob instances. by Daniel Dunbar · 15 years ago
  16. 92b7f70 Split C++ friend declarations into their own header/implementation file. by John McCall · 15 years ago
  17. 147b5dd Replace the class offset vectors in RecordLayoutBuilder with maps instead so we'll have faster lookup and so we can detect duplicates. by Anders Carlsson · 15 years ago
  18. 568eb6c Remove unused 'IVars' field from ObjCInterfaceDecl. That functionality by Ted Kremenek · 15 years ago
  19. 7c2342d When pretty-printing tag types, only print the tag if we're in C (and by John McCall · 15 years ago
  20. becb8d5 Allow the fast path through ASTContext::getTypeDeclType to be inlined. by John McCall · 15 years ago
  21. c802378 Add use-after-free check to MallocChecker. by Zhongxing Xu · 15 years ago
  22. 3cb0ebd Create a new InjectedClassNameType to represent bare-word references to the by John McCall · 15 years ago
  23. b91570a Value-initialize the written-builtin-specifiers field of DeclSpec, which by John McCall · 15 years ago
  24. ad6eff6 Implement clang_isUnexposed(), a predicate function to simplify filtering out by Ted Kremenek · 15 years ago
  25. 503524a Allocate ASTRecordLayout objects using the allocator associated with ASTContext. by Ted Kremenek · 15 years ago
  26. 9fd4f89 Rename -Wbad-literal to -Wliteral-range. by John McCall · 15 years ago
  27. 07425c9 Improve XML output for C++ classes, from Olaf Krzikalla! by Douglas Gregor · 15 years ago
  28. c2350e5 Extend ObjCMessageExpr for class method sends with the source location by Douglas Gregor · 15 years ago
  29. 4bc1cb6 Keep track of type source information in the return type of an by Douglas Gregor · 15 years ago
  30. a276291 Downgrade errors when trying to catch a pointer or reference to by Douglas Gregor · 15 years ago
  31. ffaf4c5 implement support for -Wno-deprecated, PR6534. While by Chris Lattner · 15 years ago
  32. 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
  33. d6b162e Add in movntdqa intrinsic for load hint. by Eric Christopher · 15 years ago
  34. 31b2ac7 Add in dot product intrinsics for dpps and dppd. by Eric Christopher · 15 years ago
  35. 1e1d396 Implement missing-braces warning and add a test case. by Tanya Lattner · 15 years ago
  36. e51dd7b Lowercase for consistency by Kovarththanan Rajaratnam · 15 years ago
  37. ba68b08 PR6515: Implement __builtin_signbit and friends. by Eli Friedman · 15 years ago
  38. a422864 Patch to build qualifier on objective-c pointer types. Fixes radar 7626768. by Fariborz Jahanian · 15 years ago
  39. 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
  40. 12312b8 Switch from NDEBUG to _DEBUG, since our Windows build is funny by Douglas Gregor · 15 years ago
  41. 47c27a6 Only make __ptr64 and __w64 keywords when Microsoft extensions are enabled. by Douglas Gregor · 15 years ago
  42. bdf6062 A little hack to identify unwanted concurrency in CIndex by Douglas Gregor · 15 years ago
  43. 02db31c Emit warning on indirect goto that potentially violates by Chris Lattner · 15 years ago
  44. fc3a070 address PR6502 by downgrading the scope checker's address by Chris Lattner · 15 years ago
  45. c179a7f Remove reference to AnalysisContext in Environment. We already have LocationContext by Zhongxing Xu · 15 years ago
  46. 4273857 When we invalidate a declaration, make it public, so that it doesn't by Douglas Gregor · 15 years ago
  47. 3a47c4e add TCE target support, patch by Pekka J! by Chris Lattner · 15 years ago
  48. a857389 The FIXME is fixed. by Zhongxing Xu · 15 years ago
  49. 57d3b76 When profiling Environment, also profile with AnalysisContext*, bacause by Zhongxing Xu · 15 years ago
  50. 468ec6c Revert changes r97693, r97700, and r97718. by John McCall · 15 years ago
  51. d39ebe2 Add in -msse4.1 and -msse4.2 options and continuing a rather by Eric Christopher · 15 years ago
  52. 2ac7472 Fix __builtin_ia32_roundss and __builtin_ia32_roundsd definitions. by Eric Christopher · 15 years ago
  53. c9fe644 Create a TargetMachine whenever we create a CodeGenAction. The codegen of by John McCall · 15 years ago
  54. 2752c01 add framework for ARM builtins, Patch by Edmund Grimley Evans! by Chris Lattner · 15 years ago
  55. 16b4259 Add clang_getCursorLinkage(), which returns the by Ted Kremenek · 15 years ago
  56. 4e6ba4b Implement name hiding for names found through virtual base subobjects by Douglas Gregor · 15 years ago
  57. 89b7702 Refactor CXXRecordDecl::lookupInBases() to push the recursion down a by Douglas Gregor · 15 years ago
  58. e4687ef Initialize your storage, dummy by Douglas Gregor · 15 years ago
  59. 7d10b7e Eliminate the static map of overridden C++ methods, which was going to by Douglas Gregor · 15 years ago
  60. 0268181 Bump the default maximum template-instantiation depth to 500, as in by Douglas Gregor · 15 years ago
  61. 9b9edd6 Diagnose the declaration of enum templates. Also, be a bit more by Douglas Gregor · 15 years ago
  62. be08ac7 Move Emit24 to clang::io by Kovarththanan Rajaratnam · 15 years ago
  63. d0b76ca Inspired by seeing "MIPS" go by in the commits, I've gone ahead and by John McCall · 15 years ago
  64. 5e11085 After much consultation aimed at figuring out what this builtin actually by John McCall · 15 years ago
  65. ad5e738 Split out types that are non-canonical unless dependent as their own by John McCall · 15 years ago
  66. d6d4fcf Unbreak the build by Douglas Gregor · 15 years ago
  67. 9ea9bdb Keep an explicit stack of function and block scopes, each element of by Douglas Gregor · 15 years ago
  68. 6d97e5e Implement jump checking for initialized c++ variables, implementing by Chris Lattner · 15 years ago
  69. 0022554 Robustify instantiation of templates when there are errors in the by Douglas Gregor · 15 years ago
  70. 7c1e98f When looking for the instantiated declaration that corresponds to a by Douglas Gregor · 15 years ago
  71. 14d2328 Since now we store the cast type with an ElementRegion, there is by Zhongxing Xu · 15 years ago
  72. a51ff63 Add comments. by Zhongxing Xu · 15 years ago
  73. 3363b35 Pass '-no-canonical-prefixes' on down to GCC. It's not specific to the Clang by Chandler Carruth · 15 years ago
  74. 1b49242 pull some altivec stuff out of line. by Chris Lattner · 15 years ago
  75. a9bff30 Warn about the deprecated string literal -> char* conversion. Fixes PR6428. by Douglas Gregor · 15 years ago
  76. b3a4e43 Implement PR6423 by using one token of lookahead to disambiguate by Chris Lattner · 15 years ago
  77. 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
  78. a15e7ea Fix thinko. by Benjamin Kramer · 15 years ago
  79. ddeea56 Add an overload of Preprocessor::getSpelling which takes a SmallVector and by Benjamin Kramer · 15 years ago
  80. de431c2 Add reference to positional arguments documentation. by Ted Kremenek · 15 years ago
  81. efaff19 For printf format string checking, add support for positional format strings. by Ted Kremenek · 15 years ago
  82. c8dfe5e When given unsaved files in clang_createTranslationUnitFromSourceFile, by Douglas Gregor · 15 years ago
  83. e71ef1a Put BadLiteral in the NonGCC group. I'd completely forgotten about this. by John McCall · 15 years ago
  84. 2a0d757 At sabre's request, drop the FP bounds diagnostics down to warnings and file by John McCall · 15 years ago
  85. 7f70dc8 For printf format string checking, move the tracking of the data argument index out of by Ted Kremenek · 15 years ago
  86. f84df9f Make the destructor public. ddunbar, lemme know if you'd prefer a different by Chandler Carruth · 15 years ago
  87. 8fc1987 Make GDM private. by Zhongxing Xu · 15 years ago
  88. 9ba6166 Fix an assertion-on-error during tentative constructor parsing by by John McCall · 15 years ago
  89. 6d90870 Implement semantic analysis for C++ [expr.new]p18-20, which describe by Douglas Gregor · 15 years ago
  90. 25108a5 Remove derelict GRStmtNodeBuilder::LastNode. by Zhongxing Xu · 15 years ago
  91. ead608a Use the power of types to track down another canonicalization bug in by John McCall · 15 years ago
  92. b2cb1cb When computing the composite pointer type for relational comparisons, by Douglas Gregor · 15 years ago
  93. 9ad1c02 Move ~CodeGenAction out-of-line. by Daniel Dunbar · 15 years ago
  94. 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
  95. 2b706e5 Revert patches r97122 r97127 r97129 r97131. by Jakob Stoklund Olesen · 15 years ago
  96. 9a9f627 Move the dead bindings removal logic from CallInliner to GRExprEngine::ProcessCallExit(). by Zhongxing Xu · 15 years ago
  97. 833e50e Call inliner improvements: by Zhongxing Xu · 15 years ago
  98. edc9050 Restore the invariant that a nested-name-specifier can only contain by Douglas Gregor · 15 years ago
  99. b954e98 Frontend: Add CodeGenAction::takeModule(). by Daniel Dunbar · 15 years ago
  100. 4ee3461 Frontend: Pull CodeGenAction out more, and eliminate CreateBackendConsumer. by Daniel Dunbar · 15 years ago