summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Adds a FixedCompilationDatabase to be able to specify tool parametersManuel Klimek2012-04-181-3/+56
* Fix bad typo reported by I-Jui Sung.Ted Kremenek2012-04-181-1/+1
* Nicer display of unprintable source, and fix caret display for non-ascii textSeth Cantrell2012-04-182-5/+8
* Calling setVisibility directly only makes (some) sense when the visibility isRafael Espindola2012-04-181-1/+0
* Revert "Nicer display of unprintable source, and fix caret display for non-as...Seth Cantrell2012-04-172-8/+5
* add missing parameter index to diagMatt Beaumont-Gay2012-04-171-1/+1
* Nicer display of unprintable source, and fix caret display for non-ascii textSeth Cantrell2012-04-172-5/+8
* Typo fix.Sirish Pande2012-04-171-4/+4
* Switches the JSONCompilationDatabase to use the YAML parser.Manuel Klimek2012-04-171-8/+9
* Fix to avoid warning. Also add header, and lincense information.Sirish Pande2012-04-171-0/+16
* Convert vperm2f128 and vperm2i128 intrinsics back to using llvm intrinsics. U...Craig Topper2012-04-171-0/+4
* Implement DR1330 in C++11 mode, to support libstdc++4.7 which uses it.Richard Smith2012-04-175-20/+57
* [analyzer] +commentsAnna Zaks2012-04-161-0/+2
* objective-c modern translator: buildit objc boolFariborz Jahanian2012-04-162-3/+15
* Implement the last part of C++ [class.mem]p2, delaying the parsing ofDouglas Gregor2012-04-166-8/+51
* Readd lost "undef BUILTIN" to fix the build.David Blaikie2012-04-161-0/+2
* Hexagon V5(Floating Point) support.Sirish Pande2012-04-162-686/+858
* Remove unused method.Rafael Espindola2012-04-161-3/+0
* 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