aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-19Emit the underlying type in the debug info for all kinds of fixed enumsAdrian Prantl
2013-04-19s/C++0x/C++11/Adrian Prantl
2013-04-19Initial work on status page for C++14.Richard Smith
2013-04-19Keep the parentheses in #pragma message (partial revert of r179771).Andy Gibbs
2013-04-19C++11 support is now feature-complete.Richard Smith
2013-04-19Avoid names like __in that conflict with SAL in builtin headersReid Kleckner
2013-04-19Implement CodeGen for C++11 thread_local, following the Itanium ABI specifica...Richard Smith
2013-04-19[analyzer] Call proper callback for const regions escaped other then on call.Anton Yartsev
2013-04-19Revert "PR14606: Debug info for using directives/DW_TAG_imported_module"Eric Christopher
2013-04-19PR14606: Debug info for using directives/DW_TAG_imported_moduleDavid Blaikie
2013-04-19Give CGDebugInfo::getContextDescriptor a more specific return typeDavid Blaikie
2013-04-19[libclang] Fix copy-paste error in comment.Argyrios Kyrtzidis
2013-04-18[libclang] Introduce clang_Cursor_isVariadic, which returns non-zero if the g...Argyrios Kyrtzidis
2013-04-18Objective-C++: Enable passing of modern C++11 style Fariborz Jahanian
2013-04-18[libclang] Introduce clang_Cursor_getObjCDeclQualifiers, to query for 'ObjC Q...Argyrios Kyrtzidis
2013-04-18Fix typo.Chad Rosier
2013-04-18Add comment to describe cleverness.Benjamin Kramer
2013-04-18[libclang] Introduce clang_Cursor_getObjCPropertyAttributes to query the writ...Argyrios Kyrtzidis
2013-04-18Comment parsing: simplify code. As a side effect, this also silences GCC'sDmitri Gribenko
2013-04-18Objective-C parsing [qoi]: Provide good recovery whenFariborz Jahanian
2013-04-18[CMake] Create the directory before creating the link to the clang headers.Argyrios Kyrtzidis
2013-04-18some more tests for r179743.Argyrios Kyrtzidis
2013-04-18Add IRGen test case for r179743.Argyrios Kyrtzidis
2013-04-18[analyzer] Refine 'nil receiver' diagnostics to mention the name of the metho...Ted Kremenek
2013-04-18Dropped the parentheses for #pragma message and its kin in the -E output gene...Andy Gibbs
2013-04-18Adds a new doxygen tag needed. // rdar://12379053Fariborz Jahanian
2013-04-18[libclang] Report parameter array types as written in source, not decayed to ...Argyrios Kyrtzidis
2013-04-18[analyzer] "Force" LazyCompoundVals on bind when they are simple enough.Jordan Rose
2013-04-18[analyzer] Don't crash if we cache out after making a temporary region.Jordan Rose
2013-04-18Specify that we're parsing ms-style inline assembly.Chad Rosier
2013-04-18Multiple improvements to the AST matcher tutorial.Manuel Klimek
2013-04-18Reject asm output constraints that consist of modifiers only.Benjamin Kramer
2013-04-18Add llvm_unreachable at end of fully covered switch to pacify GCC.Benjamin Kramer
2013-04-18[Parser] Handle #pragma pack/align inside C structs.Argyrios Kyrtzidis
2013-04-18Switch the note order for -Woverloaded-shift-op-parentheses so that the noteRichard Trieu
2013-04-18Update the -Wparentheses tests to check that fix-its are in the correct place.Richard Trieu
2013-04-18[analyzer] Tweak getDerefExpr more to track DeclRefExprs to references.Anna Zaks
2013-04-17[analyzer] Improve dereferenced expression tracking for MemberExpr with a dot...Anna Zaks
2013-04-17Add description of -Ofast optimization option to the man page. <rdar://13660458>Bob Wilson
2013-04-17[analyzer] Gain more precision retrieving the right SVal by specifying the ty...Anna Zaks
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-17[tests] Only include stdint.h if we are in freestanding mode.Daniel Dunbar
2013-04-17[document parsing]: When tag declaration (but not definition!) Fariborz Jahanian
2013-04-17Test cases for r179719.Chad Rosier
2013-04-17Fix off-by-one error in #pragma clang system_header.Jordan Rose
2013-04-17PR15755: don't drop parameter packs when dropping parameters with defaultRichard Smith
2013-04-17Sema: Remove unused variable.Benjamin Kramer
2013-04-17[analyzer] Don't warn for returning void expressions in void blocks.Jordan Rose