aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-06-18alloc_size attribute: there's nothing wrong with alloc_size(1,1). It just mea...Nuno Lopes
2012-06-18Handle C++11 attribute namespaces automatically.Sean Hunt
2012-06-18[MSExtensions] Add support for __forceinline.Michael J. Spencer
2012-06-18Extend the error recovery for a template-argument-list terminated by '>>' toRichard Smith
2012-06-17Don't warn about address-to-member used as part of initialisation, ifJoerg Sonnenberger
2012-06-17diagtool/CMakeLists.txt: Add missing tblgen'd dependency, ClangDiagnosticInde...NAKAMURA Takumi
2012-06-17Switch users of SmallMap to use SmallDenseMap instead.Chandler Carruth
2012-06-17Documentation cleanup:James Dennett
2012-06-17Documentation cleanup:James Dennett
2012-06-17Documentation cleanup:James Dennett
2012-06-17Documentation cleanup: add parameter name to \paramJames Dennett
2012-06-17Documentation cleanup:James Dennett
2012-06-17Documentation cleanup: escaped a < character in a Doxygen comment.James Dennett
2012-06-17Documentation cleanup: fix two typos, rief -> brief and Descripts -> DescribesJames Dennett
2012-06-17Documentation cleanup: escaping #define in Doxygen commentsJames Dennett
2012-06-17Documentation cleanup:James Dennett
2012-06-17Documentation cleanup: escaping # characters and adding \brief markupJames Dennett
2012-06-17Documentation cleanup: escaping # characters and adding \brief markupJames Dennett
2012-06-17Documentation cleanup: escape #undef in Doxygen comments.James Dennett
2012-06-17Documentation cleanup: delete an erroneous use of \linkJames Dennett
2012-06-17Documentation cleanup: typo fix, \briaf -> \briefJames Dennett
2012-06-17Documentation cleanup: Add missing parameter name to a \param commandJames Dennett
2012-06-17Documentation cleanup: escape "::" to eliminate a Doxygen warningJames Dennett
2012-06-17Documentation cleanup: Use \brief for summaries, and escape # characters.James Dennett
2012-06-17Documentation cleanup:James Dennett
2012-06-17Documentation cleanup: fixing a typo from my previous 'fix'.James Dennett
2012-06-17Documentation cleanup: added \verbatim...\verbatim markup to fix theJames Dennett
2012-06-17Documentation cleanup:James Dennett
2012-06-17Documentation cleanup: escaped # characters in Doxygen comments.James Dennett
2012-06-17For compatibility with gcc, accept -maltivec as an alias of -faltivec.Hal Finkel
2012-06-16-Wuninitialized bugfix: when entering the scope of a variable with noRichard Smith
2012-06-16Guard private fields that are unused in Release builds with #ifndef NDEBUG.Benjamin Kramer
2012-06-16clang/lib/Basic/FileManager.cpp: Detect the root directory with PathV2. It sh...NAKAMURA Takumi
2012-06-16ToolingTest.cpp: Fix r158592, runToolOnCode.FindsNoTopLevelDeclOnEmptyCode on...NAKAMURA Takumi
2012-06-16Explicitly build __builtin_va_list.Meador Inge
2012-06-16Fix Sema and IRGen for atomic compound assignment so it has the right semanti...Eli Friedman
2012-06-16[analyzer] Array CompoundLiteralExprs need to be treated like lvalues.Jordan Rose
2012-06-16[analyzer] Return an UnknownVal when we try to get the binding for a VLA.Jordan Rose
2012-06-16[AST/libclang] Fix the selector locations that are reported for aArgyrios Kyrtzidis
2012-06-16Make the analyzer site a single point of reference for infoAnna Zaks
2012-06-16[analyzer] Buffers passed to CGBitmapContextCreate can escape.Jordan Rose
2012-06-15Make the ".*" operator work correctly when the base is a prvalue and the fiel...Eli Friedman
2012-06-15Recover when correcting an unknown type name to a keyword like "struct".Kaelyn Uhrain
2012-06-15Move isCXXSimpleTypeSpecifier from Parser to Sema and tweak it for wider use.Kaelyn Uhrain
2012-06-15[-E] Emit a rewritten _Pragma on its own line.Jordan Rose
2012-06-15Documentation cleanup: escape < characters in Doxygen comments.James Dennett
2012-06-15Documentation cleanup: Escaped # characters in Doxygen comments.James Dennett
2012-06-15Documentation cleanup: Escaped backslashes in Doxygen comments.James Dennett
2012-06-15Documentation cleanup: fix a type, LocatioinE -> LocationEJames Dennett
2012-06-15Documentation cleanup: escape Objective-C @keywords in Doxygen comments.James Dennett