aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2017-06-27[Sema] Allow unmarked overloadable functions.George Burgess IV
2017-06-27[OPENMP] Use MapVector instead of DenseMap for stable codegen, NFC.Alexey Bataev
2017-06-27[analyzer] Move zero-size allocation checks to optin.portability.Artem Dergachev
2017-06-27Revert "Revert "[NFC] Refactor DiagnosticRenderer to use FullSourceLoc""Christof Douma
2017-06-27Reapply "Frontend support for Nios2 target"Nikolai Bozhenov
2017-06-27Make sure TraverseInitListExpr visits InitListExpr exactly twiceStephan Bergmann
2017-06-27[CodeGen][ObjC] Fix GNU's encoding of bit-field ivars.Akira Hatanaka
2017-06-26Revert r301742, which caused us to try to evaluate all full-expressions.Richard Smith
2017-06-26[Sema] Fix a crash-on-invalid when a template parameter list has a classAkira Hatanaka
2017-06-26Improve const-correctness.Axel Naumann
2017-06-23Add a warning to a groupVedant Kumar
2017-06-23[ubsan] Disable the object size check at -O0Vedant Kumar
2017-06-23Emit warning when throw exception in destruct or dealloc functions which has a Erich Keane
2017-06-23[GSoC] Add support for CC1 options.Yuka Takahashi
2017-06-23Revert "Revert r305164/5/7."Saleem Abdulrasool
2017-06-23[clang-format] Add a SortUsingDeclaration option and enable it by defaultKrasimir Georgiev
2017-06-23[clang-format] Update style documentation, NFCKrasimir Georgiev
2017-06-23PR33552: Distinguish between declarations that are owned by no module andRichard Smith
2017-06-22[Sema] Add -Wunguarded-availability-newAlex Lorenz
2017-06-21clang-format: introduce InlineOnly short function styleFrancois Ferrand
2017-06-21Function with unparsed body is a definitionSerge Pavlov
2017-06-21[clang-format] Support sorting using declarationsKrasimir Georgiev
2017-06-21Moved code hanlding precompiled preamble out of the ASTUnit.Ilya Biryukov
2017-06-21Support MS builtins using 'long' on LP64 platformsBruno Cardoso Lopes
2017-06-21[ODRHash] Supply more information when generic error message is emitted.Richard Trieu
2017-06-20Prevent devirtualization of calls to un-instantiated functions.Sunil Srivastava
2017-06-20[clang] Fix format specifiers fixits for nested macrosAlexander Shaposhnikov
2017-06-20[AArch64] ADD ARMv.2-A FP16 vector intrinsicsAbderrazek Zaafrani
2017-06-20[GSoC] Flag value completion for clangYuka Takahashi
2017-06-20[OpenCL] Diagnose scoped address-space qualified variablesAnastasia Stulova
2017-06-20[preprocessor] When preprocessor option 'SingleFileParseMode' is enabled, par...Argyrios Kyrtzidis
2017-06-20[analyzer] Teach CloneDetection about Qt Meta-Object Compiler to filter auto ...Leslie Zhai
2017-06-20Add a subgroup of c++1z-compat to enable and disable the warning aboutAkira Hatanaka
2017-06-19Support non-identifier module names when preprocessing modules.Richard Smith
2017-06-19Revert "[NFC] Refactor DiagnosticRenderer to use FullSourceLoc"Christof Douma
2017-06-19[NFC] Refactor DiagnosticRenderer to use FullSourceLocChristof Douma
2017-06-19[analyzer] Fix logical not for pointers with different bit widthDaniel Marjamaki
2017-06-19[analyzer] Teach CloneDetection about Qt Meta-Object CompilerLeslie Zhai
2017-06-16[index] Fix typo: inferface -> interfaceMarc-Andre Laperle
2017-06-16[PR33394] Avoid lexing editor placeholders when Clang is used onlyAlex Lorenz
2017-06-16[ODRHash] Hash VarDecl members.Richard Trieu
2017-06-15[Basic] Use a static_assert instead of using the old array of size -1 trick.Craig Topper
2017-06-14[Preprocessor]Correct Macro-Arg allocation of StringifiedArguments, Erich Keane
2017-06-14[PPC] Enhance altivec conversion function macros implementation.Tony Jiang
2017-06-14Corrected some comment typos; NFC.Aaron Ballman
2017-06-14clang-format: Add CompactNamespaces optionFrancois Ferrand
2017-06-14Reverted 305379 (Function with unparsed body is a definition)Serge Pavlov
2017-06-14Function with unparsed body is a definitionSerge Pavlov
2017-06-14[coroutines] Fix co_await for range statementEric Fiselier
2017-06-13Revert "Revert r301742 which made ExprConstant checking apply to all full-exp...Diana Picus