summaryrefslogtreecommitdiffstats
path: root/clang
Commit message (Expand)AuthorAgeFilesLines
* retain-comments-from-system-headers.c: Flush module cache, or incremental tes...NAKAMURA Takumi2014-03-091-0/+1
* [C++11] Update Clang for the change to LLVM's Use-Def chain iterators inChandler Carruth2014-03-096-14/+10
* [-Wunreachable-code] Tweak heuristic for configuration values to include arit...Ted Kremenek2014-03-082-6/+35
* [C++11] Replacing Decl iterators attr_begin() and attr_end() with iterator_ra...Aaron Ballman2014-03-0813-77/+62
* [Preprocessor] Only check for -Wunused-macros if the translation unit kind is...Argyrios Kyrtzidis2014-03-081-1/+1
* [C++11] Replacing RecordDecl iterators field_begin() and field_end() with ite...Aaron Ballman2014-03-0836-303/+151
* [C++11] Replacing EnumDecl iterators enumerator_begin() and enumerator_end() ...Aaron Ballman2014-03-0810-32/+28
* Reapplying r203299 in a slightly different manner. Now range APIs are impleme...Aaron Ballman2014-03-085-52/+34
* [-Wunreachabe-code] Don't warn about unreachable destructors for temporaries.Ted Kremenek2014-03-082-3/+18
* Fix CFG bug where the 'isTemporaryDtorsBranch' bit was silently lost for term...Ted Kremenek2014-03-083-13/+21
* [CFG] Record would-be successor for noreturn destructor.Ted Kremenek2014-03-081-2/+4
* [-Wunreachable-code] Handle 'return' with no argument dominated by 'noreturn'...Ted Kremenek2014-03-082-6/+16
* Add an option to disable plugins in clang.Rafael Espindola2014-03-081-3/+12
* Revert "Add an option to disable plugins in clang."Rafael Espindola2014-03-081-6/+4
* Add an option to disable plugins in clang.Rafael Espindola2014-03-081-4/+6
* Revert accidentally-committed file.Richard Smith2014-03-081-1/+0
* Module [extern_c] attribute: inherit to submodules, don't write 'extern "C"'Richard Smith2014-03-089-16/+41
* Replace "can not" with "cannot" in diagnostics messages.Ismail Pazarbasi2014-03-0723-80/+80
* In my tests, I'm finding that declaring iterators in terms of ranges can some...Aaron Ballman2014-03-075-16/+41
* [C++11] Revert uses of lambdas with array_pod_sort.Benjamin Kramer2014-03-074-23/+31
* [C++11] Convert sort predicates into lambdas.Benjamin Kramer2014-03-076-50/+35
* [-Wunreachable-code] Treat constant globals as configuration values in unreac...Ted Kremenek2014-03-072-2/+21
* Zap another dead 'break' statement.Ted Kremenek2014-03-071-1/+0
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-07154-537/+512
* [C++11] Replacing DeclBase iterators decls_begin() and decls_end() with itera...Aaron Ballman2014-03-0721-186/+129
* Replace OwningPtr::isValid() with conversion to bool.Ahmed Charles2014-03-078-22/+16
* Change OwningPtr::take() to OwningPtr::release().Ahmed Charles2014-03-0741-111/+99
* Remove dead return and simplify code.Ted Kremenek2014-03-071-3/+1
* Renaming the chains() ranged iterator to chain() per suggestion by Richard Sm...Aaron Ballman2014-03-0711-15/+15
* [C++11] Replacing IndirectFieldDecl iterators chain_begin() and chain_end() w...Aaron Ballman2014-03-0711-48/+32
* Add a note in the user manual that tsan is not supported on Mac.Nico Weber2014-03-071-1/+1
* "Mac OS/X" -> "Mac OS X" spelling fixes for clang.Nico Weber2014-03-073-5/+5
* [C++11] Replacing ObjCMethodDecl iterators param_begin() and param_end() with...Aaron Ballman2014-03-0717-94/+65
* [C++11] Adding an iterator_range accessor for parameter declarations to the C...Aaron Ballman2014-03-071-0/+7
* [C++11] Replacing BlockDecl iterators param_begin() and param_end() with iter...Aaron Ballman2014-03-076-26/+26
* [C++11] Replacing FunctionDecl iterators param_begin() and param_end() with i...Aaron Ballman2014-03-0714-69/+48
* [C++11] Replace LLVM-style type traits with C++11 standard ones.Benjamin Kramer2014-03-0713-36/+28
* [C++11] Replacing iterators ddiag_begin() and ddiag_end() with iterator_range...Aaron Ballman2014-03-073-12/+8
* [C++11] Updating getUsingDirectives to use iterator_range instead of a std::p...Aaron Ballman2014-03-073-14/+11
* Fully reverting r203236 -- it seems the only bots that are happy are the MSVC...Aaron Ballman2014-03-0713-69/+79
* [C++11] Replacing iterators attr_begin() and attr_end() with iterator_range a...Aaron Ballman2014-03-0713-79/+69
* Remove a test that we don't need anymoreTimur Iskhodzhanov2014-03-071-27/+0
* [OPENMP] Fix for threadprivate construct instantiatiation.Alexey Bataev2014-03-071-0/+3
* Fix PR18967 -- Bad this adjustment for virtual methods in a diamond virtual i...Timur Iskhodzhanov2014-03-076-136/+207
* ExternalClangExamples: add a link to ToyClangPluginDmitri Gribenko2014-03-071-0/+7
* Tweak some test paths to match on WindowsBen Langmuir2014-03-071-4/+4
* [OPENMP] Small update in threadprivate variables processing to fix template i...Alexey Bataev2014-03-072-2/+9
* [Preprocessor] Pass TranslationUnitKind to the preprocessor and if it is TU_P...Argyrios Kyrtzidis2014-03-078-17/+36
* [OPENMP] Fixed linked libraries for libiomp5 on LinuxAlexey Bataev2014-03-072-3/+5
* Add a bunch of missing changes from r203208Ben Langmuir2014-03-073-112/+138
OpenPOWER on IntegriCloud