aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-04-04Tooling.cpp: Don't refer to $ENV{PWD}. Use llvm::sys::fs instead.NAKAMURA Takumi
2012-04-04Don't crash (assert failure) when generating blocks for C++ types with a non-...David Chisnall
2012-04-04Adds a tooling library.Manuel Klimek
2012-04-04For PR11916: Add support for g++'s __int128 keyword. Unlike __int128_t, this isRichard Smith
2012-04-04When performing template argument deduction for an initializer list,Douglas Gregor
2012-04-04Dependent-sequence initialization of a single element can be directDouglas Gregor
2012-04-04[preprocessor] In Preprocessor::CachingLex() check whether there were more to...Argyrios Kyrtzidis
2012-04-04When computing the conversion sequence in overload resolutionJohn McCall
2012-04-04If something already instantiated is reinstantiated as an explicit definition,Nick Lewycky
2012-04-04ErrorUnsupported on array cookies in the MS C++ ABI code;John McCall
2012-04-04Enter an expression evaluation context when parsingJohn McCall
2012-04-04Change BugReporter's usage of IsCachedDiagnostic to only impact pruning diagn...Ted Kremenek
2012-04-04Silence dead store warning, and fix indentation.Ted Kremenek
2012-04-04Remove dead assignment to local variable.Ted Kremenek
2012-04-04Add feature check "cxx_local_type_template_args" describing supportDouglas Gregor
2012-04-04Eliminate obvious use-after-free. Fixes PR12433 / <rdar://problem/11168333>.Douglas Gregor
2012-04-03Remove more redundant lookups. Add a new "all_lookups_iterator" which providesNick Lewycky
2012-04-03Don't treat synthesized ivars as being in the base class for the purpose ofNick Lewycky
2012-04-03Replace the workaround from r153445 with a proper fix.Kaelyn Uhrain
2012-04-03modern objective-c translator: rewriter linkage spec.Fariborz Jahanian
2012-04-03Correct handling of _Pragma macro inside a macro argument.Argyrios Kyrtzidis
2012-04-03[analyzer] Record the basic blocks covered by the analyzes run.Anna Zaks
2012-04-03Add more constraint registers for mips.Eric Christopher
2012-04-03Change location information for synthesized properties to be at theEric Christopher
2012-04-03Fix another false positive in RegionStore involving doing loads from symbolic...Ted Kremenek
2012-04-02Fix potential null dereference in the static analyzer when inlining a call th...Ted Kremenek
2012-04-02PR10217 diagnostic fix: don't say 'copy constructor' when we meanRichard Smith
2012-04-02Remove windows line endings.David Blaikie
2012-04-02Finish PR10217: Ensure we say that a special member was implicitly, notRichard Smith
2012-04-02Correct error recovery when missing 'class' in a template template parameter.David Blaikie
2012-04-02Silence -Wunused-variable in -Asserts buildMatt Beaumont-Gay
2012-04-02PR12438: Profile a reference to a type template parameter by depth and index,Richard Smith
2012-04-02Implement DR1402: if a field or base class is not movable, the derived class'sRichard Smith
2012-04-02Use -rewrite-legacy-objc as clang argument for translating Fariborz Jahanian
2012-04-02Basic semantic analysis support for inheriting constructor declarations inRichard Smith
2012-04-01Ignore unused --serialize-diagnostics option when using llvm-gcc.Bob Wilson
2012-04-01Properly handle explicit constructors in list-initialization. Fixes PR12120.Sebastian Redl
2012-04-01Analyzer: Store BugReports directly in a ilist instead of adding another laye...Benjamin Kramer
2012-03-31Fixed MacroInfo definition range for function like macros with empty body.Abramo Bagnara
2012-03-31[arcmt] When fixing the "unassigned init call" ARC error, make sureArgyrios Kyrtzidis
2012-03-30modern objective-c translator: writing containerFariborz Jahanian
2012-03-30Fix a pair of invalidation bugs when emitting protocol definitionsJohn McCall
2012-03-30Make sure we unique static-local decls across multiple emissions ofJohn McCall
2012-03-30PR10217: Provide diagnostics explaining why an implicitly-deleted specialRichard Smith
2012-03-30Revert r153723, and its follow-ups r153728 and r153733.Chandler Carruth
2012-03-30modern objective-c translator: writing numericFariborz Jahanian
2012-03-30If we encounter a friend class template for which we cannot resolveDouglas Gregor
2012-03-30Do the static-locals thing properly in the face of unions andJohn McCall
2012-03-30Correctly check argument types for some vector macros in smmintrin.h. Put par...Craig Topper
2012-03-30[analyzer]Malloc,RetainRelease: Allow pointer to escape via NSMapInsert.Anna Zaks