aboutsummaryrefslogtreecommitdiff
path: root/lib/Parse
AgeCommit message (Expand)Author
2021-02-12[LSC] Add LOCAL_LICENSE_KINDS to external/clangBob Badour
2016-12-07Convert clang to Android.bpColin Cross
2016-10-06Update aosp/master Clang for rebase to r275480Pirama Arumuga Nainar
2016-03-17Update aosp/master clang for rebase to r256229Pirama Arumuga Nainar
2015-07-01Update aosp/master clang for rebase to r239765Pirama Arumuga Nainar
2015-05-06Update aosp/master clang for rebase to r235153Pirama Arumuga Nainar
2015-04-08Update aosp/master clang for rebase to r233350Pirama Arumuga Nainar
2015-03-31Update aosp/master clang for rebase to r230699.Stephen Hines
2014-12-01Update aosp/master Clang for rebase to r222490.Stephen Hines
2014-09-22Add libclang for target.Tong Shen
2014-07-21Update Clang for rebase to r212749.Stephen Hines
2014-05-29Update Clang for 3.5 rebase (r209713).Stephen Hines
2014-04-23Updated to Clang 3.5a.Stephen Hines
2014-02-11Update clang for merge to LLVM 3.4.Stephen Hines
2014-02-11Merge remote-tracking branch 'upstream/release_34' into merge-20140211Stephen Hines
2013-12-23---Merging r196453Bill Wendling
2013-12-16Merging r196212:Bill Wendling
2013-12-05Merging r196387:Bill Wendling
2013-12-05Merging r196454:Bill Wendling
2013-11-26Merging r195710:Bill Wendling
2013-11-19Merging r195163:Bill Wendling
2013-11-18Make helper function static.Benjamin Kramer
2013-11-18Replaced bool parameters in SkipUntil function with single bit-based parameter.Alexey Bataev
2013-11-15PR17949: Fix crash if someone puts a namespace inside a class template.Richard Smith
2013-11-15PR8455: Handle an attribute between a goto label and a variable declaration perRichard Smith
2013-11-15Diagnose C++11 attributes before fp_contract pragmas.Richard Smith
2013-11-15When we hit a #include directive that maps to a module import, emit a tokenRichard Smith
2013-11-13Warn on duplicate function specifierSerge Pavlov
2013-11-09Try to recover a bit better if a close brace is missing from the end of a classRichard Smith
2013-11-08Fix %select numbering confusion between diagnostic and Diag call.Richard Smith
2013-11-08Untabify.Richard Smith
2013-11-06[-fms-extensions] Add support for __FUNCDNAME__David Majnemer
2013-11-05Revert "Try to correct a mistyped "-" or ">" to "->" for some C++ cases."Kaelyn Uhrain
2013-11-04Try to correct a mistyped "-" or ">" to "->" for some C++ cases.Kaelyn Uhrain
2013-11-04clang/lib/Parse/CMakeLists.txt: Fixup corresponding to r193989. ClangAttrType...NAKAMURA Takumi
2013-11-04Attributes which accept a type as their sole argument are no longer hard code...Aaron Ballman
2013-11-01Support return type deduction for templates in -fdelayed-template-parsing (mi...Faisal Vali
2013-10-31sizeof... a parameter pack should be an unevaluated context.Faisal Vali
2013-10-31Factor out custom parsing for iboutletcollection and vec_type_hint attributesRichard Smith
2013-10-30Avoid diagnosing twice on non-x86 targetsAlp Toker
2013-10-30Recover instead of crashing on MS assembly when no target is loadedAlp Toker
2013-10-28Fix a parser crash when there are #pragmas in a context which requires a singleRichard Smith
2013-10-24Support GNU attributes in alias-declarations now that GCC has implemented themRichard Smith
2013-10-24PR17666: Instead of allowing an initial identifier argument in any attributeRichard Smith
2013-10-23Parse: Disable delayed template parsing for constexpr functionsDavid Majnemer
2013-10-22Revert r193073 and the attempt to fix it in r193170.Chandler Carruth
2013-10-22Reenable 'break' in 'for' specifier to allow compilation of QT macro 'foreach'Serge Pavlov
2013-10-21Fix to PR8880 (clang dies processing a for loop).Serge Pavlov
2013-10-18Check "late parsed" friend functions for redefinitionAlp Toker
2013-10-18[-fms-extensions] Permit 'override' in C++98 and 'sealed' as a synonym for 'f...David Majnemer