aboutsummaryrefslogtreecommitdiff
path: root/include/clang
AgeCommit message (Expand)Author
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
2013-01-17Fix a typo introduced in r172665.Matt Beaumont-Gay
2013-01-16[objcmt] Rewrite a NSDictionary dictionaryWithObjects:forKeys: to a dictionar...Argyrios Kyrtzidis
2013-01-16Rework the traversal of Objective-C categories and extensions toDouglas Gregor
2013-01-16No longer crashing with an assert when __has_include or __has_include_next is...Aaron Ballman
2013-01-16First step in implementation of mips16 and nomips16 attributes.Reed Kotler
2013-01-16[PCH/Modules] Change how macro [re]definitions are de/serialized.Argyrios Kyrtzidis
2013-01-16Add option to avoid "bin-packing" of parameters.Daniel Jasper
2013-01-16[analyzer] Refactor: parameter rename.Anna Zaks
2013-01-16Add -fmodules-autolink/-fno-modules-autolink (defaults to on) so thatDouglas Gregor
2013-01-15When checking availability attributes for consistency between anDouglas Gregor
2013-01-15Add -fopenmp -cc1 option and wire it up to define _OPENMP, from Alexey Bataev!Douglas Gregor
2013-01-15[driver] Warnings for warning options are handled by the frontend. The drive...Chad Rosier
2013-01-14Refactor to call ActOnFinishFullExpr on every full expression. TeachRichard Smith
2013-01-14Multiprecision subtraction builtins.Michael Gottesman
2013-01-14[analyzer] Add ProgramStatePartialTrait<const void *>.Jordan Rose
2013-01-14[analyzer] Fix cast-away-const warning by using const_cast.Jordan Rose
2013-01-14Infer "link" lines for top-level frameworks. Essentially, a frameworkDouglas Gregor
2013-01-14Implement parsing, AST, (de-)serialization, and placeholder globalDouglas Gregor
2013-01-14Make single-line if statements optional.Daniel Jasper
2013-01-14Custom DiagnosticConsumer parameter of reformat() + silence diagnostics in un...Alexander Kornienko