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 |
2012-03-08 |
Richard Smith | Ensure we don't print 123ULL_foo when printing a user... |
commit | commitdiff | tree | snapshot |
2012-03-08 |
Richard Smith | Add support for cooked forms of user-defined-integer... |
commit | commitdiff | tree | snapshot |
2012-03-08 |
Stepan Dyatkovskiy | Taken into account Duncan's comments for r149481 dated... |
commit | commitdiff | tree | snapshot |
2012-03-08 |
Daniel Dunbar | [AST] Change Type::isIntegerType to be inlined(). It... |
commit | commitdiff | tree | snapshot |
2012-03-08 |
Richard Smith | Implement C++11 [lex.ext]p10 for string and character... |
commit | commitdiff | tree | snapshot |
2012-03-08 |
Douglas Gregor | Loosen the precondition of isCXXInstanceMember() to... |
commit | commitdiff | tree | snapshot |
2012-03-08 |
Daniel Dunbar | Spelling. |
commit | commitdiff | tree | snapshot |
2012-03-08 |
Daniel Dunbar | Sema: Don't emit a gajillion calls to sanity() -- an... |
commit | commitdiff | tree | snapshot |
2012-03-08 |
Richard Smith | User-defined literal support for character literals. |
commit | commitdiff | tree | snapshot |
2012-03-08 |
Richard Trieu | Fix -Wuninitialized to catch the case of a class being... |
commit | commitdiff | tree | snapshot |
2012-03-08 |
Argyrios Kyrtzidis | [libclang] Fix a crash when serializing a preprocessing... |
commit | commitdiff | tree | snapshot |
2012-03-08 |
Douglas Gregor | Streamline BalancedDelimiterTracker, by eliminating... |
commit | commitdiff | tree | snapshot |
2012-03-08 |
Fariborz Jahanian | improve on diagnostic when block captures uninitialized |
commit | commitdiff | tree | snapshot |
2012-03-08 |
Anna Zaks | Add a basic CallGraph to Analysis. |
commit | commitdiff | tree | snapshot |
2012-03-08 |
Fariborz Jahanian | improve on diagnostic and provide a fixit hint when |
commit | commitdiff | tree | snapshot |
2012-03-08 |
Argyrios Kyrtzidis | [libclang] Enhance clang_getOverriddenCursors. |
commit | commitdiff | tree | snapshot |
2012-03-07 |
Bob Wilson | Workaround module test failures by removing the version... |
commit | commitdiff | tree | snapshot |
2012-03-07 |
Richard Trieu | Remove unnecessary include in ExprObjC.h |
commit | commitdiff | tree | snapshot |
2012-03-07 |
Sebastian Redl | Be smarter in discovering list-initialization of tempor... |
commit | commitdiff | tree | snapshot |
2012-03-07 |
Richard Smith | Correct the documentation to give a legal example of... |
commit | commitdiff | tree | snapshot |
2012-03-07 |
Richard Smith | AST representation for user-defined literals, plus... |
commit | commitdiff | tree | snapshot |
next |