summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2013-11-15[-cxx-abi microsoft] Emit thunks for pointers to virtual member functionsHans Wennborg
2013-11-15Using an invalid -O falls back on -O3 instead of an errorSylvestre Ledru
2013-11-15When we hit a #include directive that maps to a module import, emit a tokenRichard Smith
2013-11-14Add -Wdeprecated-writable-string in C++ to -Wc++11-compat, since it's ill-for...Richard Smith
2013-11-14[objcmt] Introduce "objcmt-white-list-dir-path=" option.Argyrios Kyrtzidis
2013-11-14[AArch64 neon] support poly64 and relevant intrinsic functions.Kevin Qin
2013-11-14Implement aarch64 neon instruction class misc.Kevin Qin
2013-11-14Added warning on structures/unions that are empty or contain onlySerge Pavlov
2013-11-14Implement AArch64 NEON instruction set AdvSIMD (table).Jiangning Liu
2013-11-13ObjectiveC ARC. Introduce a new attribute, 'objc_bridge'Fariborz Jahanian
2013-11-13-fms-extensions: Recognize _alloca as an alias for the alloca builtinReid Kleckner
2013-11-13Only provide MS builtins when -fms-extensions is onReid Kleckner
2013-11-13Documentation parsing: move comment-to-XML conversion routines to libIndexDmitri Gribenko
2013-11-13No functional change. Renaming a variable in RecordLayoutBuilder and Warren Hunt
2013-11-13Adds ARM backend options: -mrestrict-it and -mno-restrict-itWeiming Zhao
2013-11-13Add an optional mapping from source paths to source contents.Manuel Klimek
2013-11-13Add -fprofile-sample-use to Clang's driver.Diego Novillo
2013-11-13Warn on duplicate function specifierSerge Pavlov
2013-11-13Fix closing namespace comment to reflect realityDmitri Gribenko
2013-11-13ObjectiveC migrator. Place use of NS_NONATOMIC_IOSONLYFariborz Jahanian
2013-11-12clang-cl: parse the /Yc flag (PR17895)Hans Wennborg
2013-11-12Documentation parsing: add support for \throws \throw \exception commandsDmitri Gribenko
2013-11-12add intrinsics: __builtin_arm_{dmb,dsb} for ARMWeiming Zhao
2013-11-12clang-cl: parse the /GT optionHans Wennborg
2013-11-12Rather than duplicating extension diagnostics to allow them to cause aRichard Smith
2013-11-12REFACTOR: Have PushLambdaScope return the LambdaScopeInfo that it creates.Faisal Vali
2013-11-11Revert "Using an invalid -O falls back on -O3 instead of an error"Sylvestre Ledru
2013-11-11[AArch64] The shift right/left and insert immediate builtins expect 3Chad Rosier
2013-11-11Using an invalid -O falls back on -O3 instead of an errorSylvestre Ledru
2013-11-11[AArch64] Add support for NEON scalar floating-point convert to fixed-point i...Chad Rosier
2013-11-09This reverts commit r194330, r194329 and r194328.Rafael Espindola
2013-11-09Add support for -fuse-ld=.David Chisnall
2013-11-09Try to recover a bit better if a close brace is missing from the end of a classRichard Smith
2013-11-09Comment parsing: recognize \def (but processing is a no-op, like the rest ofDmitri Gribenko
2013-11-08Issue a diagnostic if we see a templated friend declaration that we do notRichard Smith
2013-11-08Thread the info about vbptr sharing through ASTRecordLayoutTimur Iskhodzhanov
2013-11-08Remove diagnostic leftover from the ancient times when C++1y support was inco...Benjamin Kramer
2013-11-08s/DebugPrint/dump/gDouglas Gregor
2013-11-08ObjectiveC migrator. Fixes an obscure bug whereFariborz Jahanian
2013-11-08clang-format: Make breaking before ternary operators configurable.Daniel Jasper
2013-11-07 Adds the ability to inject a DiagnosticConsumer into ClangTools.Manuel Klimek
2013-11-07Modules: Teach the preprocessor to recognize 'import' only after an '@'.Douglas Gregor
2013-11-07Re-instate contextual conversion to Objective-C pointers in message sends.Douglas Gregor
2013-11-07Introduce MatchFinder::matchAST.Peter Collingbourne
2013-11-07Re-introduce MatchFinder::addDynamicMatcher.Peter Collingbourne
2013-11-07Minor refinement of VTableBuilder.h: fix wrong indentation, rename a struct f...Timur Iskhodzhanov
2013-11-07RewriteBuffer: Remove an unused typedefAlp Toker
2013-11-07This patch implements capturing of variables within generic lambdas.Faisal Vali
2013-11-06[-fms-extensions] Add support for __FUNCDNAME__David Majnemer
2013-11-06clang-cl: Hide ignored joined flags as wellAlp Toker