Go to file
Dmitri Gribenko a84c59c95a Coding standards: don't use ``inline`` when defining a function in a class
definition

Current practice is not to use 'inline' in:

  class Foo {
  public:
    inline void bar() {
      // ...
    }
  };

llvm-svn: 174317
2013-02-04 10:24:58 +00:00
clang Add an eachOf matcher. 2013-02-04 09:42:38 +00:00
clang-tools-extra Don't touch unchanged file for in-place edit. 2013-01-30 09:52:38 +00:00
compiler-rt [Sanitizer] extend internal libc with stat/fstat/lstat functions 2013-02-04 10:16:50 +00:00
debuginfo-tests Harden this test a bit to work on the mac with ancient gdbs. 2013-01-17 20:09:50 +00:00
libclc Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
libcxx Saleem Abdulrasool: If errno is defined as volatile int, the qualifier differences can cause 2013-01-22 17:26:08 +00:00
libcxxabi Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
lld [Resolver] Improve undefined symbol error. 2013-02-03 10:50:06 +00:00
lldb Change CommandObjectTargetSymbolsAdd to require that a target exists; 2013-02-02 06:00:36 +00:00
llvm Coding standards: don't use ``inline`` when defining a function in a class 2013-02-04 10:24:58 +00:00
polly cmake: Install all polly include files 2013-01-19 14:17:52 +00:00