aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2013-04-18Adds a new doxygen tag needed. // rdar://12379053Fariborz Jahanian
2013-04-18Add llvm_unreachable at end of fully covered switch to pacify GCC.Benjamin Kramer
2013-04-17[analyzer] Allow TrackConstraintBRVisitor to work when the value it’s track...Anna Zaks
2013-04-17[Modules] Use global index to improve typo correction performanceArgyrios Kyrtzidis
2013-04-17Add support for gcc's spelling of -fcolor-diagnostics.Nico Weber
2013-04-17DR974: Lambdas can have default arguments.Richard Smith
2013-04-17Implemented #pragma GCC warning/error in the same mould as #pragma message.Andy Gibbs
2013-04-17Fix PR15291: noreturn adjustment in overload resolution for function template...Douglas Gregor
2013-04-17Extended VerifyDiagnosticConsumer to also verify source file for diagnostic.Andy Gibbs
2013-04-17Add warning group -Woverloaded-shift-op-parentheses to -Wparentheses. ThisRichard Trieu
2013-04-17Enhance the ObjC global method pool to record whether there were 0, 1, or >= ...Argyrios Kyrtzidis
2013-04-16Factor CheckerManager to be able to pass AnalyzerOptions to checkersTed Kremenek
2013-04-16Remove unused "getConfig()" method. A new way is to have high-levelTed Kremenek
2013-04-16[1/6] ARM Neon Intrinsic Tablegen Test Generator.Michael Gottesman
2013-04-16Sema for Captured StatementsTareq A. Siraj
2013-04-16Implement CapturedStmt ASTTareq A. Siraj
2013-04-16Parser support for #pragma clang __debug capturedTareq A. Siraj
2013-04-16[Modules] Convert module specific -fno-modules-autolink into -fno-autolink.Daniel Dunbar
2013-04-16Fix PR4296: Add parser detection/error recovery for nested functions, from Se...Douglas Gregor
2013-04-16Basic support for Microsoft property declarations andJohn McCall
2013-04-15[analyzer] Add pretty printing to CXXBaseObjectRegion.Anna Zaks
2013-04-15[analyzer] Address code review for r179395Anna Zaks
2013-04-15Revert "Speed-up ObjCMethodDecl::getOverriddenMethods()."Argyrios Kyrtzidis
2013-04-15Use llvm::sys::IsBigEndianHost.Rafael Espindola
2013-04-15Add a missing spaceTimur Iskhodzhanov
2013-04-15Remove hasExternalLinkageUncached.Rafael Espindola
2013-04-15Add a new flag -vectorize-slp-aggressive to enable Hals BB vectorizer.Nadav Rotem
2013-04-15Comment command table: use inheritance instead of duplicating codeDmitri Gribenko
2013-04-14Diagnose if a __thread or _Thread_local variable has a non-constant initializerRichard Smith
2013-04-14[Mips] Support -mmicromips / -mno-micromips command line options.Simon Atanasyan
2013-04-14[Mips] Remove "single" from the list of valid MIPS float ABI names. AddSimon Atanasyan
2013-04-13Annotate flavor of TLS variable (statically or dynamically initialized) onto ...Richard Smith
2013-04-13Speed-up ObjCMethodDecl::getOverriddenMethods().Argyrios Kyrtzidis
2013-04-13Introduce SourceManager::getDecomposedIncludedLoc, that returns the "included...Argyrios Kyrtzidis
2013-04-12Parsing support for thread_local and _Thread_local. We give them the sameRichard Smith
2013-04-12<rdar://problem/13643854> Only emit ambiguous-expansion warnings when at leas...Douglas Gregor
2013-04-12[analyzer]Print field region even when the base region is not printableAnna Zaks
2013-04-12[libclang] Introduce clang_Location_isInSystemHeader to check if a location r...Argyrios Kyrtzidis
2013-04-12Sema: Give a typically small DenseMap some inline capacity.Benjamin Kramer
2013-04-11Add a new -mimplicit-float option for symmetry with -mno-implicit-float.Bob Wilson
2013-04-11[ms-cxxabi] Implement member pointer emission and dereferencingReid Kleckner
2013-04-11[libclang] Improve a doxygen comment, as suggested by Jordan.Argyrios Kyrtzidis
2013-04-11[libclang] Have clang_getCXXAccessSpecifier() also return the access control ...Argyrios Kyrtzidis
2013-04-11[analyzer] Factor common code from {SymSym,SymInt,IntSym}Expr to BinarySymExprRyan Govostes
2013-04-11[libclang] Expose record layout info via new libclang functions:Argyrios Kyrtzidis
2013-04-11Force a load when creating a reference to a temporary copied from a bitfield.Jordan Rose
2013-04-10comment parsing. Add couple more needed doxygen tags.Fariborz Jahanian
2013-04-10[driver] Add a -Ofast option, which enables -O3, -ffast-math, andChad Rosier
2013-04-10-fparse-all-comments: remove redundant check, as suggested by Fariborz JahanianDmitri Gribenko
2013-04-10Add an option to parse all comments as documentation commentsDmitri Gribenko