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 |
2012-03-07 |
Richard Smith | Test fix-it added in r152198. |
commit | commitdiff | tree | snapshot |
2012-03-07 |
Richard Smith | Add -Wc++11-compat warning for string and character... |
commit | commitdiff | tree | snapshot |
2012-03-07 |
Richard Smith | Don't even try to directly emit the value of a DeclRefE... |
commit | commitdiff | tree | snapshot |
2012-03-07 |
Argyrios Kyrtzidis | [PCH] Mark a PCH file with a flag to indicate if the... |
commit | commitdiff | tree | snapshot |
2012-03-07 |
Eli Friedman | Correct test from r152189. |
commit | commitdiff | tree | snapshot |
2012-03-07 |
Eli Friedman | Make sure we consistently canonicalize types when canon... |
commit | commitdiff | tree | snapshot |
2012-03-07 |
Fariborz Jahanian | objective-c lldb support: don't perform ivar access... |
commit | commitdiff | tree | snapshot |
2012-03-07 |
Andrew Trick | More git-svn compatible version string, by request. |
commit | commitdiff | tree | snapshot |
2012-03-07 |
Richard Smith | The constant folder's diagnosic mechanism is irrelevant... |
commit | commitdiff | tree | snapshot |
2012-03-07 |
Chad Rosier | [driver] Don't try to generate diagnostic information... |
commit | commitdiff | tree | snapshot |
2012-03-07 |
Benjamin Kramer | Silence unused variable warnings. |
commit | commitdiff | tree | snapshot |
2012-03-07 |
Michael Han | Refactor Clang sema attribute handling. |
commit | commitdiff | tree | snapshot |
2012-03-07 |
Dylan Noblesmith | AST: fix build since r152060 |
commit | commitdiff | tree | snapshot |
2012-03-06 |
Daniel Dunbar | [AST] VarDecl::hasDefinition() - Early exit if we find... |
commit | commitdiff | tree | snapshot |
2012-03-06 |
Daniel Dunbar | [AST] FunctionDecl::getBuiltinID() - Eliminate spurious... |
commit | commitdiff | tree | snapshot |
2012-03-06 |
Ted Kremenek | Fix horrific CFG bug where '@autoreleasepool' would... |
commit | commitdiff | tree | snapshot |
2012-03-06 |
Chad Rosier | Missing period. |
commit | commitdiff | tree | snapshot |
2012-03-06 |
Chad Rosier | Whitespace. |
commit | commitdiff | tree | snapshot |
2012-03-06 |
Sean Callanan | Cleanup (style). Thanks to Argyrios for catching |
commit | commitdiff | tree | snapshot |
next |