summaryrefslogtreecommitdiffstats
path: root/clang/include
Commit message (Expand)AuthorAgeFilesLines
* Add -Wunsequenced (with compatibility alias -Wsequence-point) to warn onRichard Smith2013-01-174-1/+17
* Implement a fixit for -Wmain-return-typeDmitri Gribenko2013-01-171-0/+1
* Fix a typo introduced in r172665.Matt Beaumont-Gay2013-01-171-1/+1
* [objcmt] Rewrite a NSDictionary dictionaryWithObjects:forKeys: to a dictionar...Argyrios Kyrtzidis2013-01-162-2/+5
* Rework the traversal of Objective-C categories and extensions toDouglas Gregor2013-01-161-5/+198
* No longer crashing with an assert when __has_include or __has_include_next is...Aaron Ballman2013-01-162-0/+10
* First step in implementation of mips16 and nomips16 attributes.Reed Kotler2013-01-161-0/+10
* [PCH/Modules] Change how macro [re]definitions are de/serialized.Argyrios Kyrtzidis2013-01-163-9/+15
* Add option to avoid "bin-packing" of parameters.Daniel Jasper2013-01-161-0/+4
* [analyzer] Refactor: parameter rename.Anna Zaks2013-01-161-3/+3
* Add -fmodules-autolink/-fno-modules-autolink (defaults to on) so thatDouglas Gregor2013-01-162-0/+6
* When checking availability attributes for consistency between anDouglas Gregor2013-01-152-5/+29
* Add -fopenmp -cc1 option and wire it up to define _OPENMP, from Alexey Bataev!Douglas Gregor2013-01-152-1/+2
* [driver] Warnings for warning options are handled by the frontend. The drive...Chad Rosier2013-01-151-1/+2
* Refactor to call ActOnFinishFullExpr on every full expression. TeachRichard Smith2013-01-141-2/+9
* Multiprecision subtraction builtins.Michael Gottesman2013-01-141-0/+4
* [analyzer] Add ProgramStatePartialTrait<const void *>.Jordan Rose2013-01-142-3/+16
* [analyzer] Fix cast-away-const warning by using const_cast.Jordan Rose2013-01-141-1/+1
* Infer "link" lines for top-level frameworks. Essentially, a frameworkDouglas Gregor2013-01-141-1/+7
* Implement parsing, AST, (de-)serialization, and placeholder globalDouglas Gregor2013-01-143-2/+27
* Make single-line if statements optional.Daniel Jasper2013-01-141-0/+7
* Custom DiagnosticConsumer parameter of reformat() + silence diagnostics in un...Alexander Kornienko2013-01-141-2/+7
* Accept [[gnu::*]] for all __attribute__((*))s which are:Richard Smith2013-01-142-48/+56
* Constify argument of Preprocessor::getMacroInfoHistory and propagate toDmitri Gribenko2013-01-142-5/+6
* ArrayRef'ize Sema APIs related to format string checkingDmitri Gribenko2013-01-131-8/+8
* Fix LLP64 build.Michael J. Spencer2013-01-131-1/+1
* Added builtins for multiprecision adds.Michael Gottesman2013-01-131-0/+6
* Prune an unused diagnostic, detected after improving the script in r172330Dmitri Gribenko2013-01-121-2/+0
* Remove unused diagnosticsDmitri Gribenko2013-01-121-4/+0
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-1260-187/+177
* Add missing includes and forward declarations so that headers don't depend onDmitri Gribenko2013-01-1216-5/+25
* Disable caching of visibility.Rafael Espindola2013-01-123-20/+14
* Provide Decl::getOwningModule(), which determines the (sub)module inDouglas Gregor2013-01-129-14/+62
* Fix -Wunused-comparison for comparisons in arguments to function-like macros.Matt Beaumont-Gay2013-01-121-0/+12
* libclang: constness for CXStringDmitri Gribenko2013-01-111-1/+1
* [libclang] Add some constness in CXSourceLocation and CXSourceRange.Argyrios Kyrtzidis2013-01-111-2/+2
* libclang: change CXCursor to store 'const void *' pointers forDmitri Gribenko2013-01-111-1/+1
* Constify parameter of clang::getCursorKindForDeclDmitri Gribenko2013-01-111-1/+1
* Improve diagnostic per Richard's suggestionFariborz Jahanian2013-01-111-1/+1
* Allow RefactoringTool to write to memory instead of always to diskEdwin Vane2013-01-113-18/+36
* Improved formatting of constructor initializersDaniel Jasper2013-01-111-0/+4
* Truth in advertising: LocallyScopedExternalDecls actually only containsRichard Smith2013-01-105-22/+22
* Formatter: Put spaces in ObjC method decls in the right place for Google style.Nico Weber2013-01-101-0/+4
* [ms-inline asm] Extend the inline asm Sema lookup interface to determine if theChad Rosier2013-01-101-1/+1
* In my last patch use InGroup<Switch> (per Dmitri's comment).Fariborz Jahanian2013-01-101-1/+1
* Provide a better warning when case value overflows.Fariborz Jahanian2013-01-101-0/+3
* Formatter: Land header change I forgot to land in r172099.Nico Weber2013-01-101-0/+4
* Diagnostics: name all implicit groups used more than once.Jordan Rose2013-01-105-54/+71
* Improvements to function type and ObjC block formatting.Daniel Jasper2013-01-101-0/+3
* Enable intel_ocl_bicc for x86_64 target only. Remove fix from 171969 that ena...Guy Benyei2013-01-101-1/+0
OpenPOWER on IntegriCloud