summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Provide half floating point support as a storage only type.Anton Korobeynikov2011-10-148-3/+26
* Add template instantiation support for AtomicExpr.Eli Friedman2011-10-142-55/+5
* Teach the ASTImporter not to import redundant fields.Douglas Gregor2011-10-141-0/+4
* vfork comes from unistd.hJoerg Sonnenberger2011-10-141-1/+1
* Allow calling ASTUnit::LoadFromCompilerInvocationAction with a previously cre...Argyrios Kyrtzidis2011-10-141-1/+7
* Misc fixes for atomics. Biggest fix is doing alignment correctly for _Atomic...Eli Friedman2011-10-142-2/+11
* -Wc++98-compat: warn on C++11 attributes and alignas.Richard Smith2011-10-141-0/+5
* Reinstate r141898 (reverted in r141921), without the -Wc++98-compat-variadic-...Richard Smith2011-10-142-0/+5
* [temp.explicit]p1: constexpr cannot be specified in explicit instantiations.Richard Smith2011-10-141-0/+2
* Change operator<< for raw_ostream and NamedDecl to take a reference instead o...Benjamin Kramer2011-10-141-3/+2
* [PCH] Serialize info about redeclared objc methods.Argyrios Kyrtzidis2011-10-142-3/+7
* Add flags for the remaining shift related warningsJoerg Sonnenberger2011-10-141-2/+4
* objc-arc: Improve arc diagnostic when method is notFariborz Jahanian2011-10-141-2/+1
* Under ARC, merge the bit corresponding to the ns_returns_retainedDouglas Gregor2011-10-141-0/+3
* Only warn in -Wliteral-conversion if the conversion loses informationMatt Beaumont-Gay2011-10-141-2/+0
* When declaring an out-of-line template, attempt to rebuild any typesDouglas Gregor2011-10-141-1/+3
* Added clang_getCompletionAnnotation and clang_getCompletionNumAnnotations toErik Verbruggen2011-10-142-6/+46
* Really protect from infinite loop when there are objc method redeclarations.Argyrios Kyrtzidis2011-10-141-1/+8
* Keep track of objc method redeclarations in the same interface.Argyrios Kyrtzidis2011-10-141-0/+19
* Move doxygen comments to pair with the actual values.Ted Kremenek2011-10-141-13/+9
* Add a preprocessor callback that is invoked every time the 'defined'Douglas Gregor2011-10-141-0/+9
* Add support for -std=gnu90 and -std=c++03, for compatibility with modern gcc.Richard Smith2011-10-141-1/+7
* Revert the -Wc++98-compat flag because dgregor doesn't like it.Jeffrey Yasskin2011-10-142-11/+0
* Rename -Wc++0x-compat, -Wc++0x-extensions and -Wc++0x-narrowing from c++0x toRichard Smith2011-10-135-32/+35
* Extend -Wno-sizeof-array-argument to strncpy and friends.Nico Weber2011-10-131-1/+6
* Implement the first piece of a -Wc++98-compat flag so that people can build inJeffrey Yasskin2011-10-132-0/+12
* Tweak -Wuninitialized's handling of 'int x = x' to report that as the root ca...Ted Kremenek2011-10-131-1/+7
* Allow for annotate attributes after access specifiers. When suchErik Verbruggen2011-10-134-11/+21
* Fix MSVC build.Rafael Espindola2011-10-121-0/+3
* Add returns_twice to functions that are known to return twice. This implementsRafael Espindola2011-10-122-1/+18
* Implement built-in macro '__has_warning', which allows one to query if a warn...Ted Kremenek2011-10-124-1/+10
* Switch diagnostic text from "C++0x" over to "C++11".Douglas Gregor2011-10-124-47/+47
* Fix typo in name of diagnostic.Ted Kremenek2011-10-121-1/+1
* Add -std=c++11 and -std=gnu++11 language flags, from Ahmed CharlesDouglas Gregor2011-10-121-2/+8
* Introduce BalancedDelimiterTracker, to better track open/closeDouglas Gregor2011-10-122-10/+86
* Introduce SourceManager::getFileLoc which returns a file locationArgyrios Kyrtzidis2011-10-121-0/+9
* constexpr: don't consider class types with mutable members to be literal types.Richard Smith2011-10-121-0/+2
* Handle Perforce-style conflict markers like normal conflict markers. PerforceRichard Smith2011-10-121-2/+17
* Catch placeholder types in DefaultLvalueConversionJohn McCall2011-10-112-14/+19
* Add a -Wc++0x-compat warning for C++11 keywords used as identifiers when inRichard Smith2011-10-113-3/+21
* Add support for viewing the module graph via Graphviz, for debuggingDouglas Gregor2011-10-111-0/+3
* Driver: Add support for a new -nostdlibinc option.Daniel Dunbar2011-10-111-0/+1
* Frontend: Replace -nostdinc by -nostdsysteminc (which is just system includeDaniel Dunbar2011-10-112-5/+5
* [analyzer] Remove an unused member variable.Anna Zaks2011-10-111-3/+2
* For the FileChanged Preprocessor callback, when exiting a file, pass its FileID.Argyrios Kyrtzidis2011-10-111-4/+8
* Get rid of ShouldDeleteMoveConstructor.Sean Hunt2011-10-111-3/+0
* Consolidate copy constructor deletion into ShouldDeleteSpecialMember.Sean Hunt2011-10-111-4/+0
* Initial implementation of __atomic_* (everything except __atomic_is_lock_free).Eli Friedman2011-10-117-2/+176
* [Microsoft] If -fms-compatibility, then downgrade missing typename error to w...Francois Pichet2011-10-111-1/+1
* Add typo correction for type names.Kaelyn Uhrain2011-10-112-2/+6