aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-02-21Patch for debug info of qualified-id types is 'id'Fariborz Jahanian
2013-02-21Preprocessor: preserve whitespace in -traditional-cpp mode.Jordan Rose
2013-02-21[driver] Add a dump method for ArgList.Chad Rosier
2013-02-21Allow breaking between type and name in for loops.Daniel Jasper
2013-02-21Add support to Sema and CodeGen for floating point vector types in OpenCL.Joey Gouly
2013-02-21Avoid implicit conversions of Optional<T> to bool.David Blaikie
2013-02-21StaticAnalyzer/Core: Suppress warnings. [-Wunused-variable, -Wunused-function]NAKAMURA Takumi
2013-02-21Whitespace.NAKAMURA Takumi
2013-02-21[analyzer] Record whether a base object region represents a virtual base.Jordan Rose
2013-02-21[analyzer] Tidy up a few uses of Optional in RegionStore.Jordan Rose
2013-02-21libstdc++'s <cstdalign> #includes <stdalign.h> and expects it to guard againstRichard Smith
2013-02-21Respect -fno-canonical-prefixes when deciding where to generate .gcno and .gcdaNick Lewycky
2013-02-21Use None rather than Optional<T>() where possible.David Blaikie
2013-02-21Rename TypeLoc's isType to isKindDavid Blaikie
2013-02-21[analyzer] Tighten up safety in the use of lazy bindings.Jordan Rose
2013-02-21Remove commented out code.Richard Trieu
2013-02-21objective-C arc IR-gen. Retaining of strongFariborz Jahanian
2013-02-20Revert "intmax_t is long long on Darwin, not long."Jordan Rose
2013-02-20MCParser: Update method names per coding guidelines.Jim Grosbach
2013-02-20Include llvm::Optional in clang/Basic/LLVM.hDavid Blaikie
2013-02-20Remove redundant Optional type in favor of llvm::OptionalDavid Blaikie
2013-02-20Use op-> directly rather than via Optional<T>::getPointer.David Blaikie
2013-02-20PR15311: Finish implementation of the suggested resolution of core issue 1488,Richard Smith
2013-02-20Process and handle attributes on conditions and for loop variables. Process andRichard Smith
2013-02-20Fix regression in string literal alignment.Manuel Klimek
2013-02-20Fixes bug in string literal alignment.Manuel Klimek
2013-02-20Don't remove blank lines within unwrapped lines.Daniel Jasper
2013-02-20Implements breaking of string literals if they stick out.Manuel Klimek
2013-02-20Replace SVal llvm::cast support to be well-defined.David Blaikie
2013-02-20intmax_t is long long on Darwin, not long.Jordan Rose
2013-02-20Add a new 'type_visibility' attribute to allow users toJohn McCall
2013-02-20Don't repeat the function name in the comment.Richard Smith
2013-02-20[preprocessor] Split the MacroInfo class into two separate concepts, MacroInf...Argyrios Kyrtzidis
2013-02-20[analyzer] Account for the "interesting values" hash table resizing.Jordan Rose
2013-02-19PR15300: Support C++11 attributes on base-specifiers. We don't support any suchRichard Smith
2013-02-19[analyzer] Don't accidentally strip off base object regions for lazy bindings.Jordan Rose
2013-02-19Add missing clang-format null pointer check..Daniel Jasper
2013-02-19[modules] Const'ify some functions of ModuleMap.Argyrios Kyrtzidis
2013-02-19[modules] Refactor code from ASTReader::makeModuleVisible() into a new function,Argyrios Kyrtzidis
2013-02-19Use MapVector::pop_back() per LLVM r175538.Douglas Gregor
2013-02-19Correctly format macro with unfinished template declaration.Daniel Jasper
2013-02-19[Sanitizer] If -fsanitize-blacklist= option is not explicitly specified, make...Alexey Samsonov
2013-02-19Fix bug in LineState comparison function.Daniel Jasper
2013-02-19More grammar.Eric Christopher
2013-02-19Fixing a typo where FixIts was accidentally self-assigning instead of assigni...Aaron Ballman
2013-02-19Add support for -fvisibility-ms-compat.John McCall
2013-02-19Use the actual class visibility for the ObjC EHTYPE global,John McCall
2013-02-19Temporarily revert r175471 for more review.Bill Wendling
2013-02-18Add a 'no-builtin' attribute if we do not want to simplify calls.Bill Wendling
2013-02-18Replace TypeLoc llvm::cast support to be well-defined.David Blaikie