aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-03-09Literal operators can't have default arguments.Richard Smith
2012-03-09Support for raw and template forms of numeric user-defined literals,Richard Smith
2012-03-09Remove accidental binary commit.John McCall
2012-03-09[AST] Memoize ASTContext::getTypeInfo().Daniel Dunbar
2012-03-09Perform l2r conversions on delete operands before doingJohn McCall
2012-03-09Make sure we update the static local decl address map when we are forced to r...Eli Friedman
2012-03-09Make sure constant emission handles initializer lists with strings correctly....Eli Friedman
2012-03-09[AST] NestedNameSpecifier's ctor/dtor are trivial and should be inlined.Daniel Dunbar
2012-03-09[AST] Type::isVoidType() is trivial and should be inlined.Daniel Dunbar
2012-03-09[AST] Reduce Decl::getASTContext() calls.Daniel Dunbar
2012-03-09[analyzer] Implement basic path diagnostic pruning based on "interesting" sym...Ted Kremenek
2012-03-08[analyzer] Use call graph to determine order in which functions areAnna Zaks
2012-03-08[analyzer] Rework inlining related command line options.Anna Zaks
2012-03-08Call Graph: Only the root node is allowed to have an invalid Decl*.Anna Zaks
2012-03-08Remove a test FIXME for a case which is already fixed.Richard Smith
2012-03-08Fix a couple of issues with literal-operator-id parsing, and provide recoveryRichard Smith
2012-03-08Don't crash when a statement in a block is ill-formed butJohn McCall
2012-03-08When checking the encoding of an 8-bit string literal, don't just check theRichard Smith
2012-03-08Turn explicit construction of temporaries using initializer list syntax into ...Sebastian Redl
2012-03-08Untangle getUnderlyingDeclImpl, no functionality change.Benjamin Kramer
2012-03-08[utils/FuzzTest] Add '--stop-on-fail' to stop the script on the first failureArgyrios Kyrtzidis
2012-03-08[AST] Clean up NamedDecl::getUnderlyingDecl() change a bit.Daniel Dunbar
2012-03-08Remove stray semi-colon.Daniel Dunbar
2012-03-08[AST] APValue: Split the fast path of MakeUninit to be inline.Daniel Dunbar
2012-03-08[utils/FuzzTest] The help message says that if you don't specify --max-testsArgyrios Kyrtzidis
2012-03-08[utils/FuzzTest] For --filelist the option type is string, not integer.Argyrios Kyrtzidis
2012-03-08[Basic] PartialDiagnostic: Manual split out the cold part of freeStorage(), theDaniel Dunbar
2012-03-08[AST] Change NamedDecl::getUnderlyingDecl() to inline the fast (and incredibl...Daniel Dunbar
2012-03-08Replace MarkVarRequired with a more genericRafael Espindola
2012-03-08Also test pr12104 with pch.Rafael Espindola
2012-03-08Implement -fno-dwarf2-cfi-asm on linux too.Rafael Espindola
2012-03-08Ensure we don't print 123ULL_foo when printing a user-defined integer literal.Richard Smith
2012-03-08Add support for cooked forms of user-defined-integer-literal andRichard Smith
2012-03-08Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012:Stepan Dyatkovskiy
2012-03-08[AST] Change Type::isIntegerType to be inlined(). It is very popular.Daniel Dunbar
2012-03-08Implement C++11 [lex.ext]p10 for string and character literals: a ud-suffix notRichard Smith
2012-03-08Loosen the precondition of isCXXInstanceMember() to simply returnDouglas Gregor
2012-03-08Spelling.Daniel Dunbar
2012-03-08Sema: Don't emit a gajillion calls to sanity() -- an empty function -- in NDEBUGDaniel Dunbar
2012-03-08User-defined literal support for character literals.Richard Smith
2012-03-08Fix -Wuninitialized to catch the case of a class being initialized with a callRichard Trieu
2012-03-08[libclang] Fix a crash when serializing a preprocessing record that containsArgyrios Kyrtzidis
2012-03-08Streamline BalancedDelimiterTracker, by eliminating the duplicateDouglas Gregor
2012-03-08improve on diagnostic when block captures uninitializedFariborz Jahanian
2012-03-08Add a basic CallGraph to Analysis.Anna Zaks
2012-03-08improve on diagnostic and provide a fixit hint whenFariborz Jahanian
2012-03-08[libclang] Enhance clang_getOverriddenCursors.Argyrios Kyrtzidis
2012-03-07Workaround module test failures by removing the version info from module hashes.Bob Wilson
2012-03-07Remove unnecessary include in ExprObjC.hRichard Trieu
2012-03-07Be smarter in discovering list-initialization of temporaries. Fixes PR12182.Sebastian Redl