summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Revert r245496 "[CUDA] Add appropriate host/device attribute to builtins."Artem Belevich2015-08-201-11/+0
* [CUDA] Add appropriate host/device attribute to builtins.Artem Belevich2015-08-191-0/+11
* [modules] When parsing the base specifiers of a parse-merged class, the currentRichard Smith2015-08-171-1/+3
* [CONCEPTS] Add diagnostic; invalid tag when concept specifiedNathan Wilson2015-08-141-1/+9
* [Sema] main can't be declared as global variable, in C++.Davide Italiano2015-08-141-0/+16
* Remove and forbid raw_svector_ostream::flush() calls.Yaron Keren2015-08-131-1/+0
* Rename the non-coding style conformant functions in namespace BuiltinsEric Christopher2015-08-061-6/+4
* [AST] ArrayRefize template param list info setters. No functionality change i...Benjamin Kramer2015-08-051-13/+5
* [CONCEPTS] Add concept to VarDecl and diagnostic for uninitialized variable c...Nathan Wilson2015-08-031-0/+12
* test commit; wrap ellipses in comment with bracketsNathan Wilson2015-07-311-1/+1
* [Concepts] Add diagnostic: non template declarationHubert Tong2015-07-301-0/+6
* Use llvm::reverse to make a bunch of loops use foreach. NFC.Pete Cooper2015-07-301-3/+2
* [AST] Turn the callbacks of lookupInBases and forallBases into a function_refBenjamin Kramer2015-07-251-41/+36
* Downgrade error about adding 'dllimport' to used free function to warning (PR...Hans Wennborg2015-07-221-3/+9
* [CONCEPTS] Add diagnostics: non-defining function; non-namespace scopeHubert Tong2015-07-221-0/+26
* [modules] In C++, stop serializing and deserializing a list of declarations inRichard Smith2015-07-211-38/+7
* [modules] Don't save uninteresting identifiers, and don't consider identifiersRichard Smith2015-07-191-1/+1
* Disable #pragma redefine_extname for C++ code as it does not make sense in su...Aaron Ballman2015-07-161-22/+27
* Add a "maximum TLS alignment" characteristic to the target info, so itPaul Robinson2015-07-141-0/+26
* [Sema] Emit a better diagnostic when variable redeclarations disagreeDavid Majnemer2015-07-141-3/+10
* Sema: Allow null names to be passed in to isAcceptableTagRedeclarationJustin Bogner2015-07-101-5/+5
* Refactor to avoid long if-condition.Richard Smith2015-07-061-8/+23
* PR24030, PR24033: Consistently check whether a new declaration conflicts withRichard Smith2015-07-061-24/+84
* DR1909: Diagnose all invalid cases of a class member sharing its name with th...Richard Smith2015-07-061-6/+11
* When we see something that looks like a constructor with a return type, only ...Richard Smith2015-07-061-5/+6
* [modules] Don't require the 'inline' specifier when merging an inline function;Richard Smith2015-07-011-1/+1
* Rework parsing of pure-specifiers. Perform the grammar matching andRichard Smith2015-06-301-27/+4
* PR23942: a pure-specifier's integer literal must be spelled '0'Richard Smith2015-06-291-3/+18
* [Sema] Unions cannot have virtual functions.Davide Italiano2015-06-271-0/+5
* Fix #pragma redefine_extname when there is a local variable of the same name....Aaron Ballman2015-06-251-2/+17
* Replace __double_underscored type nullability qualifiers with _Uppercase_unde...Douglas Gregor2015-06-241-6/+8
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-4/+4
* [modules] Add a flag to disable the feature that permits conflicting redefini...Richard Smith2015-06-221-5/+9
* Misc. cleanups suggested by Aaron BallmanDouglas Gregor2015-06-221-2/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-4/+4
* Sema: add a helper for enumerating the TST id (NFC)Saleem Abdulrasool2015-06-211-16/+21
* Sema: convert decl + while loop into for loop (NFC)Saleem Abdulrasool2015-06-211-3/+2
* Extend type nullability qualifiers for Objective-C.Douglas Gregor2015-06-191-2/+6
* Introduce type nullability specifiers for C/C++.Douglas Gregor2015-06-191-3/+28
* [clang] Refactoring of conditions so they use isOneOf() instead of multiple i...Daniel Marjamaki2015-06-181-1/+1
* [modules] Ensure that if we merge the definitions of two enumerations, thatRichard Smith2015-06-171-1/+0
* [modules] Fix assert/crash when parsing and merging a definition of a class w...Richard Smith2015-06-111-0/+16
* [modules] Fix a few places where merging wasn't performed if modules was disa...Richard Smith2015-06-111-3/+4
* Do not parse members of incomplete class.Serge Pavlov2015-06-101-2/+4
* PR5172: Fix for a bug in pragma redefine_extname implementation:Alexander Musman2015-06-101-9/+15
* [modules] Support for merging a parsed definition of a static data member of ...Richard Smith2015-05-191-14/+33
* [modules] Move implicit creation of ImportDecls for #includes transformed int...Richard Smith2015-05-181-1/+20
* [modules] Add local submodule visibility support for declarations.Richard Smith2015-05-151-14/+36
* Make GNUInline consistent with whether we use traditional GNU inline semantics.Peter Collingbourne2015-05-131-2/+2
* Give isCompatibleWithMSVC a better interfaceDavid Majnemer2015-05-111-2/+3
OpenPOWER on IntegriCloud