summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Implement C++11 [expr.prim.general]p3, which permits the use of 'this'Douglas Gregor2012-04-163-10/+53
* use DEFAULT_SYSROOTSebastian Pop2012-04-163-6/+15
* Implement the all_lookups_iterator for PCH as a follow-up to r153970. ThisNick Lewycky2012-04-164-18/+27
* Change _mm256_permute4x64_epi64 and _mm256_permute4x64_pd to use builtin_shuf...Craig Topper2012-04-151-2/+0
* Use forward declarations for ASTDeclContextNameLookupTable and add a missing ...Benjamin Kramer2012-04-152-3/+14
* PR12226: don't generate wrong code if a braced string literal is used toRichard Smith2012-04-151-0/+4
* Replace manual delete[] with OwningArrayPtr.Benjamin Kramer2012-04-141-6/+6
* Parser: Don't manage TemplateAnnotationIds in a delayed cleanup pool.Benjamin Kramer2012-04-143-119/+10
* Add an AttributedStmt type to represent a statement with C++11 attributesRichard Smith2012-04-149-30/+85
* Remove the unused, unmaintained, incomplete 'Index' library.Douglas Gregor2012-04-1315-1101/+0
* Remove the -cc1-level option "-pubnames-dump". Such things should stayDouglas Gregor2012-04-133-13/+0
* Implement __atomic_fetch_nand and __atomic_nand_fetch to complete our set ofRichard Smith2012-04-131-0/+2
* PR12500: Improve the wording of the diagnostic for a redefinition of a nameRichard Smith2012-04-131-2/+2
* Support -Wc++98-compat-pedantic as requested:Seth Cantrell2012-04-131-0/+5
* Implement the missing pieces needed to support libstdc++4.7's <atomic>:Richard Smith2012-04-131-4/+4
* Config.h: Add another definition which the Darwin build (sometimes) uses.Daniel Dunbar2012-04-121-0/+3
* [analyzer] PCH deserialization optimization.Anna Zaks2012-04-124-11/+50
* objective-c literals: Issue warning and ignoreFariborz Jahanian2012-04-121-0/+3
* Added a flag to the parser to skip method bodies.Erik Verbruggen2012-04-125-5/+24
* Implement support for 18 of the GNU-compatible __atomic builtins.Richard Smith2012-04-123-54/+90
* Implement clang_getDiagnosticCategoryText() to provide a way for a client of ...Ted Kremenek2012-04-121-2/+23
* Part of PR10101: after a parse error in a declaration, try harder to find theRichard Smith2012-04-111-0/+4
* [libclang] Introduce a couple of functions to make it convenientArgyrios Kyrtzidis2012-04-111-2/+18
* Provide, and document, a set of __c11_atomic_* intrinsics to implement C11'sRichard Smith2012-04-111-0/+17
* [libclang] If displayDiagnostics is set (when calling clang_createIndex), mak...Argyrios Kyrtzidis2012-04-111-4/+26
* AtomicExpr: make ASTStmtReader a friend and remove setters. Also fix savingRichard Smith2012-04-101-28/+7
* [analyzer] Add support for C++ dynamic_cast.Anna Zaks2012-04-101-3/+12
* [analyzer] + commentsAnna Zaks2012-04-101-0/+4
* When we determine that an initialization sequence failed due to anDouglas Gregor2012-04-101-0/+12
* Improve diagnostics in C++11 when a non-type template argument for aDouglas Gregor2012-04-101-2/+2
* [code-complete] Introduce CodeCompletionTUInfo which will be used for cachingArgyrios Kyrtzidis2012-04-103-37/+63
* Rework implementation of null non-type template arguments based onDouglas Gregor2012-04-102-2/+5
* Parsing of C++11 attributes:Richard Smith2012-04-102-9/+10
* Disambiguation of '[[':Richard Smith2012-04-102-6/+32
* Fix the access check performed as part of the determination of whetherJohn McCall2012-04-091-0/+3
* objective-c: remove -fobjc-default-synthesize-properties from the driver.Fariborz Jahanian2012-04-091-2/+0
* objective-c: Remove -fno-objc-default-synthesize-propertiesFariborz Jahanian2012-04-091-2/+0
* Revert r154321, pending more discussion.David Chisnall2012-04-093-7/+0
* Fix bugs found by -Wconstant-conversion improvements currently under review.David Blaikie2012-04-092-5/+11
* Add -fobjc-trace to emit a call before and after each Objective-C message sendDavid Chisnall2012-04-093-0/+7
* Teach Clang about PIE compilations. This is the first step of PR12380.Chandler Carruth2012-04-083-6/+9
* ext_reserved_user_defined_literal must not default to Error in MicrosoftMode....Francois Pichet2012-04-071-0/+3
* Fix several problems with protected access control:John McCall2012-04-072-4/+11
* Remove "parse error" in favor of more descriptive diagnostics.David Blaikie2012-04-061-1/+1
* Implement support for null non-type template arguments for non-typeDouglas Gregor2012-04-062-1/+2
* Rework ExprEngine::evalLoad and clients (e.g. VisitBinaryOperator) so that wh...Ted Kremenek2012-04-062-8/+24
* Thread safety analysis: downgraded requirement that mutex expressions refer t...DeLesley Hutchins2012-04-061-4/+10
* Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard2012-04-064-1/+17
* Fixed scoping error for late parsed attributes in nested classes.DeLesley Hutchins2012-04-061-1/+1
* Restrict fixit for missing 'class' in template template parameters.David Blaikie2012-04-061-2/+2