aboutsummaryrefslogtreecommitdiff
path: root/clang
AgeCommit message (Expand)AuthorFilesLines
2013-10-03[libclang] Introduce clang_Type_getClassType which returns the class type of ...Argyrios Kyrtzidis5-1/+44
2013-10-03Fix test to work on Linux hosts by specifying triple.Tim Northover1-2/+1
2013-10-03ARM: *-*-darwin-eabi triples should use AAPCS.Tim Northover2-1/+9
2013-10-03Gracefully (and correctly) handle init of multiple union membersMatthew Curtis4-2/+132
2013-10-03Teach TreeTransform and family how to transform generic lambdas within templa...Faisal Vali5-48/+630
2013-10-03Extract ABI-specific parts of MangleContext into separate classesTimur Iskhodzhanov9-192/+184
2013-10-03Revert changes from the nested lambdas commit till i figure out Faisal Vali5-629/+48
2013-10-03Teach TreeTransform and family how to transform generic lambdas within templa...Faisal Vali5-48/+629
2013-10-03Change __builtin_ia32_bextri_u64 to take an i64imm to match up with LLVM back...Craig Topper3-2/+7
2013-10-02ObjectiveC migrator: Add individual options andFariborz Jahanian13-28/+41
2013-10-02ObjectiveC migrator: Add more options one for eachFariborz Jahanian2-0/+16
2013-10-02ObjectiveC migrator. Starting distiguising differentFariborz Jahanian18-21/+46
2013-10-02Use the CGCXXABI member on CodeGenTypes.Mark Lacey2-4/+3
2013-10-02Speed up CorrectTypo by avoiding lookups on unreasonable candidates.Kaelyn Uhrain1-37/+47
2013-10-02Objective-C migrator. Simplify migrator option Fariborz Jahanian4-45/+18
2013-10-02Fix crashes when creating global instances of polymorphic classes without fieldsTimur Iskhodzhanov2-1/+4
2013-10-02Accept #pragma warning(push, 0) without warningReid Kleckner5-15/+20
2013-10-02clang-format: Fix clang-format-diff.py according to diff specification.Daniel Jasper1-2/+5
2013-10-02Fix gcc -Wunused-but-set-variable warning in r191634.Patrik Hagglund1-5/+2
2013-10-02[ARM] Add a builtin to allow you to use the 'sevl' instruction.Joey Gouly3-0/+14
2013-10-02Fix build breakage, missed committing a chunk of a patch.Nick Lewycky1-1/+1
2013-10-02Thread a SourceLocation into the EmitCheck for "load_invalid_value". This occursNick Lewycky15-133/+182
2013-10-02[analyzer] Add missing return after function pointer null check.Jordan Rose2-0/+14
2013-10-01Debug Info: update testing cases when the derived-from field of aManman Ren5-15/+16
2013-10-01Fix a typo suggestion regression introduced by r191544.Kaelyn Uhrain2-1/+8
2013-10-01No functionality change. Reflow lines that could fit on one line. Break linesNick Lewycky7-29/+20
2013-10-01ObjectiveC migrator: When doing migration, migrator must suggestFariborz Jahanian4-9/+49
2013-10-01Revert commits r190613, r190560 and r190557.Rafael Espindola2-28/+30
2013-10-01Fixing implementation of bittestandset in Intrin.h.Warren Hunt1-2/+2
2013-10-01Fixed replacements for files with relative paths are not applied.Ariel J. Bernal2-1/+22
2013-10-01Refactoring: split addTokenToState into two methods.Alexander Kornienko2-207/+237
2013-10-01Typo in ARM __attribute__((interrupt)) documentationTim Northover1-1/+1
2013-10-01Implement ARM GNU-style interrupt attributeTim Northover7-2/+192
2013-10-01Move checkStringLiteralArgument into Sema classTim Northover2-16/+19
2013-10-01Run the -cxx-abi test in 32-bit mode as the 64-bit one crashes on the botsTimur Iskhodzhanov1-7/+8
2013-10-01Author a FIXME in a test now that PR12784 is fixedTimur Iskhodzhanov1-12/+8
2013-10-01[ARM] Add -mfpu=none option to the driver.Amara Emerson2-4/+48
2013-10-01[OpenMP] Added parsing and semantic analysis for firstprivate clauseAlexey Bataev20-20/+554
2013-10-01Fix computation of linkage within nested lambdas.Faisal Vali3-3/+99
2013-10-01Fix typo correction usage of SemaAccess.cpp.Eli Friedman4-7/+14
2013-10-01Revert r191586 and r191695. They cause crashes when building withRichard Smith12-48/+41
2013-10-01Tweak changes in r186464 to avoid a crash.Eli Friedman3-4/+14
2013-10-01Remove support for arrays of runtime bound in C++1y, now they have been votedRichard Smith5-82/+1
2013-09-30Fix PR 12730: Add _GCC_HAVE_SYNC_COMPARE_AND_SWAP macros for ARMWeiming Zhao2-0/+25
2013-09-30Changing __X86_64__ to __x86_64__ in Intrin.h.Warren Hunt1-12/+12
2013-09-30Turn struct-path aware TBAA on by default.Manman Ren8-13/+15
2013-09-30Remove unused variable introduced in 191666David Blaikie1-3/+0
2013-09-30Adding intrinsics to the clang front end for the x86 TBM instruction set.Yunzhong Gao5-0/+309
2013-09-30Moving style option formatting to libFormatEdwin Vane3-78/+108
2013-09-30Fix use-after-free.Manuel Klimek1-3/+3