- 85f3d76 Move some of the logic about classifying Objective-C methods into by John McCall · 14 years ago
- 059101f Push nested-name-specifier source-location information into dependent by Douglas Gregor · 14 years ago
- fb7cb35 Don't warn about unused values in ternary ?: expressions unless both the LHS and RHS are "unused" (side-effect free). by Ted Kremenek · 14 years ago
- 94fdffa Push nested-name-specifier source-location information into dependent by Douglas Gregor · 14 years ago
- ef165c9 Revert 123553, as sys::fs::unique_file is not finished yet. by Dan Gohman · 14 years ago
- 9e87687 Reinstate the introduction of source-location information for by Douglas Gregor · 14 years ago
- cfe9af2 Implement -mrtd which sets the StdCall calling convention to be the default one. by Roman Divacky · 14 years ago
- 2786864 Revert r126748, my second attempt at nested-name-specifier source by Douglas Gregor · 14 years ago
- be38c5f Reinstate r126737, extending the generation of type-source location by Douglas Gregor · 14 years ago
- 44cd9f9 Revert r126737, the most recent nested-name-specifier location change, for buildbot breakage. by Douglas Gregor · 14 years ago
- 239cbb0 Push nested-name-specifier source location information into elaborated by Douglas Gregor · 14 years ago
- 3b3e1a1 Use CharUnits for TypeAlign variable in LayoutWideBitField(). No change in by Ken Dyck · 14 years ago
- 2494dd0 Push nested-name-specifier source location information into by Douglas Gregor · 14 years ago
- 5dc989c Change the return type of GetVirtualPointersSize() to CharUnits. No change by Ken Dyck · 14 years ago
- 5f791bb Refactor the construction of nested-name-specifiers with by Douglas Gregor · 14 years ago
- 40d96a6 Push nested-name-specifier location information into DeclRefExpr and by Douglas Gregor · 14 years ago
- 4c9be89 Push nested-name-specifier source location information into by Douglas Gregor · 14 years ago
- 7c3179c Push nested-name-specifier source location information into by Douglas Gregor · 14 years ago
- a88f09f Eliminate the last remains of TemplateSpecializationTypes with by Douglas Gregor · 14 years ago
- b166e4a Unbreak CMake build by Douglas Gregor · 14 years ago
- c304d90 From Vassil Vassilev: by Axel Naumann · 14 years ago
- f079b73 Retry r126357. Use CharUnits for the Size and DataSize calculations when by Ken Dyck · 14 years ago
- c4002c7 tidy up by Chris Lattner · 14 years ago
- aa2187d When we encounter a dependent template name within a by Douglas Gregor · 14 years ago
- 4171766 Implement delegating constructors partially. by Sean Hunt · 14 years ago
- 3b332ab Don't crash during constant-evaluation of 1/(1/0). PR9262. by John McCall · 14 years ago
- 00cf3cc Push nested-name-specifier source location information into by Douglas Gregor · 14 years ago
- 774e2b4 Clean up some gross code in the printer here. No more string stream by Chandler Carruth · 14 years ago
- f3db29f Push nested-name-specifier source-location information into by Douglas Gregor · 14 years ago
- 0cfaf6a Push nested-name-specifier source location information into namespace aliases. by Douglas Gregor · 14 years ago
- db99241 Push nested-name-specifier source location information into using directives. by Douglas Gregor · 14 years ago
- c22b5ff Use NestedNameSpecifierLoc within out-of-line variables, function, and by Douglas Gregor · 14 years ago
- dc35571 Update UsingDecl, UnresolvedUsingTypenameDecl, and by Douglas Gregor · 14 years ago
- 10aad44 Fix the rest of PR9316 along with some other bugs spotted by inspection. by Chandler Carruth · 14 years ago
- 094b643 Likely fix for PR9316 and other unknown bugs: don't use the anonynmous by Chandler Carruth · 14 years ago
- c34348a Retain complete source-location information for C++ by Douglas Gregor · 14 years ago
- 6b46cd9 Revert "Use CharUnits values for Size and DataSize outside of the bitfield by Daniel Dunbar · 14 years ago
- 14aba76 Teach NestedNameSpecifier to keep track of namespace aliases the same by Douglas Gregor · 14 years ago
- 8102fae Use CharUnits values for Size and DataSize outside of the bitfield layout by Ken Dyck · 14 years ago
- 9911344 Use Context.getCharWidth() in place of literal '8's in assertions. by Ken Dyck · 14 years ago
- a0c21c4 Make the Size and DataSize members more CharUnits-friendly by wrapping them by Ken Dyck · 14 years ago
- 8178df3 Emit the structure layout of the block literal parameter to a block by John McCall · 14 years ago
- 201e519 Give ImplicitParamDecl a public constructor so that it can be allocated on by John McCall · 14 years ago
- aab9e31 Provide a Decl::getNonClosureContext to look through any "closure" (i.e. by John McCall · 14 years ago
- dc856af Use an unused-except-in-Debug variable. by Matt Beaumont-Gay · 14 years ago
- 935f0f0 add one more case of mismatched input/output constraints. by Chris Lattner · 14 years ago
- 967ecd3 Mangling of undeduced 'auto' types, as specified by Itanium C++ ABI. by Richard Smith · 14 years ago
- 483b9f3 Tweaks to C++0x deduced auto type support: by Richard Smith · 14 years ago
- 2882eca Pseudo-revirtualize CallExpr::getSourceRange by making it follow the by John McCall · 14 years ago
- 34b41d9 Implement the C++0x deduced 'auto' feature. by Richard Smith · 14 years ago
- 9ed9a25 Expand use of CharUnits in LayoutField(). No change in functionality intended. by Ken Dyck · 14 years ago
- bee5a79 Add const qualifier to getTypeInfoInChars(). by Ken Dyck · 14 years ago
- c1de52d Fix PR9253, allowing attribute(aligned) to reduce the alignment of a typedef. by Chris Lattner · 14 years ago
- 3263e09 Expand use of CharUnits for alignments further. No change in functionality by Ken Dyck · 14 years ago
- da2142f Revert all of my commits that devirtualized the Decl hierarchy, which by Douglas Gregor · 14 years ago
- 15e310a Warn about code that uses variables and functions with internal linkage by John McCall · 14 years ago
- 781701c Improve bool and char integral template argument printing in by Chandler Carruth · 14 years ago
- 82214a8 Initial steps to improve diagnostics when there is a NULL and by Chandler Carruth · 14 years ago
- 813d834 Selector::getIdentifierInfoForSlot() can return NULL values, a fact by Douglas Gregor · 14 years ago
- 4ae493c implement basic support for __label__. I wouldn't be shocked if there are by Chris Lattner · 14 years ago
- 57ad378 Step #2/N of __label__ support: keep pushing LabelDecl forward, by Chris Lattner · 14 years ago
- f91d087 Remove the last virtual member function from the Decl hierarchy, by Douglas Gregor · 14 years ago
- 2ae442a Devirtualize TagDecl::completeDefinition(). by Douglas Gregor · 14 years ago
- afdfdc0 Devirtualize DeclaratorDecl::getInnerLocStart() and TagDecl::getInnerLocStart(). by Douglas Gregor · 14 years ago
- ebe5a9b Devirtualize NamedDecl::getNameForDiagnostic(). by Douglas Gregor · 14 years ago
- 9e6f2a8 Devirtualize RedeclarableTemplateDecl::newCommon(). by Douglas Gregor · 14 years ago
- 56ca35d Change the representation of GNU ?: expressions to use a different expression by John McCall · 14 years ago
- 4c3e0ee Devirtualize Decl::getNextRedeclaration(). by Douglas Gregor · 14 years ago
- 8755836 Simple little optimization to Decl::getCanonicalDecl(), eliminating some heavyweight machinery and indirection that we don't need by Douglas Gregor · 14 years ago
- 770877f Devirtualize Decl::getSourceRange() by Douglas Gregor · 14 years ago
- 0eccdca Devirtualize Decl::getCanonicalDecl(). by Douglas Gregor · 14 years ago
- ad8dcf4 Step #1/N of implementing support for __label__: split labels into by Chris Lattner · 14 years ago
- 1aa3d81 Devirtualize Decl::getBody() and Decl::hasBody(). by Douglas Gregor · 14 years ago
- f4a03cc De-virtualize Decl::isOutOfLine(). by Douglas Gregor · 14 years ago
- c6daf0b When printing a qualified type, look through a substituted template by Douglas Gregor · 14 years ago
- 834945c Convert MaxFieldAlignment to CharUnits from bits. No change in functionality by Ken Dyck · 14 years ago
- e996ffd Save a copy expression for non-trivial copy constructions of catch variables. by John McCall · 14 years ago
- 6feb4bb Convert the UnpackedAlignment field to CharUnits from bits. No change in by Ken Dyck · 14 years ago
- ea7f6c2 Convert Alignment member to CharUnits from bits. No change in functionality by Ken Dyck · 14 years ago
- a1fdb0b Convert NonVirtualSize to CharUnits from bits. No change in functionality by Ken Dyck · 14 years ago
- df20538 Convert NonVirtualAlignment to CharUnits. No change in functionality intended. by Ken Dyck · 14 years ago
- 4e274e9 Add a hack to avoid adding '\01' to asm names when possible. It would be by Rafael Espindola · 14 years ago
- dac54c1 Convert RecordLayout::Alignment to CharUnits from bit units. No change in by Ken Dyck · 14 years ago
- 7502c1d Give some convenient idiomatic accessors to Stmt::child_range and by John McCall · 14 years ago
- 0d70d71 Look through array types when deciding whether a field requires non-trivial by John McCall · 14 years ago
- f4e532b Don't emit a dead store for '++' operations unless it occurs with a return statement. We've never seen any other cases that were real bugs. by Ted Kremenek · 14 years ago
- 0a86d44 Add CMake dependencies so that LLVM_USED_LIBS order doesn't matter. by Jeffrey Yasskin · 14 years ago
- d263fd1 Fix a block sema bug where result type of initializer by Fariborz Jahanian · 14 years ago
- f0be979 For consistency, use llvm::raw_ostream in the rest of the mangle api. by Rafael Espindola · 14 years ago
- ec29903 Convert RecordLayout::DataSize to CharUnits from bits, eliminating two by Ken Dyck · 14 years ago
- dd76a9a Add a helper function, ASTContext::toBits(), that converts sizes in by Ken Dyck · 14 years ago
- 0e376a0 Use raw_ostream instead of raw_svector_ostream. by Rafael Espindola · 14 years ago
- c4850c2 Use raw_svector_ostream in more places in the mangler. by Rafael Espindola · 14 years ago
- 886e160 CMake: LLVM_NO_RTTI must be obsolete now! by NAKAMURA Takumi · 14 years ago
- af8ca37 Move the check that gives functions with unique-external types unique-external by John McCall · 14 years ago
- e08ce65 AST, Sema, Serialization: add CUDAKernelCallExpr and related semantic actions by Peter Collingbourne · 14 years ago
- 14b6ba7 AST, Sema, Serialization: keep track of cudaConfigureCall by Peter Collingbourne · 14 years ago
- 086eb9f Non-void functions need to return some value. by Nick Lewycky · 14 years ago
- f8c7fdb Give these little helper functions definitions so that newer gccs stop by John McCall · 14 years ago
- 63c00d7 Remove vtables from the Stmt hierarchy; this was pretty easy as by John McCall · 14 years ago