2012-03-11 |
Douglas Gregor | Document the availability attribute |
commit | commitdiff | tree | snapshot |
2012-03-11 |
Douglas Gregor | When template argument deduction is ignoring qualifiers... |
commit | commitdiff | tree | snapshot |
2012-03-11 |
Richard Smith | cxx_status: No compiler changes are required for 'minim... |
commit | commitdiff | tree | snapshot |
2012-03-11 |
Douglas Gregor | Add a missing 'template' keyword. |
commit | commitdiff | tree | snapshot |
2012-03-11 |
Jordy Rose | [analyzer] Replace a static helper with existing logic... |
commit | commitdiff | tree | snapshot |
2012-03-10 |
Douglas Gregor | When determining whether an identifier followed by... |
commit | commitdiff | tree | snapshot |
2012-03-10 |
David Blaikie | Fix crash & accepts-invalid for array of arrays of... |
commit | commitdiff | tree | snapshot |
2012-03-10 |
Aaron Ballman | Updated the test so that it checks for ms-compatibility... |
commit | commitdiff | tree | snapshot |
2012-03-10 |
Aaron Ballman | Adding namespace qualifiers to the visualizers and... |
commit | commitdiff | tree | snapshot |
2012-03-10 |
Gregory Szorc | [clang.py] Implement Cursor.objc_type_encoding |
commit | commitdiff | tree | snapshot |
2012-03-10 |
Aaron Ballman | No longer defining GNUC mode when compiling for Microso... |
commit | commitdiff | tree | snapshot |
2012-03-10 |
Douglas Gregor | Clarify even further that the lambda-to-block-pointer... |
commit | commitdiff | tree | snapshot |
2012-03-10 |
Gregory Szorc | [clang.py] Refactor get_tu and get_cursor test helper... |
commit | commitdiff | tree | snapshot |
2012-03-10 |
Richard Smith | PR12225: The requirement that literal operators be... |
commit | commitdiff | tree | snapshot |
2012-03-10 |
Benjamin Kramer | Use VersionTuple to manage macosx versions in the drive... |
commit | commitdiff | tree | snapshot |
2012-03-10 |
Benjamin Kramer | Simplify code. No functionality change. |
commit | commitdiff | tree | snapshot |
2012-03-10 |
Fariborz Jahanian | objective-c modern rewriter: add __declspec(dllexport... |
commit | commitdiff | tree | snapshot |
2012-03-10 |
Fariborz Jahanian | objc modern rewriter: Define __OBJC2__ in written file. |
commit | commitdiff | tree | snapshot |
2012-03-10 |
Benjamin Kramer | Replace a map of boolean values with a set. |
commit | commitdiff | tree | snapshot |
2012-03-10 |
Rafael Espindola | The type of a definition should not increase its visibi... |
commit | commitdiff | tree | snapshot |
2012-03-10 |
John McCall | Remove BlockDeclRefExpr and introduce a bit on DeclRefE... |
commit | commitdiff | tree | snapshot |
2012-03-10 |
Nick Lewycky | Slightly tweak this condition. "isTransparentContext... |
commit | commitdiff | tree | snapshot |
2012-03-10 |
Nick Lewycky | Could not find this in C99. Perhaps this rule comes... |
commit | commitdiff | tree | snapshot |
2012-03-10 |
Douglas Gregor | Only make a call to a copy constructor elidable if... |
commit | commitdiff | tree | snapshot |
2012-03-10 |
Argyrios Kyrtzidis | [Sema] A tag decl that is marked as invalid and is... |
commit | commitdiff | tree | snapshot |
2012-03-10 |
Argyrios Kyrtzidis | Remove the part of test/Sema/pragma-pack-2.c that has... |
commit | commitdiff | tree | snapshot |
2012-03-10 |
John McCall | Unify the BlockDeclRefExpr and DeclRefExpr paths so... |
commit | commitdiff | tree | snapshot |
2012-03-10 |
John McCall | Fix the dumping of BlockExprs. |
commit | commitdiff | tree | snapshot |
2012-03-10 |
NAKAMURA Takumi | test/Rewriter/rewrite-modern-ivars-2.mm: Add "-triple... |
commit | commitdiff | tree | snapshot |
2012-03-10 |
Benjamin Kramer | Fix a use of the C99 PRI format macros not to conflict... |
commit | commitdiff | tree | snapshot |
2012-03-10 |
Eli Friedman | Make sure the accessors for overridden methods don... |
commit | commitdiff | tree | snapshot |
2012-03-10 |
Fariborz Jahanian | objc modern rewriter: don't export @package ivar symbols. |
commit | commitdiff | tree | snapshot |
2012-03-10 |
Ted Kremenek | [analyzer] fix regression in analyzer of NOT actually... |
commit | commitdiff | tree | snapshot |
2012-03-10 |
Daniel Dunbar | IRgen/ABI/x86_64: Avoid passing small structs using... |
commit | commitdiff | tree | snapshot |
2012-03-10 |
Fariborz Jahanian | Minor change to my last rewrite patch. |
commit | commitdiff | tree | snapshot |
2012-03-10 |
Fariborz Jahanian | objc modern rewriter: Mark class and ivar definitions... |
commit | commitdiff | tree | snapshot |
2012-03-10 |
Douglas Gregor | Qualifiers on a canonical array type go on the outermos... |
commit | commitdiff | tree | snapshot |
2012-03-10 |
Richard Smith | Assign APValues by swapping from a temporary. Removes... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Fariborz Jahanian | objective-c modern rewriter. More fixes related to... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Ted Kremenek | Teach RetainCountChecker about mixing method families... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Douglas Gregor | Document the conversion from a lambda closure type... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Richard Smith | Improve diagnostics for UCNs referring to control chara... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Daniel Dunbar | [Sema] Fix a diag change to include a range that appear... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Nico Weber | Update comment after r152140. Clarify a bit too. |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Anna Zaks | [analyzer] Add support for NoRedundancy inlining mode. |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Anna Zaks | CallGraph: Add getNode() method, constify. |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Argyrios Kyrtzidis | Allow serializing an invalid ParmVarDecl and don't... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Daniel Dunbar | Revert r152430 "[AST] Mark ASTContext::getTypeInfo... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Matt Beaumont-Gay | Add a helper to get a CXXConstructExpr from a CXXNewExpr. |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Argyrios Kyrtzidis | Improve our semantic error recovery. |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Daniel Dunbar | [AST] Mark Expr::Ignore*() functions as LLVM_READONLY. |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Daniel Dunbar | [AST] Mark ASTContext::getTypeInfo and some friends... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Daniel Dunbar | [AST] Mark Expr::getExprLoc() as LLVM_READONLY. |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Daniel Dunbar | [Sema] Remove dead getSourceRange() call, caught by... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Daniel Dunbar | [AST/etc] Mark {getSourceRange(),getStartLoc(),getEndLo... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Richard Smith | Add user-defined literals to release notes. |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Fariborz Jahanian | lldb support: under debugger support flag, when sending... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Daniel Dunbar | [AST/Sema/libclang] Replace getSourceRange().getBegin... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Daniel Dunbar | [AST/Sema] Add {CXXBaseSpecifier,Declarator,DeclSpec... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Daniel Dunbar | [AST] Define a few more key getLocStart() implementations. |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Daniel Dunbar | [AST] Reimplement Stmt::getLoc{Start,End} to dispatch... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Daniel Dunbar | [AST] Add {DeclRefExpr,MemberExpr,ImplicitCastExpr... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Daniel Dunbar | [AST] Add DeclaratioName::getLoc{Start,End} for consist... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Daniel Dunbar | [Basic] Rename LangOptions::NoInline to NoInlineDefine... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Benjamin Kramer | Harden test for 32 bit platforms, where size_t is unsig... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Hans Wennborg | -Wformat-non-iso: warn about positional arguments ... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Richard Smith | Fix statement printing for raw and template user-define... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Richard Smith | User-defined literals are done. |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Richard Smith | Literal operator suffixes and regular names live in... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Richard Smith | Literal operators can't have default arguments. |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Richard Smith | Support for raw and template forms of numeric user... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
John McCall | Remove accidental binary commit. |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Daniel Dunbar | [AST] Memoize ASTContext::getTypeInfo(). |
commit | commitdiff | tree | snapshot |
2012-03-09 |
John McCall | Perform l2r conversions on delete operands before doing |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Eli Friedman | Make sure we update the static local decl address map... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Eli Friedman | Make sure constant emission handles initializer lists... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Daniel Dunbar | [AST] NestedNameSpecifier's ctor/dtor are trivial and... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Daniel Dunbar | [AST] Type::isVoidType() is trivial and should be inlined. |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Daniel Dunbar | [AST] Reduce Decl::getASTContext() calls. |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Ted Kremenek | [analyzer] Implement basic path diagnostic pruning... |
commit | commitdiff | tree | snapshot |
2012-03-08 |
Anna Zaks | [analyzer] Use call graph to determine order in which... |
commit | commitdiff | tree | snapshot |
2012-03-08 |
Anna Zaks | [analyzer] Rework inlining related command line options. |
commit | commitdiff | tree | snapshot |
2012-03-08 |
Anna Zaks | Call Graph: Only the root node is allowed to have an... |
commit | commitdiff | tree | snapshot |
2012-03-08 |
Richard Smith | Remove a test FIXME for a case which is already fixed. |
commit | commitdiff | tree | snapshot |
2012-03-08 |
Richard Smith | Fix a couple of issues with literal-operator-id parsing... |
commit | commitdiff | tree | snapshot |
2012-03-08 |
John McCall | Don't crash when a statement in a block is ill-formed but |
commit | commitdiff | tree | snapshot |
2012-03-08 |
Richard Smith | When checking the encoding of an 8-bit string literal... |
commit | commitdiff | tree | snapshot |
2012-03-08 |
Sebastian Redl | Turn explicit construction of temporaries using initial... |
commit | commitdiff | tree | snapshot |
2012-03-08 |
Benjamin Kramer | Untangle getUnderlyingDeclImpl, no functionality change. |
commit | commitdiff | tree | snapshot |
2012-03-08 |
Argyrios Kyrtzidis | [utils/FuzzTest] Add '--stop-on-fail' to stop the scrip... |
commit | commitdiff | tree | snapshot |
2012-03-08 |
Daniel Dunbar | [AST] Clean up NamedDecl::getUnderlyingDecl() change... |
commit | commitdiff | tree | snapshot |
2012-03-08 |
Daniel Dunbar | Remove stray semi-colon. |
commit | commitdiff | tree | snapshot |
2012-03-08 |
Daniel Dunbar | [AST] APValue: Split the fast path of MakeUninit to... |
commit | commitdiff | tree | snapshot |
2012-03-08 |
Argyrios Kyrtzidis | [utils/FuzzTest] The help message says that if you... |
commit | commitdiff | tree | snapshot |
2012-03-08 |
Argyrios Kyrtzidis | [utils/FuzzTest] For --filelist the option type is... |
commit | commitdiff | tree | snapshot |
2012-03-08 |
Daniel Dunbar | [Basic] PartialDiagnostic: Manual split out the cold... |
commit | commitdiff | tree | snapshot |
2012-03-08 |
Daniel Dunbar | [AST] Change NamedDecl::getUnderlyingDecl() to inline... |
commit | commitdiff | tree | snapshot |
2012-03-08 |
Rafael Espindola | Replace MarkVarRequired with a more generic |
commit | commitdiff | tree | snapshot |
2012-03-08 |
Rafael Espindola | Also test pr12104 with pch. |
commit | commitdiff | tree | snapshot |
2012-03-08 |
Rafael Espindola | Implement -fno-dwarf2-cfi-asm on linux too. |
commit | commitdiff | tree | snapshot |
next |