aboutsummaryrefslogtreecommitdiff
path: root/include/clang
AgeCommit message (Expand)Author
2013-01-23Implement the writer side of the global module index. Douglas Gregor
2013-01-23Implement -Wvla correctlyDmitri Gribenko
2013-01-23Use 'const Decl *' throughout code completion in SemaDmitri Gribenko
2013-01-23Add constness for NestedNameSpecifier::Create parameterDmitri Gribenko
2013-01-23Constify some getters in RedeclarableTemplateDeclDmitri Gribenko
2013-01-23Add a new LangOpt NativeHalfType. This option allows for native half/fp16Joey Gouly
2013-01-23Add option to allow putting all parameters onto the next line.Daniel Jasper
2013-01-23Documentation cleanup: fixing documentation for FrontendAction.James Dennett
2013-01-22[ms-inline asm] Remove the -fenable-experimental-ms-inline-asm flag. MS-styleChad Rosier
2013-01-22Split "discards qualifiers" warnings of -Wincompatible-pointer-types into sub...Ted Kremenek
2013-01-22Small code change to improve performanceFariborz Jahanian
2013-01-22objectiveC (take two): don't warn when in -Wselector mode andFariborz Jahanian
2013-01-22[ms-inline asm] Remove a warning about ms-style inline assembly not beingChad Rosier
2013-01-22Switch to APFloat constructor taking fltSemantics.Tim Northover
2013-01-21objectiveC: don't warn when in -Wselector mode andFariborz Jahanian
2013-01-21Give ModuleFiles an index, so that we can use indexed vectors ratherDouglas Gregor
2013-01-21Eliminate Sema::CompareProperties(), which was walking over a pile ofDouglas Gregor
2013-01-21Eliminate the oddly-named Sema::ComparePropertiesInBaseAndSuper, whichDouglas Gregor
2013-01-21Revert r173056; it breaks one of the CodeGen-with-PCH tests.Douglas Gregor
2013-01-21When loading an identifier from an AST file solely for the purpose ofDouglas Gregor
2013-01-21Introduce a fast path for the ASTReader's name lookup within aDouglas Gregor
2013-01-21AST/VTableBuilder.h: Suppress a warning. [-Wunused-private-field]NAKAMURA Takumi
2013-01-21First step towards vftable generation with -cxx-abi microsoft PR13231Timur Iskhodzhanov
2013-01-21Add a fixit for _Noreturn main,Dmitri Gribenko
2013-01-20Prune unused diagnostics.Benjamin Kramer
2013-01-20Add top-level Clang flag -f(no-)sanitize-address-zero-base-shadow that makes ...Alexey Samsonov
2013-01-20Implement OpenCL event_t as Clang builtin type, including event_t related Ope...Guy Benyei
2013-01-20Nuke SetUpBuildDumpLog.Sean Silva
2013-01-20convert some more stuff over to use new cursor APIs.Chris Lattner
2013-01-19Reapply r172878 with test case.Ted Kremenek
2013-01-19[PCH/Modules] Revert r172843, it caused a module to fail building.Argyrios Kyrtzidis
2013-01-19[analyzer] Suppress warnings coming out of macros defined in sys/queue.hAnna Zaks
2013-01-19Revert r172878, "Reword warning about using a *static* variable within its ow...NAKAMURA Takumi
2013-01-19Reword warning about using a *static* variable within its own initialization.Ted Kremenek
2013-01-18Fix mismatched #endif.Jordan Rose
2013-01-18Once we've collected the template arguments for aDouglas Gregor
2013-01-18[PCH/Modules] Re-apply r172620 and r172629, now with 100% less infinite loops!Argyrios Kyrtzidis
2013-01-18[ubsan] Add support for -fsanitize-blacklistWill Dietz
2013-01-18Revert Clang r172620 and r172629, which caused a hang when buildingDouglas Gregor
2013-01-17Some builtins do not evaluate their arguments. Teach EvaluatedExprVisitor notRichard Smith
2013-01-17In Objective-C ARC, completely ignore ownership qualifiers on theDouglas Gregor
2013-01-17Parsing support for C11's _Noreturn keyword. No semantics yet.Richard Smith
2013-01-17We want the dwarf AT_producer for assembly source files to match clang'sKevin Enderby
2013-01-17[ms-inline asm] Extend the Sema interface to get the size and length of aChad Rosier
2013-01-17Add some semantic checks for OpenCL. Variadic macros, VLAs and bitfields are ...Joey Gouly
2013-01-17Revert most of r172140.Nico Weber
2013-01-17ArrayRef-ize some ctor initializer related APIsDavid Blaikie
2013-01-17Implement C++11 semantics for [[noreturn]] attribute. This required splittingRichard Smith
2013-01-17Add -Wunsequenced (with compatibility alias -Wsequence-point) to warn onRichard Smith
2013-01-17Implement a fixit for -Wmain-return-typeDmitri Gribenko