aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2013-10-15C++ modules: merging for enumerations and enumerators with multiple definitionsRichard Smith
2013-10-15[AArch64] Add support for NEON scalar signed saturating absolute value andChad Rosier
2013-10-15ObjectiveC driver. Scrap -fno-objc-legacy-dispatch for NeXTFariborz Jahanian
2013-10-15Sema: Consider it an error to apply __builtin_offsetof to a member in a virtu...David Majnemer
2013-10-15Tidy up and improve error recovery for C++11 attributes in bad places. Based onRichard Smith
2013-10-15PR17567: Improve diagnostic for a mistyped constructor name. If we see somethingRichard Smith
2013-10-14Switching some custom logic to using table-generated helper methods. This al...Aaron Ballman
2013-10-14[AArch64] Add support for NEON scalar integer compare instructions.Chad Rosier
2013-10-12Callback support for OpenCL extension pragmas.Pekka Jaaskelainen
2013-10-12Add missing flags -fexpensive-optimizations and -minline-all-stringops as noops.Nick Lewycky
2013-10-11Consumed analysis: replace the consumes attribute with a set_typestateDeLesley Hutchins
2013-10-11Consumed analysis: switch from tests_consumed/unconsumed to a generalDeLesley Hutchins
2013-10-11Improve the error message for attempting to build a for range loop using aRichard Trieu
2013-10-11Turn struct-path aware TBAA on by default.Manman Ren
2013-10-11Adds Microsoft compatiable C++ record layout code to clang.Warren Hunt
2013-10-11[libclang] Introduce clang_Type_getCXXRefQualifier whichexposes ref-qualifier...Argyrios Kyrtzidis
2013-10-11clang-cl: Mark /FA and /Fa as unsupported optionsHans Wennborg
2013-10-11Diagnose by-copy captures of abstract classes.Douglas Gregor
2013-10-11Add -fno-function-sections and -fno-data-sections. SinceNick Lewycky
2013-10-11Implemented aarch64 SIMD copy related ACLE intrinsic :Kevin Qin
2013-10-10clang-cl: Expose the -m32 and -m64 command-line optionsHans Wennborg
2013-10-10ObjectiveC. ObjectiveC's collection selector expression inFariborz Jahanian
2013-10-10ObjectiveC migrator: For 'default' and 'shared' family ofFariborz Jahanian
2013-10-10Implement AArch64 vector load/store multiple N-element structure class SIMD(l...Hao Liu
2013-10-10Revert "Implement AArch64 vector load/store multiple N-element structure clas...Tim Northover
2013-10-10Implement AArch64 vector load/store multiple N-element structure class SIMD(l...Hao Liu
2013-10-10Sema: Taking the address of a dtor is illegal per C++ [class.dtor]p2.Benjamin Kramer
2013-10-10[Mips] Support FSF Mips toolchain directories tree in the Clang driver.Simon Atanasyan
2013-10-09This patch addresses a problem encountered by theSean Callanan
2013-10-09ObjectiveC migrator. Introduce a new objcmt-atomic-property optionFariborz Jahanian
2013-10-09Fix warnings introduced in r192314.DeLesley Hutchins
2013-10-09Consumed analysis: improve loop handling. The prior version of the analysisDeLesley Hutchins
2013-10-09Tighten diagnostics for calling conventions on variadic functionsHans Wennborg
2013-10-09ObjectiveC migrator. Introduce a new print policy forFariborz Jahanian
2013-10-09[Mips] Remove unused mips_CPUs_Group options group. It's better to joinSimon Atanasyan
2013-10-09[Mips] Make mips32/mips32r2/mips64/mips64r2 real aliases for appropriateSimon Atanasyan
2013-10-09Code cleanup: rename VTableContext to ItaniumVTableContext, VTableBuilder to ...Timur Iskhodzhanov
2013-10-09Reland 192220 "Abstract out parts of thunk emission code, add support for sim...Timur Iskhodzhanov
2013-10-09Make wording for certain invalid unary expressions more consistent.David Majnemer
2013-10-08[AArch64] Add support for NEON scalar floating-point reciprocal estimate,Chad Rosier
2013-10-08Turn error about fastcall variadic function into warning in MS mode (PR12535)Hans Wennborg
2013-10-08[AArch64] Add support for NEON scalar signed/unsigned integer to floating-pointChad Rosier
2013-10-08Explicitly request unsigned enum types when desiredReid Kleckner
2013-10-08Revert 192220 as it fails on an assertionTimur Iskhodzhanov
2013-10-08Abstract out parts of thunk emission code, add support for simple thunks when...Timur Iskhodzhanov
2013-10-08Fixed grammar. Thanks to Jordan Rose.Serge Pavlov
2013-10-08Convert anachronistic use of 'void *' to 'DeclContext *' in Scope that was a ...Ted Kremenek
2013-10-08clang-cl: ignore the /sdl[-] flagHans Wennborg
2013-10-08Add fixits suggesting parenthesis around type name in expressions like sizeof.Serge Pavlov
2013-10-08Make InstantiatingTemplate depth checks clearerAlp Toker